generating ps/pdf documents
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
ps and pdf document are generated by so-called drivers. the name of the driver will have to be specified as an option in the following notes: figures, colours, pdf hyper references
the listed commands are compulsory for the given driver:- driver: dvips
- first variant:
latex <file>.tex dvips -Ppdf -G0 -o <file>.ps <file>.dvi ps2pdf -dPDFsettings=/prepress -o <file>.pdf <file>.ps
- second variant:
latex <file>.tex dvipdf <file>.tex
- first variant:
- driver: pdftex
pdflatex <file>.tex
- driver: dvipdfm
- plain:
latex <file>.tex dvipdfm <file>.dvi
- with thumbnails:
latex <file>.tex dvipdfm -e -z0 <file>.dvi gs -r10 -dNOPAUSE -dBATCH -sDEVICE=png256 -sOutputFile=<file>.%d <file>.pdf dvipdfm <file>
- plain:
- how to tell apart pdftex and other drivers:
\ifx\pdftexversion\undefined \usepackage[dvips]{graphics} %\usepackage[dvipdfm]{graphics} \else \usepackage[pdftex]{graphics} \fi



