plastex 2.0.0+git20190916-2 source package in Ubuntu

Changelog

plastex (2.0.0+git20190916-2) unstable; urgency=medium

  * Upload to unstable.
  * Add patch from Chris Lamb to make build reproducible (Closes: #779595).

 -- Stuart Prescott <email address hidden>  Fri, 25 Oct 2019 01:09:28 +1100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
tex
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
plastex_2.0.0+git20190916-2.dsc 2.4 KiB 5180a2f4afb1e91f9d33240615f3bd933dc0fa2919e003d9811b89a5785a9998
plastex_2.0.0+git20190916.orig.tar.gz 931.5 KiB 5cbb1938e417be58b78b71a02ffee1be669b7b3aeb4ff5c760328a21f76de2e9
plastex_2.0.0+git20190916-2.debian.tar.xz 84.6 KiB 809d934e852a02b2878025bdc47e39020f7c0c9e6af19191cdd37e55882235a9

Available diffs

No changes file available.

Binary packages built by this source

plastex: 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.
 .
 This package contains the command line tool 'plastex'.

python-plastex-doc: LaTeX document processing framework in Python - documentation

 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 package contains the documentation for both modules and command line
 tool.

python3-plastex: LaTeX document processing framework in Python - modules

 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 package contains the Python 3 modules.