The sources for these PDF files were written in AmS-TeX, where AMS stands for the American Mathematical Society (see American Mathematical Society: Mathematics Research and Scholarship), and TeX (see TeX Users Group (TUG) home page) is the scientific typesetting system designed by Donald Knuth (see Don Knuth's Home Page). The Red Hat Linux 7.2 (see Red Hat -- Linux, Embedded Linux and Open Source Solutions) operating system was used in all computer processing of these files. More about Linux can be read at Linux International; current Linux news can be read at Linux Today - Linux News On Internet Time.. The Perl programming language (see Perl Mongers) was used extensively in processing files in producing the AmS-TeX source files and the resulting PDF output.
There are known issued involved in producing PDF output from TeX sources. The main issue is that the command dvips normally produces Type 3 PostScript fonts, but these are not properly supported by the current Acroread pdf reader, and when viewing these files with Acroread the fonts look jagged. Xpdf does not support Type 3 PostScript fonts at all, so files containing Type 3 PostScript fonts cannot be viewed by Xpdf at all. There is no problem when viewing files containing Type 3 PostScript fonts with Ghostview.
To avoid these problems, one needs to produce PDF files with Type 1 PostScript fonts. The site PDF Output from LaTeX, among others, recommends the following commands (in Linux or Unix) to do this:
tex myfile
dvips -Ppdf -G0 myfile.dvi -o myfile.ps
ps2pdf -sPAPERSIZE=a4 -dMaxSubsetPct=100 -dCompatibilityLevel=1.2 \
-dSubsetFonts=true -dEmbedAllFonts=true myfile.ps
Last updated:
Mon Apr 12 17:26:50 EDT 2004