X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/1788f5dc5560ef56d82685ec9dd70f4ab41983cd..724310b910f3ec0aeb2a1fbd0189d5f588a00f8f:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index d06a656..2cbc2c0 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -265,8 +265,8 @@ class PDFFormat(Format): # Copy style shutil.copy(get_resource('pdf/wl.cls'), temp) shutil.copy(self.style, os.path.join(temp, 'style.sty')) - for sfile in ['wasysym.sty', 'uwasyvar.fd', 'uwasy.fd']: - shutil.copy(get_resource(os.path.join('res/wasysym', sfile)), temp) + #for sfile in ['wasysym.sty', 'uwasyvar.fd', 'uwasy.fd']: + # shutil.copy(get_resource(os.path.join('res/wasysym', sfile)), temp) # Save attachments if self.cover: