Re: updated manual

Marc Ernst Eddy van Woerkom <[email protected]> Tue, 18 Mar 2003 12:30:04 +0100 (MET)
Newsgroups gmane.comp.lang.erlang.distel.devel
Message-ID <[email protected]>
>   Maybe you converted to PDF? I'm struggling with that just now. If I
>  "ps2pdf" it, then it looks revolting in acroread (bitmap fonts.) 

The chain tex -> dvips -> ps2pdf produces an ugly pdf.

One solution is to use the txfonts package 

  http://www.freebsd.org/cgi/ports.cgi?query=txfonts&stype=all


>   the one picture isn't scaled properly. I'm not sure how to
>   conditionalize out the picture in PDF output, either..

I use pdflatex (a variant of pdftex) to generate pdf from my
latex2e docs. It offers its own commands for importing graphics.

If you are interested I can post you a latex skeleton for
use with txfonts and imported graphics.

Regards,
Marc