From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Howto generate LaTeX footnotes using \footnote{} Date: Fri, 30 Apr 2010 16:15:22 +0100 Message-ID: <871vdxt1it.wl%ucecesf@ucl.ac.uk> References: <4BDACE66.9000002@freylax.de> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Fri_Apr_30_16:15:22_2010-1" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7w9D-0002h4-Az for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:45:15 -0400 Received: from [140.186.70.92] (port=50469 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7w9C-0002f5-3k for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:45:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7w99-0002Qz-PJ for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:45:13 -0400 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:41968) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7w99-0002P9-JU for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 15:45:11 -0400 In-Reply-To: <4BDACE66.9000002@freylax.de> 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: Robert Hennig Cc: emacs-orgmode@gnu.org --Multipart_Fri_Apr_30_16:15:22_2010-1 Content-Type: text/plain; charset=US-ASCII On Fri, 30 Apr 2010 14:34:46 +0200, Robert Hennig wrote: > > Dear orgmode list! > > I'm would like to generate LaTeX footnotes > using the LaTeX macro \footnote{} if I export > the org-mode document to LaTeX. What do I have > to do - now I only get a plain '[..]' and the > footnote comes at the end of the document. > (I like to have the footnote on the page where > it is referenced, he LaTeX \footnote{} should do this.) > Digging into the code I found the \footnote, but I'm > not this familiar to figure out howto actually > I could reproduce the desired behaviour. > > Thank you a lot for the wonderful world of org-mode! > > Yours, > > Robert Hennig how are you inserting the footnotes? this works /out of the box/ for me. E.g. the following --8<---------------cut here---------------start------------->8--- * footnotes The important citation[fn:1: this is an interesting source] is necessary to convince others of their[fn:2: whoever they may be] interest. --8<---------------cut here---------------end--------------->8--- together with a preamble template as inserted at the beginning of the file using "C-c C-e t", generates the following latex: --8<---------------cut here---------------start------------->8--- \title{footnotes} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} The important citation\footnote{this is an interesting source } is necessary to convince others of their\footnote{whoever they may be } interest. --8<---------------cut here---------------end--------------->8--- I inserted my footnotes using "C-c C-x f". HTH, eric --Multipart_Fri_Apr_30_16:15:22_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Fri_Apr_30_16:15:22_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Fri_Apr_30_16:15:22_2010-1--