From: joey Date: Sun, 15 Jul 2007 18:48:45 +0000 (+0000) Subject: furthermore.. X-Git-Tag: 2.4~7 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f194e477c4a3fe43cdf28e43476fce34b0ae1ccf?hp=0233a3d065bd20ec84fdf2a869b9de2a86d80dfd furthermore.. --- diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index 6367ef335..4dce589ae 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -55,11 +55,16 @@ I'll add some more complex formulas over the days. But this is basically only pu > Looks like you're very well on schedule. -> I wonder, do you have any plans to work on the latex to html side of +> But I wonder: Do you have any plans to work on the latex to html side of > things too? This page kinda combines both uses of latex; creating gifs > for formulas etc, and creating html. Dreamland already has a latex2html > using plugin submitted above, but it still needs some work, and -> particularly, needs the same input validation stuff. +> particularly, needs the same input validation stuff. And then there's the +> idea of using html2latex, to convert an ikiwiki site into a book. Any +> plans to work on that too? I guess I'm not sure what the scope is of what +> you plan to do as part of GSoC. + +### code review > The main problem I see with the code is that you seem to unnecessarily create a dummy div tag > in preprocess, and then in format you call create(), which generates an img tag. So, why not