From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Weiss Subject: Re: Referencing a footnote (LaTeX export) Date: Sat, 07 May 2011 16:10:54 -0400 Message-ID: <4DC5A74E.8060100@uni-koeln.de> References: <4DC5A397.6040409@uni-koeln.de> <87d3jup95k.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QInqA-0000LG-ED for emacs-orgmode@gnu.org; Sat, 07 May 2011 16:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QInq9-0002Az-C7 for emacs-orgmode@gnu.org; Sat, 07 May 2011 16:11:02 -0400 Received: from smtp-out.rrz.uni-koeln.de ([134.95.19.53]:33464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QInq9-0002AV-0L for emacs-orgmode@gnu.org; Sat, 07 May 2011 16:11:01 -0400 In-Reply-To: <87d3jup95k.fsf@fastmail.fm> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matt Lundin Cc: emacs-orgmode@gnu.org Am 07.05.2011 16:07, schrieb Matt Lundin: > Bernd Weiss writes: > >> This is hopefully a simple question, but I am stuck: How can I >> reference a footnote (see example below)? >> >> Since I am exporting my org-file to LaTeX, I am using something like >> \ref{???} but what can I use as footnote label? >> >> Chapter 2.10 of the manual introduces the 'named footnote reference' >> [fn:name] and my first idea was that I could use 'name' as label (and >> I changed my footnote to [fn:fn1]) but that didn't work. [...] > AFAIK, org-mode does not convert footnote labels (named references) to > LaTeX labels. But if you are only exporting to LaTeX, you could use the > following syntax: > > --8<---------------cut here---------------start------------->8--- > Lorem ipsum dolor sit amet, consectetur adipiscing elit.[fn:1] Fusce > vestibulum tempor lobortis. Pellentesque lacinia faucibus augue, > ultrices elementum tortor condimentum id. Maecenas scelerisque mattis > odio, eget porttitor erat cursus eu. Duis porta porttitor diam, eget > dapibus lorem malesuada eget. Morbi sed orci vitae libero pharetra > congue (see footnote \ref{firstfootnote}). > > [fn:1] My first footnote.\label{firstfootnote} > --8<---------------cut here---------------end--------------->8--- Hi Matt, That makes sense and works. Thanks, Bernd