File: control

package info (click to toggle)
plastex 0.9.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,648 kB
  • ctags: 5,167
  • sloc: python: 18,691; xml: 18,037; sh: 1,008; ansic: 46; makefile: 16
file content (62 lines) | stat: -rw-r--r-- 2,967 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
Source: plastex
Section: tex
Priority: optional
Maintainer: Carl Fürstenberg <azatoth@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Vcs-Svn: svn://svn.debian.org/python-modules/packages/plastex/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/plastex/trunk/
Build-Depends: debhelper (>= 6.0.11), 
 cdbs (>= 0.4.52), 
 quilt, 
 dh-python,
 python-all-dev
Build-Depends-Indep: xsltproc (>= 1.1.21), 
 docbook-xsl (>= 1.72), 
 docbook-xml (>= 4.4), 
 libxml-libxml-perl, 
 texlive-base-bin, 
 dvipng, 
 python-imaging
Standards-Version: 3.8.3
Homepage: http://plastex.sourceforge.net/

Package: python-plastex
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, texlive-latex-base, dvipng, python-imaging
Recommends: python-kid, python-genshi, python-cheetah
Description: LaTeX document processing framework in Python
 plasTeX is a collection of Python frameworks that allow you to process LaTeX 
 documents. This processing includes, but is not limited to, conversion of
 LaTeX documents to various document formats. Of course, it is capable of
 converting to HTML or XML formats such as DocBook  and tBook, but it is an
 open framework that allows you to drive any type of rendering. This means that
 it could be used to drive a COM object that creates a MS Word Document.
 . 
 The plasTeX framework allows you to control all of the processes including
 tokenizing, object creation, and rendering through API calls. You also have
 access to all of the internals such as counters, the states of "if" commands,
 locally and globally defined macros, labels and references, etc. In essence,
 it is a LaTeX document processor that gives you the advantages of an XML
 document in the context of a language as superb as Python.

Package: python-plastex-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: doc-base
Description: LaTeX document processing framework in Python - documentation files
 plasTeX is a collection of Python frameworks that allow you to process LaTeX 
 documents. This processing includes, but is not limited to, conversion of
 LaTeX documents to various document formats. Of course, it is capable of
 converting to HTML or XML formats such as DocBook  and tBook, but it is an
 open framework that allows you to drive any type of rendering. This means that
 it could be used to drive a COM object that creates a MS Word Document.
 . 
 The plasTeX framework allows you to control all of the processes including
 tokenizing, object creation, and rendering through API calls. You also have
 access to all of the internals such as counters, the states of "if" commands,
 locally and globally defined macros, labels and references, etc. In essence,
 it is a LaTeX document processor that gives you the advantages of an XML
 document in the context of a language as superb as Python.
 .
 This packages provides the documentation files for python-plastex.