浏览代码

Keep the intermediate presentation.tex around for vcs-check.py

Ryan C. Thompson 5 年之前
父节点
当前提交
fb1f3bdfea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Snakefile

+ 1 - 1
Snakefile

@@ -382,7 +382,7 @@ checkpoint build_beamer_latex:
         # images=lambda wildcards: get_mkdn_included_images('{basename}.mkdn'.format(**wildcards)),
         # pdfs=lambda wildcards: get_mkdn_included_pdfs('{basename}.mkdn'.format(**wildcards)),
     output:
-        latex=temp('{basename,presentation.*}.tex'),
+        latex='{basename,presentation.*}.tex',
     # TODO: should work with shadow minimal but doesn't
     run:
         beamer_latex = pypandoc.convert_file(