Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.08k stars 959 forks source link

Footnotes Processed Improperly for Beamer Output #218

Open cesuslow opened 3 years ago

cesuslow commented 3 years ago

When attempting to use footnotes for beamer output, they are rendered incorrectly in the final PDF. Footnotes are rendered correctly when using the default beamer template or when using pandoc-latex-template to output non-beamer pdfs.

Modifying the footnotes-pretty and footnotes-disable-backlinks options did not affect this behavior.

Pandoc versions tested: pandoc 2.2.1 and 2.9.2.1

Replication:

mfe.md

--
title: "minimal example"
author: [cesuslow]
date: "2021-01-21"
subject: "subject"
keywords: [intro]
lang: "en"
...

## A Header
- A bullet
    - A subbullet 
- A bullet with a footnote[^1]

[^1]: The footnote

Resultant PDFs: mfe.pdf mfe-default.pdf

Wandmalfarbe commented 3 years ago

Thank you for reporting this issue! Unfortunately I have to inform you that Eisvogel was never really made for beamer output. I try to fix all issues and merge with the upstream template regularly, however beamer will always be inferior to the normal article output. Nonetheless, thank you for your Report. I'll leave this issue open, but it may be open for quite some time.