]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/latex.mdwn
* Wrap the editpage template in the standard misctemplate, this allows the
[git.ikiwiki.info.git] / doc / todo / latex.mdwn
index 08d9ce5785660c6432302b8cd4e90e848549f043..2b6833ee71ecd2455d47e08530e77e326ae64120 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. :-)
 
+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