emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug in LaTeX export of multiple footnote references
@ 2009-11-20 13:36 Francesco Pizzolante
  2009-11-20 14:06 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Francesco Pizzolante @ 2009-11-20 13:36 UTC (permalink / raw)
  To: mailing-list-org-mode

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.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in LaTeX export of multiple footnote references
  2009-11-20 13:36 Bug in LaTeX export of multiple footnote references Francesco Pizzolante
@ 2009-11-20 14:06 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-20 14:06 UTC (permalink / raw)
  To: Francesco Pizzolante; +Cc: mailing-list-org-mode

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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-20 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-20 13:36 Bug in LaTeX export of multiple footnote references Francesco Pizzolante
2009-11-20 14:06 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).