From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hennig Subject: Howto generate LaTeX footnotes using \footnote{} Date: Fri, 30 Apr 2010 14:34:46 +0200 Message-ID: <4BDACE66.9000002@freylax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7pQr-0000jZ-MY for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 08:35:01 -0400 Received: from [140.186.70.92] (port=60372 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7pQp-0000hS-7y for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 08:35:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7pQo-0003bs-7C for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 08:34:59 -0400 Received: from h1666135.stratoserver.net ([85.214.157.189]:43780) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7pQo-0003av-0V for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 08:34:58 -0400 Received: from localhost ([127.0.0.1]) by h1666135.stratoserver.net with esmtps (SSL3.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O7pQf-000114-4E for emacs-orgmode@gnu.org; Fri, 30 Apr 2010 14:34:49 +0200 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: emacs-orgmode@gnu.org 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