Extension:Wiki2LaTeX/Documentation/Contributions
As of Wiki2LaTeX v.0.8 there is the contributions directory, which contains some additional features, which can be enabled by simply putting
include('contrib/XXX.php'); // where XXX.php is a file within that dir.
to the beginning of w2lConfig.php.
Contents |
[edit] Support for Mediawiki-Extensions
[edit] math.php
Adds support for the math-tag. Enabled by default.
Thanks to Monja for sharing this code.
[edit] ParserFunctions.php
Enables support for ParserFunctions.
[edit] pre.php
Adds support for the pre-tag. Enabled by default.
[edit] ref.php
Enabled by default. Add support for footnotes (ref and references tag).
[edit] source.php
Adds support for <source>-tag.
[edit] Better Auto-Template-Feature and Changing LaTeX-Output
[edit] komascript.php
The Auto-Template now sets Document Classes as defined by Komascript.
[edit] linkify.php
Creates links out of internal links.
[edit] lmodern.php
The Auto-Template now uses the package lmodern and so the document uses the font Latin Modern.
[edit] mathpazo.php
The Auto-Template now uses the package mathpazo and so the document uses the font Palatino.
[edit] microtype.php
The Auto-Template now uses the package microtype and uses all the fancy typographic extensions provided by pdflatex.
[edit] paralist.php
Changes lists to use the environments of paralist instead of the default itemize and enumerate environments.
