【问题标题】:Shift R Markdown title to the second pageShift R Markdown 标题到第二页
【发布时间】:2020-11-09 11:37:01
【问题描述】:

我创建了一个 Rmd 文件,想将文档的标题移到第二页而不是第一页,这是默认完成的。

有人可以帮忙吗?提前致谢。

【问题讨论】:

    标签: r r-markdown markdown word


    【解决方案1】:

    您可以在 Yaml 标头中调用 .tex 文件:

    - 将所有内容放入 tex 文件中,放在 rmd 的标题页之前。完成。

    ---
    title: "Untitled"
    author: "user12256545"
    date: "9 11 2020"
    output: 
      html_document:
               includes:
                before_body: firstpage.tex 
    ---
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-09-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-12-31
      • 2017-01-14
      • 2020-08-09
      • 2016-01-13
      相关资源
      最近更新 更多