File: control

package info (click to toggle)
latex-make 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 480 kB
  • ctags: 40
  • sloc: sh: 309; makefile: 223
file content (46 lines) | stat: -rw-r--r-- 1,741 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
Source: latex-make
Maintainer: Vincent Danjean <vdanjean@debian.org>
Section: tex
Priority: optional
Build-Depends: debhelper (>= 9),
               quilt
Build-Depends-Indep: texlive-latex-recommended,
                     texlive-lang-french,
                     texlive-luatex,
                     tex-common,
                     python,
                     texlive-latex-extra,
                     transfig,
                     inkscape (>= 0.48.2),
                     ghostscript,
                     texlive-fonts-recommended
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/latex-make.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/latex-make.git
Homepage: http://gforge.inria.fr/projects/latex-utils/

Package: latex-make
Architecture: all
Depends: ${misc:Depends},
         transfig,
         ghostscript,
         make,
         python
Recommends: texlive-latex-recommended,
            inkscape (>= 0.48.2),
            texlive-latex-extra
Description: easy compiling of complex (and simple) LaTeX documents
 This package provides several tools that aim to simplify the
 compilation of LaTeX documents:
 .
 LaTeX.mk: a Makefile snippet to help compiling LaTeX documents in
 DVI, PDF, PS, ... format. Dependencies are automatically tracked: one
 should be able to compile documents with a one-line Makefile
 containing 'include LaTeX.mk'. Complex documents (with multiple
 bibliographies, indexes, glossaries, ...) should be correctly managed.
 .
 figlatex.sty: a LaTeX package to easily insert xfig figures (with
 \includegraphics{file.fig}). It can interact with LaTeX.mk so that the
 latter automatically invokes transfig if needed.
 .
 And various helper tools for LaTeX.mk