fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bed92f8
)
compile once for now
author
Jan Szejko
<janek37@gmail.com>
Tue, 21 Mar 2017 11:17:09 +0000
(12:17 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 21 Mar 2017 11:21:53 +0000
(12:21 +0100)
librarian/pdf.py
patch
|
blob
|
history
diff --git
a/librarian/pdf.py
b/librarian/pdf.py
index
8e84dce
..
20ab8bb
100644
(file)
--- a/
librarian/pdf.py
+++ b/
librarian/pdf.py
@@
-315,7
+315,8
@@
def transform(wldoc, verbose=False, save_tex=None, morefloats=None,
os.chdir(temp)
# some things work better when compiled twice
- for run in xrange(2):
+ # but they are not enabled now (line numbers)
+ for run in xrange(1):
if verbose:
p = call(['xelatex', tex_path])
else: