Kyle’s Reference Links

Contents External Links Friendly Links Marvin Links

I found this info here.

To get high-quality output from your LaTeX files, some people say the best option is to use pdflatex. That will work... sometimes. However, sometimes that breaks some LaTeX packages. The alternative is to address the root cause of the problem: bad font encoding. The short-short version is to add the following to your LaTeX preamble:

\usepackage[T1]{fontenc}
\usepackage{ae,aecompl}
\usepackage[dvips]{hyperref}

The next step is to use special arguments to dvips:

dvips -Ppdf -o output.ps output

And then, you're free to use any standard ps-to-pdf converter, like ps2pdf

Valid XHTML 1.0 Strict! Valid CSS! Lovingly handcrafted with Vim