File: control

package info (click to toggle)
latexmk 307a-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 476 kB
  • ctags: 61
  • sloc: perl: 2,334; makefile: 38; sh: 10
file content (19 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: latexmk
Section: tex
Priority: optional
Build-Depends: debhelper (>= 5.0.0), dpatch
Maintainer: Florian Ragwitz <rafl@debian.org>
Standards-Version: 3.7.2

Package: latexmk
Architecture: all
Depends: perl, tetex-bin | texlive-latex-base
Suggests: gs-common
Recommends: xpdf-reader | pdf-viewer, gv | postscript-viewer
Description: Perl script for running LaTeX the correct number of times
 Latexmk runs LaTeX the correct number of times to resolve cross references,
 etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and
 dvips and/or a previewer as requested). It has a number of other useful
 capabilities, for example to start a previewer and then run latex whenever the
 source files are updated, so that the previewer gives an up-to-date view of
 the document.