pandoc citations in revealjs from markdown

802 Views Asked by At

I use pandoc to generate Reveal.js slides from a Markdown file. All the citations are dumped in in the last slide, so I finish the .md file with the title # References, which is fitting. However, all references are in the same slide, and they would need approximately three slides to fit. Only the first 5 or 6 are visible. Any way to split the references in several slides would be great.

This is the -v information:

pandoc 1.19.2.4
Compiled with pandoc-types 1.17.0.5, texmath 0.9.4.4, skylighting 0.3.3.1

This is the command that I am running:

pandoc -t revealjs -s -o out.html in.md -V revealjs-url=../lib --bibliography *.bib 

Is there any way to split the references in several slides?

0

There are 0 best solutions below