0

I'm actually using xaringan, but it uses reveal.js, so it should be the same.

I have a slide which prints bibliography using RefManageR, and I'd like to use as many slides as needed:

---

```
{r results = "asis", echo = FALSE}
PrintBibliography(bib, .opts = list(check.entries = FALSE, sorting = "ynt"))

```
---

I guess I'm looking for some type of allowframebreaks, but I couldn't manage to find one.

Bruno
  • 115
  • 1
  • 9

1 Answers1

3

Xaringan uses remark.js, not reveal.

jtr13
  • 1,225
  • 11
  • 25