In order to allow distributed and convenient editing using the wiki
AND producing documents with high quality typesetting, the following documentation
strategy is implemented:
The primary editing is performed in the present Wiki, which uses the
Textile-markup as explained here.
In order to allow conversion to LaTeX, the following rules MUST be considered:
The Textile-markup from the Wiki can be converted to LaTeX using RedCloth.
In order to support references to documents (e.g. [BSI-TR-03112-7]) or
the inclusion of pretty-printed XML- or Java-code (e.g.
<xml> ... </xml>
), the raw LaTeX document needs to be cleaned up with awk. <pre><code class="XXX"></pre> by <pre>\begin{minted}[bgcolor=bg]{XXX}</pre>