X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5ecf203ebb02e8b60616d210f81908bcf3da2634..859b209f96275dce7205f7c8011784d409a48de8:/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)