]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/latex.mdwn
misc updates and reorg
[ikiwiki.git] / doc / todo / latex.mdwn
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]].
8
9 ----
10
11 Conversely, how about adding a plugin to support exporting to LaTeX?
12
13 >> I did some tests with using Markdown and a customized HTML::Latex and html2latex
14 >> and it appears it will work for me now. (I hope to use ikiwiki for many
15 >> to collaborate on a printed book that will be generated at least once per day in PDF format.)
16 >>
17 >> --JeremyReed
18
19 >>> Have a look at [pandoc](http://code.google.com/p/pandoc/).  It can make PDFs via pdflatex. --[[roktas]]
20
21 [[tag soc]]