[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Howto generate LaTeX footnotes using \footnote{}
From: |
Sebastian Rose |
Subject: |
Re: [Orgmode] Howto generate LaTeX footnotes using \footnote{} |
Date: |
Fri, 30 Apr 2010 18:01:22 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Robert,
Robert Hennig <address@hidden> writes:
> 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.
M-x customize-variable RET org-footnote-section RET
I guess it does what you want. The docstring states:
"This can be nil, to place footnotes locally at the end of the
current outline node."
HTH
Sebastian