Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beamer+columns+footnotes can be improved #5769

Closed
ashwinvis opened this issue Sep 23, 2019 · 3 comments
Closed

Beamer+columns+footnotes can be improved #5769

ashwinvis opened this issue Sep 23, 2019 · 3 comments

Comments

@ashwinvis
Copy link

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

@ashwinvis
Copy link
Author

How it works now

Screenshot_20190923_060325

After manually editing the tex file
Screenshot from 2019-09-23 06-10-14

@jpcirrus
Copy link
Contributor

Having footnotes appear at the bottom of their respective columns is inconsistent with how footnotes work when the content is not in columns, where the footnote is always at the bottom of the frame. The solution as proposed in #5769 (comment) is the correct one according to section 12.12 of the Beamer manual, ensuring footnotes will always appear at the bottom of their frame.

@jgm jgm closed this as completed in d87c761 Oct 28, 2024
@jgm
Copy link
Owner

jgm commented Oct 28, 2024

Such an easy fix! Sorry it took so long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants