X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/2f704d22ddbb461e0c84d709429a9a5dacfa00ed..2197a34c52c6e333d125b059666140b5eabb833d:/librarian/pdf.py?ds=sidebyside 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")