From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug in LaTeX export of multiple footnote references Date: Fri, 20 Nov 2009 15:06:06 +0100 Message-ID: <30C6990C-4D27-41CE-B6C4-E2B3D16EEAB3@gmail.com> References: <87ocmxco81.fsf@missioncriticalit.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBU7t-0002qw-4C for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 09:06:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBU7o-0002me-Kn for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 09:06:16 -0500 Received: from [199.232.76.173] (port=49303 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBU7o-0002mU-8d for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 09:06:12 -0500 Received: from gv-out-0910.google.com ([216.239.58.184]:4122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBU7n-0003BP-JS for emacs-orgmode@gnu.org; Fri, 20 Nov 2009 09:06:11 -0500 Received: by gv-out-0910.google.com with SMTP id c6so556086gvd.17 for ; Fri, 20 Nov 2009 06:06:08 -0800 (PST) In-Reply-To: <87ocmxco81.fsf@missioncriticalit.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Francesco Pizzolante Cc: mailing-list-org-mode Fixed, thanks. - Carsten On Nov 20, 2009, at 2:36 PM, Francesco Pizzolante wrote: > Hi, > > Exporting multiple references to the same footnote to LaTeX lead to > a wrong > generated code. > > The following example: > > --8<---------------cut here---------------start------------->8--- > * Title > This is my text[fn:1:This is my footnote.]. And another one[fn:1]. > --8<---------------cut here---------------end--------------->8--- > > Will produce the following LaTeX code: > > --8<---------------cut here---------------start------------->8--- > \section{Title} > \label{sec-1} > > This is my text\footnote{This is my footnote. }. And another one\$ > $^{1}$\$. > --8<---------------cut here---------------end--------------->8--- > > The correct code should be: > > --8<---------------cut here---------------start------------->8--- > \section{Title} > \label{sec-1} > > This is my text\footnote{This is my footnote. }. And another one > $^{1}$. > --8<---------------cut here---------------end--------------->8--- > > Regards, > Francesco > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten