emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Latex export - footnotes and emphasis


From: Carsten Dominik
Subject: Re: [Orgmode] Latex export - footnotes and emphasis
Date: Mon, 30 Mar 2009 11:49:42 +0200

Fixed, thanks.

- Carsten

On Mar 28, 2009, at 7:29 PM, Matthew Lundin wrote:

Hi Carsten,

When I export a footnote that begins with emphasis/italics markup, the
markup is not converted to \emph in the LaTeX output.

E.g., the following source...

--8<---------------cut here---------------start------------->8---
#+title: Test

This is a footnote.[fn:footnote]

[fn:footnote] /Test./
--8<---------------cut here---------------end--------------->8---

Is exported as (some of preamble omitted):

,----
| \title{Test}
| \author{Matthew Lundin}
| \date{March 28, 2009}
|
| \begin{document}
|
| \maketitle
|
| \setcounter{tocdepth}{3}
| \tableofcontents
| \vspace*{1cm}
|
|
| This is a footnote.\footnote{/Test./ }
|
|
|
| \end{document}
`----

Any advice would be greatly appreciated.

Thanks,
Matt


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





reply via email to

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