Style sheet
Get Latex Files
How to create a PDF file ?
- From a postscript file : you can obtain a pdf file by running ps2pdf *with the following option* (which asks for a PDF document in A4 size instead of the default letter size)
ps2pdf -sPAPERSIZE=a4 taln-example.ps
- From a TeX file : an alternative is to run pdflatex directly on the .tex source
pdflatex taln-example.tex
Get Word or OpenOffice file
How to create a PDF document? If the FULL version of Acrobat is installed on your computer, read this short manual. If you do not have the FULL version of Acrobat, you can download/use PDF995 (freeware). In OpenOffice, just do File->Export pdf.
|