Re: [O] How can footnotes be exported at the end of an artile in latex?

2017-03-31 Thread mgcyung
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



Re: [O] How can footnotes be exported at the end of an artile in latex?

2017-03-30 Thread Eric S Fraga
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.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.1.1, Org release_9.0.5-391-g36c7cf


signature.asc
Description: PGP signature


Re: [O] How can footnotes be exported at the end of an artile in latex?

2017-03-29 Thread Nick Dokos
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




[O] How can footnotes be exported at the end of an artile in latex?

2017-03-29 Thread mgcyung

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