Skip to content

Issues with Citations and Pandoc #8136

@maurerle

Description

@maurerle

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:

  1. 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
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions