You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a Beamer presentation using Pandoc with --incremental. If I I define a footnote in a list item, the footnote shows in every previous overlay. The resulting LaTeX code is \footnote{Some journal reference}. I believe it should be \footnote<.->{Some journal reference}.
The text was updated successfully, but these errors were encountered:
I am writing a Beamer presentation using Pandoc with --incremental. If I I define a footnote in a list item, the footnote shows in every previous overlay. The resulting LaTeX code is
\footnote{Some journal reference}
. I believe it should be\footnote<.->{Some journal reference}
.The text was updated successfully, but these errors were encountered: