blob: af69233c8fe2157460e597d5cc02a1844aae9983 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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 can also be set to run continuously
with a previewer; the needed commands are rerun whenever one of the
source files is modified.
WWW: http://www.phys.psu.edu/~collins/software/latexmk/
|