TikiWiki to LaTeX Converter
Syntax
This converter performs the following operations on TikiWiki markup:
- Strip out one or two line HTML comments.
- Strip out wiki-specific markup: ))CamelCaseProtection((, ~np~.
- Convert __bold__ and ''italic'' formatting.
- Convert * bullet lists (up to three levels).
- Convert # numbered lists (up to three levels).
- Convert !chapter, !!section and !!!subsection headings.
- Convert ||tabular|data|| to tabulary environments with L columns.
- Convert inverted commas (quote marks) and slashes to LaTeX versions.
In addition to standard TikiWiki syntax, this converter follows these conventions:
- Use '
[#bibtexkey](optional page range)' for citations. - Use '
[#sec-id]', '[#tab-id]', and '[#fig-id]' for cross-references to sections, tables and figures respectively (they'll come out as\ref{sec:id}, etc.). - Use '
::Table-〈caption〉::' above a table for a table caption. - Use '
::Figure-〈caption〉::' below a picture for a figure caption. - Use '
<a name="〈label〉"></a>' for a label. For figures and tables, place just before the final '::' in the caption.
The citations come out as \autocite commands (from the biblatex
package). When using plain LaTeX or natbib, simply redefine this command in
terms of those your document knows about, e.g. \cite.
Input
Output
Put the following code between \begin{document} and
\end{document}
in a LaTeX document.
[No text to display]