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

Footnotes inside proofs always appear on the last page of the proof #28

Open
jsimonrichard opened this issue May 15, 2024 · 0 comments
Open

Comments

@jsimonrichard
Copy link

If you have a footnote somewhere in a proof, that footnote is printed on the last page of the proof instead of being printed on the page with the footnote's reference. Here's an example:

#import "@preview/ctheorems:1.1.2": *
#show: thmrules

#let proof = thmproof(
  "proof",
  "Proof",
  inset: 0pt,
)

#proof[
  #lorem(30)
  #footnote[asdfasdf]
  #lorem(1000)
]

I would guess this has something to do with the fact that proofs are figures, but I don't how that might be fixed.

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

No branches or pull requests

1 participant