functions.reg_texcommand()
STYLESHEETS = {
- 'wl2tex': 'xslt/wl2tex.xslt',
+ 'wl2tex': 'pdf/wl2tex.xslt',
}
# 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)