X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/1e438727014e352799b4dfb8d3dfb2f8e7a58251..18a72965fc7b90155130e87d4f1a4dd4aa354549:/librarian/pdf.py diff --git a/librarian/pdf.py b/librarian/pdf.py index 1989239..baf7be4 100644 --- a/librarian/pdf.py +++ b/librarian/pdf.py @@ -32,7 +32,7 @@ functions.reg_ends_white() functions.reg_texcommand() STYLESHEETS = { - 'wl2tex': 'xslt/wl2tex.xslt', + 'wl2tex': 'pdf/wl2tex.xslt', } @@ -224,7 +224,7 @@ def transform(provider, slug=None, file_path=None, # LaTeX -> PDF shutil.copy(get_resource('pdf/wl.sty'), temp) - shutil.copy(get_resource('pdf/wl-logo.png'), temp) + shutil.copy(get_resource('res/wl-logo.png'), temp) cwd = os.getcwd() os.chdir(temp)