plastex 2.1-4 source package in Ubuntu

Changelog

plastex (2.1-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Stuart Prescott ]
  * Include upstream patch for compatibility with Jinja2 3.1, with thanks to
    s3v <email address hidden> for the bug report and patch (Closes: #1032444).

 -- Stuart Prescott <email address hidden>  Tue, 07 Mar 2023 21:34:39 +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
Mantic release universe tex
Lunar release universe tex

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
plastex_2.1-4.dsc 2.4 KiB 8c041df45b33d78d189d689fade021f4f64c2a324b28d285374ef3b1c83fed01
plastex_2.1.orig.tar.gz 936.4 KiB dbad0d692f5c026d66e9b203a3e35ce0a04b8b82b747ee7649075342d9a072b5
plastex_2.1-4.debian.tar.xz 88.2 KiB a435223fee445e271a7b9de2676ef4d66be1b63949ceb1314519ee3f6a8182db

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.