File: control

package info (click to toggle)
dot2tex 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,512 kB
  • ctags: 360
  • sloc: python: 3,458; makefile: 116
file content (26 lines) | stat: -rw-r--r-- 1,203 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
Source: dot2tex
Section: graphics
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python, dh-python, python-sphinx
Build-Depends-Indep: python-pyparsing (>= 0.4.8)
X-Python-Version: all
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/dot2tex/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/dot2tex/trunk/
Homepage: https://github.com/kjellmf/dot2tex

Package: dot2tex
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-pyparsing (>= 0.4.8), graphviz
Recommends: texlive-latex-base, pgf (>= 2.00) | texlive-pstricks, preview-latex-style
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.