]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/latex.mdwn
web commit by PatrickWinnertz: show what is done already
[ikiwiki.git] / doc / todo / latex.mdwn
index 2b6833ee71ecd2455d47e08530e77e326ae64120..5b26ed93c987567d3f19860dcd1cbe9d7bd09aa8 100644 (file)
@@ -107,6 +107,8 @@ Okay, I'll provide the log as an link in the wiki. But there should be a kind of
 
 Yes of course, I'll improve the url handling. My comment was only about the several folder ;-)
 
+Fixed. Now I use urlto and will_render.
+
 > 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.
@@ -130,10 +132,31 @@ Fixed. I now use eval { create_tmp } and then:  if ($?) { $returncode = 0 } else
 
 Fixed. I'll removed these two lines completly.
 
+-----
+Okay here an short timetable how I want to proceed further:
+
+* Until weekend (21-22. July) I'll try to fix all errors above. (done)
+* From 22.July until 29. July I'll try to set up a first security check
+  My plans are two parts of a security check:
+    * One with an array of blacklisted regular expression. (This would blacklist all the well known and easy to fetch things like \include {/path/to/something} and things like closing the math formula environment ($$).
+    * the second step will be based on Tom::latex, which will help to parse and get a tree view of the code.
+
+Okay what do you think of this procedure?
+
 > --[[Joey]]
 
 >> -- [[PatrickWinnertz]]
 
 ----
 
+> It would be nice if it would output image tags with style="height:1em;" so that the formulas scale
+> with the rest of the text if you change the font size in your browser (ctrl + +/-).
+
+
+Thanks for the comment.. is fixed.
+
+-----
+
 [[tag soc]]
+
+[[tag wishlist]]