diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-15 17:43:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-15 17:43:48 +0000 |
commit | e292c78c09a8c6ee6081b57e7c5f608dc49dc5db (patch) | |
tree | 97e6c66708c0e3bc7f6f9d767f3713181ad09c2f /doc/todo | |
parent | cb9286136e5543405fba1a40b2de37c05f268c76 (diff) |
web commit by http://joey.kitenet.net/: comments
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/latex.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/todo/latex.mdwn b/doc/todo/latex.mdwn index fe6cea76e..6ddca8101 100644 --- a/doc/todo/latex.mdwn +++ b/doc/todo/latex.mdwn @@ -53,6 +53,26 @@ I'll add some more complex formulas over the days. But this is basically only pu -- Patrick Winnertz +> Looks like you're very well on schedule. + +> 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? + +> Another problem: Looks like if latex fails to create the image, the user won't be shown any +> of its error message, but just "failed to generate image from code". I suspect that in this +> case being able to see the error message would be important. + +> The url handling could stand to be improved. Currently it uses $config{url}, so it depends on that being set. Some ikiwiki builds don't have an url set. The thing to do is to use urlto(), to generate a nice relative url from the page to the image. + +> Another (minor) problem with the url handling is that you put all the images in a "teximages" directory in the toplevel of the wiki. I think it would be better to put each image in the subdirectory for the page that created it. See how the `img` and `sparkline` plugins handle this. + +> It looks like if the tempdir already exists, tempdir() will croak(), thus crashing ikiwiki. It would be good to catch a failure there and fail more gracefully. + +> I'm not sure why you're sanitising the PATH before calling latex. This could be problimatic on systems where latex is not in /bin or /usr/bin. + +> --[[Joey]] + ---- [[tag soc]] |