X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/c19431d872ec746fc2f219a16aa8fbdba3900a11..51bcb92d5e5a879118d83f72d588d909d69dd3ab:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index f22a305..133647d 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -237,6 +237,7 @@ def transform(wldoc, verbose=False, save_tex=None, morefloats=None, with open(os.path.join(temp, 'cover.jpg'), 'w') as f: the_cover.save(f) + shutil.copy("cce_trust.eps", temp) shutil.copy("logo.eps", temp) for img in document.edoc.findall('//ilustr'): shutil.copy(os.path.join(imgdir, img.get('src')), temp)