[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Beamer footnote to definition term printed twice
From: |
Adrian Bradd |
Subject: |
Re: [O] Beamer footnote to definition term printed twice |
Date: |
Sat, 22 Sep 2018 10:39:58 -0400 |
User-agent: |
mu4e 0.9.18; emacs 27.0.50 |
Hello,
Looks like in both cases the exported description is identical:
#+begin_latex
\begin{description}
\item[{with\footnote{Huh?}}] the
footnotes\footnote{OK}?\footnotetext[1]{\label{org9240374}Huh?}
\end{description}
#end_latex
The issue seems to be that the article and beamer classes are
handling footnotes differently. Removing
\footnotetext[1]{\label{org9240374}Huh?} removes the duplicate
from the beamer export, but then the article export is missing the
appropriate footnote.
We should be able to patch the export code to ignore the extra
\footnotetext when exporting to beamer.
Cheers,
--
Adrian Bradd