File: control

package info (click to toggle)
liblatex-driver-perl 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 512 kB
  • sloc: perl: 2,776; makefile: 4
file content (63 lines) | stat: -rw-r--r-- 2,876 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: liblatex-driver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: ghostscript <!nocheck>,
                     libcapture-tiny-perl <!nocheck>,
                     libclass-accessor-perl <!nocheck>,
                     libexception-class-perl <!nocheck>,
                     libfile-pushd-perl <!nocheck>,
                     libfile-slurp-perl <!nocheck>,
                     liblog-any-perl <!nocheck>,
                     libreadonly-perl <!nocheck>,
                     libtemplate-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     lmodern <!nocheck>,
                     perl,
                     texlive-binaries <!nocheck>,
                     texlive-latex-base,
                     texlive-latex-extra <!nocheck>,
                     texlive-xetex <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblatex-driver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblatex-driver-perl.git
Homepage: https://metacpan.org/release/LaTeX-Driver
Rules-Requires-Root: no

Package: liblatex-driver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         ghostscript,
         libcapture-tiny-perl,
         libclass-accessor-perl,
         libexception-class-perl,
         libfile-pushd-perl,
         libfile-slurp-perl,
         liblog-any-perl,
         libreadonly-perl,
         libtemplate-perl,
         texlive-binaries,
         texlive-latex-base
Description: driver module that encapsulates the details of formatting a LaTeX document
 The LaTeX::Driver module encapsulates the details of invoking the LaTeX
 programs to format a LaTeX document. Formatting with LaTeX is complicated;
 there are potentially many programs to run and the output of those programs
 must be monitored to determine whether further processing is required.
 .
 LaTeX::Driver runs the required commands in the directory specified, either
 explicitly with the dirname option or implicitly by the directory part of
 basename, or in the current directory. As a result of the processing up to a
 dozen or more intermediate files are created. These can be removed with the
 cleanup method.
 .
 The LaTeX::Driver module takes care of running and re-running latex on
 a LaTeX document so that forward references, tables of contents, and
 lists of figures and tables are resolved.  It will also run bibtex and
 makeindex if it detects that a bibliography or in index have been
 specified, and will re-run latex again one or more times until the
 formatting of the document has stabilized.