.. -*- rst-mode -*- =============================================== Latex Writer Variants =============================================== :Author: Guenter Milde :Date: $Date: 2008-05-20 14:55:49 +0200 (Tue, 20 May 2008) $ This sandbox project is a place to try out and discuss variants of the latex2e writer. Latex writer variants could be: * enhancements or improvements of the "standard" latex writer, or * custom latex writers for special needs. See the `index`_ for already existing writer variants, e.g. * ``_ reduces the size of the generated preamble by only including stuff really needed in the document. * ``_ replaces most of the generated preamble by a latex stylesheet. * ``_ tries to make the latex2e writer source more readable by the use of raw literal strings instead of escaped backslashes (see also ``_) * ``_ provides an alternative implementation of the new ``--literal-env`` option to select the environment for typesetting literal blocks. This options allows e.g. to choose `lstlisting` from the ``listings.sty`` LaTeX package. See also ``_ The ``_ dir contains generic documentation and discussion. Writer specific documentation is placed in the respective "literate" source. .. _index: . --------- See also the latex-writer related sandbox projects .. ``__ * `<../dkuhlman/Docs>`__, * `<../docpy-writer>`__, * `<../jensj/latex_math>`__, * `<../latex_directive>`__, and * `<../verse-writer>`__.