【问题标题】:How do I get a long (more than 1 page) bibliography to print in an R markdown beamer?如何在 R Markdown 投影仪中打印长(超过 1 页)参考书目?
【发布时间】:2016-03-13 12:58:15
【问题描述】:

我在渲染涵盖多页的书目时遇到问题,因为只有第一个是使用 RMarkdown 和 beamer 输出打印的。

同样的问题已发布在http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html#comment-2398115545,但没有任何帮助。

---
title: "Sample Document"
output: beamer_presentation
bibliography: bibliography.bib
---

【问题讨论】:

    标签: r r-markdown pandoc beamer bibliography


    【解决方案1】:

    您可以通过将幻灯片的类设置为allowframebreaks 来强制在下一张幻灯片上继续播放。只需为最后一张幻灯片执行此操作。来自 pandoc mailing-list:

    ## References {.allowframebreaks} 
    

    编辑:knitr 有一个设置可以防止此解决方案与rmarkdown 一起使用。请参阅this question 获取解决方案。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-11
      • 1970-01-01
      • 1970-01-01
      • 2016-04-21
      • 2018-10-07
      • 1970-01-01
      相关资源
      最近更新 更多