fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
2 runs in creating pdf
[librarian.git]
/
scripts
/
book2pdf
diff --git
a/scripts/book2pdf
b/scripts/book2pdf
index
87afc1e
..
d4597fc
100755
(executable)
--- a/
scripts/book2pdf
+++ b/
scripts/book2pdf
@@
-26,8
+26,11
@@
class Book2Pdf(Book2Anything):
Option('-D', '--documentclass', dest='documentclass',
help='LaTeX document class, defaults to "wl"'),
Option('-s', '--customizations', dest='customizations', action='append',
Option('-D', '--documentclass', dest='documentclass',
help='LaTeX document class, defaults to "wl"'),
Option('-s', '--customizations', dest='customizations', action='append',
- help='LaTeX document class options')
-
+ help='LaTeX document class options'),
+ Option('-e', '--cover-file', dest='cover_file', metavar='FILE',
+ help='Cover image file'),
+ Option('-2', '--two-runs', dest='tworuns', action='store_true', default=False,
+ help='two runs of (Xe)Latex'),
]
]