fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
various pdf fixes
[librarian.git]
/
librarian
/
pdf.py
diff --git
a/librarian/pdf.py
b/librarian/pdf.py
index
2cbc2c0
..
03879fe
100644
(file)
--- a/
librarian/pdf.py
+++ b/
librarian/pdf.py
@@
-290,7
+290,7
@@
class PDFFormat(Format):
p = call(['xelatex', '-interaction=batchmode', tex_path],
stdout=PIPE, stderr=PIPE)
if p:
p = call(['xelatex', '-interaction=batchmode', tex_path],
stdout=PIPE, stderr=PIPE)
if p:
- raise ParseError("Error parsing .tex file
"
)
+ raise ParseError("Error parsing .tex file
: %s" % tex_path
)
if cwd is not None:
os.chdir(cwd)
if cwd is not None:
os.chdir(cwd)