X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d887dee631335a8c44ef75250524e69e67fbc9b4..1788f5dc5560ef56d82685ec9dd70f4ab41983cd:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index 10afdf3..d06a656 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -266,7 +266,7 @@ class PDFFormat(Format): 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('styles/wasysym', sfile)), temp) + shutil.copy(get_resource(os.path.join('res/wasysym', sfile)), temp) # Save attachments if self.cover: