]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/latex.mdwn
web commit by enodev
[ikiwiki.git] / doc / todo / latex.mdwn
index e45db3aedb55039e1de4c6b58bf3a09cd86f3e39..b227930a3be06c12896a24e7ad4b2000dad5ecdc 100644 (file)
@@ -1,5 +1,32 @@
 How about a plugin adding a
 [[preprocessor_directive|preprocessordirective]] to render some given LaTeX
-as a PNG via [[debpkg dvipng]] and include the resulting image in the page?
-Useful for mathematics, as well as for stuff like the LaTeX version of the
-ikiwiki [[/logo]].
+and include it in the page?  This could either render the LaTeX as a PNG via
+[[debpkg dvipng]] and include the resulting image in the page, or perhaps
+render via [HeVeA](http://pauillac.inria.fr/~maranget/hevea/index.html) or
+similar. Useful for mathematics, as well as for stuff like the LaTeX version
+of the ikiwiki [[/logo]].
+
+----
+
+ikiwiki could also support LaTeX as a document type, again rendering to HTML.
+
+----
+
+Conversely, how about adding a plugin to support exporting to LaTeX?
+
+>> I did some tests with using Markdown and a customized HTML::Latex and html2latex
+>> and it appears it will work for me now. (I hope to use ikiwiki for many
+>> to collaborate on a printed book that will be generated at least once per day in PDF format.)
+>>
+>> --JeremyReed
+
+>>> Have a look at [pandoc](http://code.google.com/p/pandoc/).  It can make PDFs via pdflatex. --[[roktas]]
+
+----
+
+[here](http://ng.l4x.org/gitweb/gitweb.cgi?p=ikiwiki.git/.git;a=blob;f=IkiWiki/Plugin/latex.pm) is a first stab at
+a latex plugin. Examples [here](http://ng.l4x.org/latex/). Currently without image support for hevea. And the latex2html
+output has the wrong charset and no command line switch to change that. Dreamland.
+
+
+[[tag soc]]