File: control

package info (click to toggle)
latexmk 1%3A4.86~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,092 kB
  • sloc: perl: 6,971; csh: 164; sh: 123; makefile: 12
file content (27 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download
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
Source: latexmk
Section: tex
Priority: optional
Build-Depends: debhelper-compat (= 13),
	groff
Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org>
Uploaders: Hilmar Preuße <hille42@debian.org>,
           Norbert Preining <norbert@preining.info>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://www.cantab.net/users/johncollins/latexmk/index.html
Vcs-Git: https://github.com/debian-tex/latexmk.git
Vcs-Browser: https://github.com/debian-tex/latexmk

Package: latexmk
Architecture: all
Multi-Arch: foreign
Depends: perl:any, texlive-latex-base, ${misc:Depends}
Suggests: ghostscript
Recommends: xpdf | 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.