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 19:44:08 +0200

Hi Matt,

well, if I export that exact same document, then I get

-------------------------------------------------------------------
\title{Test}
\author{Carsten Dominik}
\date{30 March 2009}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}

This is a footnote.\footnote{\emph{Test.} }



\end{document}
------------------------------------------------

- Carsten


On Mar 30, 2009, at 4:56 PM, Matthew Lundin wrote:


Hi Carsten,

Carsten Dominik <address@hidden> writes:

Fixed, thanks.

- Carsten


I installed the most recent org from the git repo and footnotes that
begin with italics markup are still not converted to \emph in LaTeX.
(See example below.)

Thanks,
Matt

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]