Extension talk:Wiki2LaTeX/Development/w2lExporter.php

From MediaWiki.org
Jump to: navigation, search

I added a set of special variables to the template vars, so that you can make a nice header, footer or info box with revision ID, last edited by etc. in your latex template. My company is using something like:

\begin{center}
\begin{boxit}
\begin{tabular}{ll}
\textbf{Document ID:} & ((page id))\\
\textbf{Revision ID:} & ((revision id))\\
\textbf{Last edited by:} & ((revision user))\\
\textbf{Last edit time:} & ((revision timestamp))
\end{tabular}
\end{boxit}
\end{center}

which gives us a nice offcial-looking revision info box on our front sheet.

-Ole, 22nd August 2007.

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox