1 How about a plugin adding a
2 [[preprocessor_directive|preprocessordirective]] to render some given LaTeX
3 and include it in the page? This could either render the LaTeX as a PNG via
4 [[debpkg dvipng]] and include the resulting image in the page, or perhaps
5 render via [HeVeA](http://pauillac.inria.fr/~maranget/hevea/index.html) or
6 similar. Useful for mathematics, as well as for stuff like the LaTeX version
7 of the ikiwiki [[/logo]].
11 ikiwiki could also support LaTeX as a document type, again rendering to HTML.
15 Conversely, how about adding a plugin to support exporting to LaTeX?
17 >> I did some tests with using Markdown and a customized HTML::Latex and html2latex
18 >> and it appears it will work for me now. (I hope to use ikiwiki for many
19 >> to collaborate on a printed book that will be generated at least once per day in PDF format.)
23 >>> Have a look at [pandoc](http://code.google.com/p/pandoc/). It can make PDFs via pdflatex. --[[roktas]]