From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How can footnotes be exported at the end of an artile in latex? Date: Wed, 29 Mar 2017 11:16:46 -0400 Message-ID: <8737dwyuxt.fsf@alphaville.usersys.redhat.com> References: <87d1d06wxj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctFLO-000075-42 for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 11:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctFLJ-0002zr-SQ for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 11:17:06 -0400 Received: from [195.159.176.226] (port=39495 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctFLJ-0002zS-Me for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 11:17:01 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ctFL5-0004OJ-Lm for emacs-orgmode@gnu.org; Wed, 29 Mar 2017 17:16:47 +0200 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 mgcyung writes: > Is it possible to export to latex with all footnotes at the end of an artile but > not at the bottom of the page with the reference? > They are then called "endnotes". You might want to google for that. And it might be as simple as #+LATEX_HEADER: \usepackage{endnotes} but I have not tested it, so no guarantees. -- Nick