X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/7475946199e7c363fcf125c5b26be173cd4010f3..f83e31a4bc04670d6bee7f153a4837efa190b4d9:/scripts/book2pdf?ds=sidebyside diff --git a/scripts/book2pdf b/scripts/book2pdf index b4559b4..87afc1e 100755 --- a/scripts/book2pdf +++ b/scripts/book2pdf @@ -24,7 +24,10 @@ class Book2Pdf(Book2Anything): Option('-R', '--resources', dest='resources', metavar='DIR', help='a directory with additional resources'), Option('-D', '--documentclass', dest='documentclass', - help='LaTeX document class, defaults to "wl"') + help='LaTeX document class, defaults to "wl"'), + Option('-s', '--customizations', dest='customizations', action='append', + help='LaTeX document class options') + ]