File: control

package info (click to toggle)
dot2tex 2.11.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: python: 3,673; makefile: 119
file content (42 lines) | stat: -rw-r--r-- 1,456 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
Source: dot2tex
Section: graphics
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               graphviz,
               preview-latex-style,
               python3,
               python3-pyparsing,
               python3-setuptools,
               python3-sphinx,
               texlive-pstricks
X-Python-Version: all
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/dot2tex.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dot2tex
Homepage: https://github.com/kjellmf/dot2tex
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: dot2tex
Architecture: all
Depends: graphviz,
         python3-pyparsing,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Recommends: preview-latex-style,
            texlive-latex-base,
            texlive-pictures,
            texlive-pstricks
Enhances: latex-beamer
Description: Graphviz to LaTeX converter
 The purpose of dot2tex is to give graphs generated by the graph layout tool
 Graphviz a more LaTeX friendly look and feel. This is accomplished by:
 .
  - Using native PSTricks and PGF/TikZ commands for drawing arrows,
    edges and nodes.
  - Typesetting labels with LaTeX, allowing mathematical notation.
  - Using backend specific styles to customize the output.