emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Latex export - footnotes and emphasis


From: Matthew Lundin
Subject: [Orgmode] Latex export - footnotes and emphasis
Date: Sat, 28 Mar 2009 13:29:49 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

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




reply via email to

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