X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/807df526faddb8682eb20cd0a61b39d18a84ff85..3aa7d84d301fc2ad67cfb464e6f5acbbafd7511c:/scripts/book2pdf?ds=inline diff --git a/scripts/book2pdf b/scripts/book2pdf index 68e2d08..fb6f703 100755 --- a/scripts/book2pdf +++ b/scripts/book2pdf @@ -11,7 +11,6 @@ class Book2Pdf(Book2Anything): format_name = "PDF" ext = "pdf" uses_cover = True - uses_provider = True transform_args = [ Option('-t', '--save-tex', dest='save_tex', metavar='FILE', help='path to save the intermediary LaTeX file to'),