emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Bug in LaTeX export of multiple footnote references


From: Carsten Dominik
Subject: Re: [Orgmode] Bug in LaTeX export of multiple footnote references
Date: Fri, 20 Nov 2009 15:06:06 +0100

Fixed, thanks.

- Carsten

On Nov 20, 2009, at 2:36 PM, Francesco Pizzolante wrote:

Hi,

Exporting multiple references to the same footnote to LaTeX lead to a wrong
generated code.

The following example:

--8<---------------cut here---------------start------------->8---
* Title
 This is my text[fn:1:This is my footnote.]. And another one[fn:1].
--8<---------------cut here---------------end--------------->8---

Will produce the following LaTeX code:

--8<---------------cut here---------------start------------->8---
\section{Title}
\label{sec-1}

This is my text\footnote{This is my footnote. }. And another one\$ $^{1}$\$.
--8<---------------cut here---------------end--------------->8---

The correct code should be:

--8<---------------cut here---------------start------------->8---
\section{Title}
\label{sec-1}

This is my text\footnote{This is my footnote. }. And another one $^{1}$.
--8<---------------cut here---------------end--------------->8---

Regards,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]