Extension:Wiki2LaTeX/Documentation/Extensions to Mediawiki
From MediaWiki.org
[edit] Parser Extension Tags
This extension also adds some tags, which are useful for creating wikipages, which are intended for LaTeX-export specifically, like papers for university, letters...
These are the tags:
<noindent/>
No use for wiki, but prevents the paragraph indent of LaTeX.
<newpage/>
Makes LaTeX creating a new page. Does nothing in wiki-mode.
<label>name-of-label</label> <chapref>name-of-label</chapref> <pageref>name-of-label</pageref>
These three tags enable LaTeX referencing feature. In wiki mode they return pseudo-values, so you can see, that there are references.
<rawtex>text</rawtex>
This tag can contain pure LaTeX-code, which is syntax-highlighted in wiki mode, and inserted as-is in latex-mode.
