projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ae0de
)
web commit by PatrickWinnertz: fixed issue
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 15 Jul 2007 20:22:02 +0000
(20:22 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 15 Jul 2007 20:22:02 +0000
(20:22 +0000)
doc/todo/latex.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/latex.mdwn
b/doc/todo/latex.mdwn
index 08d9ce5785660c6432302b8cd4e90e848549f043..2b6833ee71ecd2455d47e08530e77e326ae64120 100644
(file)
--- a/
doc/todo/latex.mdwn
+++ b/
doc/todo/latex.mdwn
@@
-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