X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/2f704d22ddbb461e0c84d709429a9a5dacfa00ed..3b819de15c20bb071296a34ba25a3c4ae9a54cae:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index 75c3cb4..48d6fff 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -253,7 +253,7 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, parse_creator(document.edoc) substitute_hyphens(document.edoc) fix_hanging(document.edoc) - fix_tables(document.edoc) + fix_tables(document.edoc) # wl -> TeXML style_filename = get_stylesheet("wl2tex")