Examples:
|
|
- It is handy to know the symbol codes ( Pdf).
- For exploring other fonts,
the file explorefonts.tex
can be helpful. Just uncomment the font, you want to explore and
run it through latex.
- How to use these templets and more can be seen in this
Makefile .
|
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.
|