aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/latex.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-15 18:46:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-15 18:46:36 +0000
commit0233a3d065bd20ec84fdf2a869b9de2a86d80dfd (patch)
tree7bc47ddb930a19e2b46c60f2f2872dd1af9253eb /doc/todo/latex.mdwn
parente292c78c09a8c6ee6081b57e7c5f608dc49dc5db (diff)
downloadikiwiki-0233a3d065bd20ec84fdf2a869b9de2a86d80dfd.tar
ikiwiki-0233a3d065bd20ec84fdf2a869b9de2a86d80dfd.tar.gz
further comment
Diffstat (limited to 'doc/todo/latex.mdwn')
-rw-r--r--doc/todo/latex.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn
index 6ddca8101..6367ef335 100644
--- a/doc/todo/latex.mdwn
+++ b/doc/todo/latex.mdwn
@@ -55,6 +55,12 @@ 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
+> 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.
+
> 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
> just create the img tag in preprocess?