freebsd-ports/print/latexmk/pkg-descr
Pav Lucistnik 3a96a2d462 Add latexmk, tool which completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized relative of the general make
utility.

PR:		ports/75206
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2004-12-18 20:52:04 +00:00

10 lines
499 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 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/