PLASTEX(1) | [FIXME: manual] | PLASTEX(1) |
plastex - a collection of Python frameworks that allow you to process LaTeX documents
plastex mylatex.tex [--config=config-file | -c config-file] [--kpsewhich=program] [--renderer=renderer-name] [--theme=theme-name] [--copy-theme-extras | --no-theme-extras] [--base-url=url] [--index-columns=integer] [--title=string] [--toc-depth=integer] [--toc-non-files] [--counter=[ {counter-name} {initial-value}... ]] [--links=[ {key} [url] {title} ]] [--bad-filename-chars=string] [--bad-filename-chars-sub=string] [--dir=directory | -d directory] [--escape-high-chars] [--filename=filename] [--input-encoding=encoding] [--output-encoding=encoding] [--split-level=integer] [--image-base-url=url] [--image-compiler=program] [--enable-images | --disable-images] [--enable-image-cache | --disable-image-cache] [--imager=program] [--image-filenames=filename] [--vector-imager=program]
This manual page documents the plastex command.
This manual page was written for the Debian(TM) distribution because the original program does not have a manual page.
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.
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files.
--config=config-file, -c config-file
--kpsewhich=program
--renderer=renderer-name
--theme=theme-name
--copy-theme-extras, --no-theme-extras
--base-url=url
--index-columns=integer
--sec-num-depth=integer
--title=string
--toc-depth=integer
--toc-non-files
--counter=[ counter-name initial-value ... ]
--links=[ key optional-url title ]
--bad-filename-chars=string
--bad-filename-chars-sub=string
--dir=directory, -d directory
--escape-high-chars
--filename=string
--input-encoding=string
--output-encoding=string
--split-level=integer
--image-base-url=url
--image-compiler=program
--enable-images, --disable-images
--enable-image-cache --disable-image-cache
--imager=program
You can use the value of “none” to turn the imager off.
--image-filenames=filename-template
--vector-imager=program
You can use the value of “none” to turn the vector imager off.
Carl Fürstenberg
Copyright © 2007 Carl Fürstenberg
2007-07-19 | plastex |