* How can footnotes be exported at the end of an artile in latex?
@ 2017-03-29 13:21 mgcyung
2017-03-29 15:16 ` Nick Dokos
[not found] ` <f362b915ff344df4bde4d4b3244b8efd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
0 siblings, 2 replies; 4+ messages in thread
From: mgcyung @ 2017-03-29 13:21 UTC (permalink / raw)
To: emacs-orgmode
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?
--
With best wishes,
mgcyung
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can footnotes be exported at the end of an artile in latex?
2017-03-29 13:21 How can footnotes be exported at the end of an artile in latex? mgcyung
@ 2017-03-29 15:16 ` Nick Dokos
[not found] ` <f362b915ff344df4bde4d4b3244b8efd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
1 sibling, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2017-03-29 15:16 UTC (permalink / raw)
To: emacs-orgmode
mgcyung <mgcyung@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <f362b915ff344df4bde4d4b3244b8efd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>]
* Re: How can footnotes be exported at the end of an artile in latex?
[not found] ` <f362b915ff344df4bde4d4b3244b8efd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2017-03-30 16:22 ` Eric S Fraga
2017-03-31 15:07 ` mgcyung
0 siblings, 1 reply; 4+ messages in thread
From: Eric S Fraga @ 2017-03-30 16:22 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 491 bytes --]
On Wednesday, 29 Mar 2017 at 15:16, Nick Dokos wrote:
> mgcyung <mgcyung@gmail.com> 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.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.1.1, Org release_9.0.5-391-g36c7cf
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can footnotes be exported at the end of an artile in latex?
2017-03-30 16:22 ` Eric S Fraga
@ 2017-03-31 15:07 ` mgcyung
0 siblings, 0 replies; 4+ messages in thread
From: mgcyung @ 2017-03-31 15:07 UTC (permalink / raw)
To: emacs-orgmode
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> On Wednesday, 29 Mar 2017 at 15:16, Nick Dokos wrote:
>> mgcyung <mgcyung@gmail.com> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-03-31 15:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-29 13:21 How can footnotes be exported at the end of an artile in latex? mgcyung
2017-03-29 15:16 ` Nick Dokos
[not found] ` <f362b915ff344df4bde4d4b3244b8efd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-03-30 16:22 ` Eric S Fraga
2017-03-31 15:07 ` mgcyung
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.