X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/9b0249cce34a32d19b364fd5e3d340f22cd9cde7..ac6f4dfb3c4e7ac8b22ab56390e61634a8152df6:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index 90e4dc2..b4edfdb 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -233,6 +233,8 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, editor.readable() for editor in document.editors()))) if document.book_info.funders: root.set('funders', u', '.join(document.book_info.funders)) + if document.book_info.thanks: + root.set('thanks', document.book_info.thanks) # hack the tree move_motifs_inside(document.edoc)