-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
Explain the problem.
I am using a markdown file with bibliography and convert to a revealjs presentation:
pandoc -s --bibliography biblio.bib --citeproc CITATIONS -t revealjs -o example24a.html
as taken from the examples (except for revealjs).
This presents some issues:
- references are not split across multiple pages if needed
- of course this is not the case with normal bullet points either, but you can't edit this for references?
- this should also be fixed for beamer output
- links are not clickable, even with
link-citations: true
- this works properly with beamer output, but not with revealjs
I would suggest to create an option of citation-presentation-count
to have only 3 references per page?
Any other suggestion? Currently the references are not really usable for presentations (beamer and revealjs) with more than 3 sources listed.
But I'd really love to have this integrated.
Pandoc version?
What version of pandoc are you using, on what OS?
pandoc 2.18 on Debian 11
metaspace and KorigamiK