plastex 3.0-3 source package in Ubuntu

Changelog

plastex (3.0-3) unstable; urgency=medium

  * Handle multiple Python interpreters when building docs (Closes: #1058549).
  * Add new patch to not break PYTHONPATH during tests with non-default
    interpreter.

 -- Stuart Prescott <email address hidden>  Thu, 14 Dec 2023 01:36:02 +1100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe tex
Noble release universe tex

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
plastex_3.0-3.dsc 2.8 KiB 39388e85fc7fbf550f1537f88c23ea6f10a731252bc49aad9703dc2374599472
plastex_3.0.orig.tar.gz 986.4 KiB abf4dfa3b9c4cc6e08dab800422635f005fae5b25cc2fe41e496d142fde57acd
plastex_3.0-3.debian.tar.xz 87.8 KiB a63e85df899ec480159ba4545c2c8d38f5f556b80155776a48e32822f010c5e1

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.