【问题标题】:Rmarkdown Retain .tex fileRmarkdown 保留 .tex 文件
【发布时间】:2016-10-08 16:36:22
【问题描述】:

在R中,使用rmarkdown::render(...)编译markdown文档时,如何保留由编织产生的中间.tex文件。

我已尝试设置 clean=FALSE 参数,但这会保留数字,而不是最终的 tex 文件或辅助文件,我需要对其进行检查以进行调试。

【问题讨论】:

    标签: r r-markdown tex


    【解决方案1】:

    您可以在 YML 标头中指定它:

    output:
      pdf_document:
        keep_tex: true
    ---
    

    更多选项on the rmarkdown site

    【讨论】:

      猜你喜欢
      • 2019-08-19
      • 2017-09-30
      • 1970-01-01
      • 2021-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-16
      相关资源
      最近更新 更多