.TH dosToTex 1 "Date: 2005/03/13 01:00:00" "dosToTex" .SH NAME dosToTex \- convert 8bit input files to LaTeX coding .SH SYNOPSIS .B dosToTex [\fP-1 | -u\fR] .B dosToTex [\fP-h\fR] .br .SH OPTIONS \fP-1\fR interpret input as cp1252 (Windows) encoding \fP-u\fR interpret input as US ASCII encoding \fP-h\fR print a usage summary and exit .SH DESCRIPTION .B dosToTex reads the standard input and converts some 8bit bytes to the TeX (LaTeX) equivalent sequences on standard output. If neither the option -1 nor the option -u is used, the encoding in the input sequence is supposed to follow the ANSI standard as described in the EndNote reference manuals. .SH EXAMPLES .B dosToTex -h .B dosToTex < dosinfile.asc > outfile.tex .B dosToTex -1 < windowsf.txt > outfile.tex .B dos2unix < windowsf.txt | .B dosToTex -1 > outfile.tex .B cat windowsf1.txt windosf2.txt windosf3.txt | .B dosToTex > outfile.tex .SH SEE ALSO dos2unix(1) dos2tex(1) recode(1) .SH AUTHOR Richard J. Mathar, Leiden Observatory .SH BUGS