1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: latex-mk
Section: tex
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
texlive-latex-recommended, texlive-fonts-recommended, texinfo, xsltproc,
docbook-xsl, graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
ghostscript, transfig, csh, autoconf
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: http://latex-mk.sourceforge.net/
Package: latex-mk
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: make, texlive-latex-recommended, texlive-base
Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
ghostscript, transfig
Description: tool for managing LaTeX projects
LaTeX-Mk is a collection of Makefile fragments and shell scripts for
managing small to large sized LaTeX projects. The typical LaTeX-Mk
input file is simply a series of variable definitions in a Makefile
for the project. After creating a simple Makefile the user can easily
perform all required steps to do such tasks as: preview the document,
print the document, or produce a PDF file. LaTeX-Mk will keep track
of files that have changed and how to run the various programs that
are needed to produce the output.
|