all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adrian Bradd <adrian.bradd@gmail.com>
To: Loris Bennett <loris.bennett@fu-berlin.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: Beamer footnote to definition term printed twice
Date: Sat, 22 Sep 2018 10:39:58 -0400	[thread overview]
Message-ID: <87a7o9siip.fsf@gmail.com> (raw)
In-Reply-To: <87k1nf55x4.fsf@hornfels.zedat.fu-berlin.de>


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

  reply	other threads:[~2018-09-22 14:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-21 13:36 Beamer footnote to definition term printed twice Loris Bennett
2018-09-22 14:39 ` Adrian Bradd [this message]
2018-09-22 20:27 ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a7o9siip.fsf@gmail.com \
    --to=adrian.bradd@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=loris.bennett@fu-berlin.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.