plastex 0.9.2-1 source package in Ubuntu

Changelog

plastex (0.9.2-1) unstable; urgency=low

  [ Carl Fürstenberg ]
  * New upstream release
  * Added patch to resolve problem copying of icons (Closes: #555123)
  * Migrate from Dpatch to Quilt
  * Bumping Standards-Version to 3.8.3 (no change)

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  14 Dec 2009 18:46:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
AzaToth
Architectures:
all
Section:
tex
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe tex
Precise release universe tex

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
plastex_0.9.2.orig.tar.gz 845.6 KiB 0f3cfb88b395fe706e0abaf57a4fc85d8bec6f4753681ea064fc02c911fd2d23
plastex_0.9.2-1.diff.gz 15.0 KiB a3b198734838385c228932843a48a259327fc95786f87763680c16c388a2b592
plastex_0.9.2-1.dsc 1.4 KiB 2096fa81c43138c126c08f63ae0887b43d6f270e20ca2c49f5afaeb95ed2be48

Available diffs

View changes file

Binary packages built by this source

python-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.

python-plastex-doc: 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.