emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Superscripts in LaTeX export


From: Carsten Dominik
Subject: Re: [Orgmode] Superscripts in LaTeX export
Date: Tue, 29 Sep 2009 04:42:58 +0200

Hi Thomas, Giovanni, Nick,

indeed, LaTeX export was thrown off by the space before the cared.
THis i fixed now, thanks.

- Carsten

On Sep 27, 2009, at 10:20 PM, Thomas S. Dye wrote:

Aloha all,

I'm trying to generate $^{14}$C, or an equivalent, from org-mode to represent the isotope of carbon important in archaeological dating.

Reading the manual, I tried this:

** A Brief History of Attempts to Interpret the ^{14}C Dates
*** The ^{14}C Dates

Which, in my #+LaTeX_CLASS: beamer export, yields

\subsection{A Brief History of Attempts to Interpret the \^{}{14}C Dates}
...
\begin{frame}\frametitle{The \^{}{14}C Dates}

The problem seems to be the space before the ^.

This input:

** A Brief History of Attempts to Interpret the x^{14}C Dates
*** The x^{14}C Dates

yields the correct LaTeX:

\subsection{A Brief History of Attempts to Interpret the x $^{\mathrm{14}}$C Dates}
...
\begin{frame}\frametitle{The x$^{\mathrm{14}}$C Dates}

Am I missing something? Or, is the LaTeX export thrown off by the space before ^?

All the best,
Tom


_______________________________________________
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]