X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/c564a5ae9d9482255791322594816726d7d9c148..f4cbb15b0bcd2b876872983238a1656fbd990700:/scripts/book2pdf diff --git a/scripts/book2pdf b/scripts/book2pdf index cda7381..d4597fc 100755 --- a/scripts/book2pdf +++ b/scripts/book2pdf @@ -29,6 +29,8 @@ class Book2Pdf(Book2Anything): 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'), ]