X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/cba76114f031d47c93e1af947a350230cbef0a1f..859b209f96275dce7205f7c8011784d409a48de8:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index 9fb92b1..b4edfdb 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -231,6 +231,10 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, # add editors info root.set('editors', u', '.join(sorted( 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)