From mboxrd@z Thu Jan 1 00:00:00 1970 From: mgcyung Subject: Re: How can footnotes be exported at the end of an artile in latex? Date: Fri, 31 Mar 2017 23:07:44 +0800 Message-ID: <87vaqpbi2n.fsf@gmail.com> References: <87d1d06wxj.fsf@gmail.com> <87bmsika4g.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctyAO-0002Np-U9 for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 11:08:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctyAL-0007TK-O2 for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 11:08:44 -0400 Received: from mail-pg0-x22e.google.com ([2607:f8b0:400e:c05::22e]:36542) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctyAL-0007SJ-J6 for emacs-orgmode@gnu.org; Fri, 31 Mar 2017 11:08:41 -0400 Received: by mail-pg0-x22e.google.com with SMTP id g2so72899056pge.3 for ; Fri, 31 Mar 2017 08:08:41 -0700 (PDT) Received: from structia ([61.148.243.121]) by smtp.gmail.com with ESMTPSA id z189sm11262280pgb.3.2017.03.31.08.08.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 08:08:39 -0700 (PDT) In-Reply-To: <87bmsika4g.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 30 Mar 2017 17:22:23 +0100") 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" To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Wednesday, 29 Mar 2017 at 15:16, Nick Dokos wrote: >> mgcyung writes: > > [...] > >> They are then called "endnotes". You might want to google for that. >> And it might be as simple as >> >> #+LATEX_HEADER: \usepackage{endnotes} > > You'll need to add > > #+latex_header: \let\footnote\endnote > > somewhere and also > > #+latex: \theendnotes > > at the place you want the end notes to appear. It works. Thanks a lot. -- With best wishes, mgcyung