doc-src/System/present.tex
changeset 7868 0cb6508f190c
parent 7861 8d5d3163fd81
child 7870 7941ce81cb30
equal deleted inserted replaced
7867:2efb66472812 7868:0cb6508f190c
   303 \begin{ttbox}
   303 \begin{ttbox}
   304 Usage: latex [OPTIONS] [FILE]
   304 Usage: latex [OPTIONS] [FILE]
   305 
   305 
   306   Options are:
   306   Options are:
   307     -o FORMAT    specify output format: dvi (default), dvi.gz, ps,
   307     -o FORMAT    specify output format: dvi (default), dvi.gz, ps,
   308                  ps.gz, pdf, or bbl
   308                  ps.gz, pdf, bbl, png
   309 
   309 
   310   Run LaTeX (and related tools) on FILE (default root.tex),
   310   Run LaTeX (and related tools) on FILE (default root.tex),
   311   producing the specified output format.
   311   producing the specified output format.
   312 \end{ttbox}
   312 \end{ttbox}
   313 Appropriate {\LaTeX}-related programs are run on the input file, according to
   313 Appropriate {\LaTeX}-related programs are run on the input file, according to
   314 the given output format: \texttt{latex}, \texttt{pdflatex}, \texttt{bibtex},
   314 the given output format: \texttt{latex}, \texttt{pdflatex}, \texttt{dvips},
   315 \texttt{dvips}.  The actual commands are determined from the settings
   315 \texttt{bibtex} (for \texttt{bbl}), and \texttt{thumbpdf} (for \texttt{png}).
   316 environment (see \texttt{ISABELLE_LATEX} etc.).
   316 The actual commands are determined from the settings environment
       
   317 (\texttt{ISABELLE_LATEX} etc.).
   317 
   318 
   318 It is important to note that the {\LaTeX} inputs file space has to be properly
   319 It is important to note that the {\LaTeX} inputs file space has to be properly
   319 setup to include the Isabelle styles.  Usually, this may be done by modifying
   320 setup to include the Isabelle styles.  Usually, this may be done by modifying
   320 the \settdx{TEXINPUTS} variable in settings like this:
   321 the \settdx{TEXINPUTS} variable in settings like this:
   321 \begin{ttbox}
   322 \begin{ttbox}