diff options
author | pav <pav@FreeBSD.org> | 2004-12-19 04:52:04 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-19 04:52:04 +0800 |
commit | 32a1d2ecd948bc583fad7c9c849d685baf8030c8 (patch) | |
tree | 1aabe9db98d56eec20d513cf97ed7f4265cf14cf /print/latexmk/pkg-descr | |
parent | 101dcb8bd536b1630fa8b9529f071ae527a598ea (diff) | |
download | freebsd-ports-gnome-32a1d2ecd948bc583fad7c9c849d685baf8030c8.tar.gz freebsd-ports-gnome-32a1d2ecd948bc583fad7c9c849d685baf8030c8.tar.zst freebsd-ports-gnome-32a1d2ecd948bc583fad7c9c849d685baf8030c8.zip |
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>
Diffstat (limited to 'print/latexmk/pkg-descr')
-rw-r--r-- | print/latexmk/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/latexmk/pkg-descr b/print/latexmk/pkg-descr new file mode 100644 index 000000000000..af69233c8fe2 --- /dev/null +++ b/print/latexmk/pkg-descr @@ -0,0 +1,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/ |