]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/latex.mdwn
try
[git.ikiwiki.info.git] / doc / todo / latex.mdwn
index 08d9ce5785660c6432302b8cd4e90e848549f043..58a522282fab40d176234f0e24c857c52935d430 100644 (file)
@@ -117,6 +117,8 @@ Yes of course, I'll improve the url handling. My comment was only about the seve
 >>> Or just propigate up an error message. If it's failing, someone is
 >>> probably trying to DOS ikiwiki or something. :-)
 
 >>> Or just propigate up an error message. If it's failing, someone is
 >>> probably trying to DOS ikiwiki or something. :-)
 
+Fixed. I now use eval { create_tmp } and then:  if ($?) { $returncode = 0 } else { save .tex file ... } ...
+
 
 > 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
 
 
 > 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
 
@@ -128,10 +130,31 @@ Yes of course, I'll improve the url handling. My comment was only about the seve
 
 Fixed. I'll removed these two lines completly.
 
 
 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.
+* 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]]
 
 ----
 
 > --[[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 soc]]
+
+[[tag wishlist]]