Skip to content

Beamer+columns+footnotes can be improved #5769

Closed
@ashwinvis

Description

@ashwinvis

Footnotes within columns distort the output.

Input

# A slide

::::::::::::::::::::{.columns}
:::{.column width=50%}

contents[^1]

:::
:::{.column width=50%}

more contents^[another footnote]

:::
:::::::::::::::::::::

[^1]: A footnote

Commands

❯ pandoc --version                                                                                                                                                                        
pandoc 2.7.3
Compiled with pandoc-types 1.17.5.4, texmath 0.11.2.2, skylighting 0.8.1
Default user data directory: /home/avmo/.local/share/pandoc or /home/avmo/.pandoc
❯ cat slides.md
❯ pandoc -t beamer -s slides.md -o slides.tex 
❯ latexmk -pdf slides.tex

The solution

As suggested here https://tex.stackexchange.com/a/86757 would be to use \footnote<.->[frame]{some text}. I believe it goes here:

let beamerMark = if beamer
then text "<.->"
else empty

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions