home | articles | links | fun | about
Up to: Quick math and science observations

Using Latex

I write some articles in Latex because it is great for formatting equations, and makes reports look really nice =). Do a google search for specific Latex guides; these notes assume some familiarity.

Personal Observations

TIPS

Sometimes the fonts in .ps (postscript) files look really bad. To make the ps=>pdf conversion better,

        dvips -p0 -pPDF filename -o output.ps
        prints filename.dvi to output.ps
        http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/makingWWWdocs.html

There is also pdflatex, to make pdf files directly.

USEFUL TOOLS

As always, do a google search to learn more.
        latex                   : latex parser, outputs .dvi
        tth                     : tex-to-html
        latex2html              : latex-to-html
                                  Both are good, use your favorite

        dvips                   : dvi to postscript
        ps2pdf                  : postscript to pdf
        pdflatex                : latex to pdf