| The powerful text processing system LaTeX is a reliable, free software, based on the language TeX written by D. Knuth . | |||
Examples:
In order to generate Pdf documents from Latex files, simply use "pdflatex" instead of "latex". Alternatively, first generate a PS file by first running latex: (i.e. "latex file.tex;), and translating the DVI file: (i.e. with "dvips -o file.ps file.dvi"). The PS file translated to pdf with "ps2pdf": (i.e. with "ps2pdf file.ps"). The later more complicated aproach is necessary for example for documents with pictures, where pdflatex does not include the pictures. |
|
To TeXShop (a frontend for OS X)
|
|
Quick generation of formulas: enter
http://math.harvard.edu/cgi-bin/mimetex.cgi?formulainto the URL to get a GIF picture with the LaTeX formula. Just modify the URL to get a different formula. |
Books on LaTeX (status 2000)
|
Links: |
|
Simplicity, Clarity, Generality
B.W. Kernighan, R. Pike, in "The Practice of Programming".
|
