mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 10:37:53 -04:00
10 lines
595 B
Plaintext
10 lines
595 B
Plaintext
LatexMk completely automates the process of generating a LaTeX document.
|
|
Essentially, it is a highly specialized relative of the general make
|
|
utility. Given the source files for a document, latexmk issues the
|
|
appropriate sequence of commands to generate a .dvi, .ps, .pdf or hardcopy
|
|
version of the document. It will run LaTeX the correct number of times to
|
|
resolve cross references, and run auxiliary programs (bibtex, makeindex) if
|
|
necessary. It can also be set to run continuously with a previewer, in which
|
|
case the needed commands are re-run whenever one of the source files is
|
|
modified.
|