Next:
L
A
TEX basics
Up:
L
A
TEX - a short
Previous:
A typical L
A
TEX run
How to compile your T
E
X source
use
C-c C-c
from emacs to call
latex
,
bibtex
,
dvips
,
ps2pdf
, etc. with correct parameters
from command line:
latex text bibtex text latex text; latex text dvips -Ppdf text.dvi -o text.ps ps2pdf text.ps
on errors: type h to get help, type x to stop compilation
Sascha Kriewel 2004-04-14