X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d4b096c9074bffc385b549524758cb424512e8e0..e049ee7b22a7acbb5c6a941e6a4c31c9be4bb834:/scripts/book2pdf diff --git a/scripts/book2pdf b/scripts/book2pdf index 68e2d08..ccb5fac 100755 --- a/scripts/book2pdf +++ b/scripts/book2pdf @@ -12,7 +12,7 @@ class Book2Pdf(Book2Anything): ext = "pdf" uses_cover = True uses_provider = True - transform_args = [ + transform_options = [ Option('-t', '--save-tex', dest='save_tex', metavar='FILE', help='path to save the intermediary LaTeX file to'), Option('-m', '--morefloats', dest='morefloats', metavar='old/new/none',