X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9230487f19cd7307cd9d46c658b6d252f83ad691..7978216fb67c9b3c6cc40647f79f7e4a472fdb4a:/doc/todo/latex.mdwn diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 61dd3f4f5..1e8a612e1 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -2,7 +2,8 @@ How about a plugin adding a [[preprocessor_directive|preprocessordirective]] to render some given LaTeX 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 +render via [HeVeA](http://pauillac.inria.fr/~maranget/hevea/index.html), +[TeX2page](http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html), or similar. Useful for mathematics, as well as for stuff like the LaTeX version of the ikiwiki [[/logo]]. @@ -22,4 +23,11 @@ Conversely, how about adding a plugin to support exporting to LaTeX? >>> 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]]