emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex export - footnotes and emphasis
@ 2009-03-28 18:29 Matthew Lundin
  2009-03-30  9:27 ` Scot Becker
  2009-03-30  9:49 ` Carsten Dominik
  0 siblings, 2 replies; 8+ messages in thread
From: Matthew Lundin @ 2009-03-28 18:29 UTC (permalink / raw)
  To: Org Mode List

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

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

end of thread, other threads:[~2009-03-30 18:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-28 18:29 Latex export - footnotes and emphasis Matthew Lundin
2009-03-30  9:27 ` Scot Becker
2009-03-30  9:41   ` Carsten Dominik
2009-03-30  9:49 ` Carsten Dominik
2009-03-30 14:56   ` Matthew Lundin
2009-03-30 17:44     ` Carsten Dominik
2009-03-30 18:12       ` Matthew Lundin
2009-03-30 18:25         ` 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).