* Superscripts in LaTeX export
@ 2009-09-27 20:20 Thomas S. Dye
2009-09-28 12:41 ` Giovanni Ridolfi
2009-09-29 2:42 ` Carsten Dominik
0 siblings, 2 replies; 6+ messages in thread
From: Thomas S. Dye @ 2009-09-27 20:20 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Superscripts in LaTeX export
2009-09-27 20:20 Superscripts in LaTeX export Thomas S. Dye
@ 2009-09-28 12:41 ` Giovanni Ridolfi
2009-09-28 14:47 ` Nick Dokos
2009-09-29 2:42 ` Carsten Dominik
1 sibling, 1 reply; 6+ messages in thread
From: Giovanni Ridolfi @ 2009-09-28 12:41 UTC (permalink / raw)
To: emacs-orgmode, Thomas S. Dye
--- Dom 27/9/09, Thomas S. Dye <tsd@tsdye.com> ha scritto:
Hi, Thomas,
>
> I'm trying to generate $^{14}$C, or an equivalent, from
> org-mode to represent the isotope of carbon
> ** A Brief History of Attempts to Interpret the ^{14}C
> Dates
> *** The ^{14}C Dates
what about using the \( \) or $ $ delimiters?:
** A Brief History of Attempts to Interpret the
\( ^{14}\)C Dates
*** The \(^{14}\)C Dates
*** or
*** The $^{14}$C Dates with dollar
hth
Giovanni
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Superscripts in LaTeX export
2009-09-28 12:41 ` Giovanni Ridolfi
@ 2009-09-28 14:47 ` Nick Dokos
2009-09-28 15:26 ` Giovanni Ridolfi
0 siblings, 1 reply; 6+ messages in thread
From: Nick Dokos @ 2009-09-28 14:47 UTC (permalink / raw)
To: Giovanni Ridolfi; +Cc: emacs-orgmode
Giovanni Ridolfi <giovanni.ridolfi@yahoo.it> wrote:
> --- Dom 27/9/09, Thomas S. Dye <tsd@tsdye.com> ha scritto:
>
> > I'm trying to generate $^{14}$C, or an equivalent, from
> > org-mode to represent the isotope of carbon
>
> > ** A Brief History of Attempts to Interpret the ^{14}C
> > Dates
> > *** The ^{14}C Dates
>
> what about using the \( \) or $ $ delimiters?:
>
> ** A Brief History of Attempts to Interpret the
> \( ^{14}\)C Dates
> *** The \(^{14}\)C Dates
> *** or
> *** The $^{14}$C Dates with dollar
>
That's the first thing I thought of and tried: it didn't work for me.
Did it work for you or are you saying that theoretically it *should* work?
It's not clear from your message whether you actually tried it out.
Thanks,
Nick
PS. I also tried the standard trick: {}^{14}C. It didn't work either.
The LaTeX code generated precedes all the special characters with
backslashes.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Superscripts in LaTeX export
2009-09-28 14:47 ` Nick Dokos
@ 2009-09-28 15:26 ` Giovanni Ridolfi
0 siblings, 0 replies; 6+ messages in thread
From: Giovanni Ridolfi @ 2009-09-28 15:26 UTC (permalink / raw)
To: nicholas.dokos; +Cc: emacs-orgmode
--- Lun 28/9/09, Nick Dokos <nicholas.dokos@hp.com> ha scritto:
> Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
> wrote:
> > ** A Brief History of Attempts to Interpret the
> > \( ^{14}\)C Dates
> Did it work for you or are you saying that theoretically it
> *should* work?
I didn't try. I thought it should have worked.
> PS. I also tried the standard trick: {}^{14}C. It didn't
> work either.
> The LaTeX code generated precedes all the special
> characters with backslashes.
>
So it should be something concerning the export
of the heading.
Giovanni
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Superscripts in LaTeX export
2009-09-27 20:20 Superscripts in LaTeX export Thomas S. Dye
2009-09-28 12:41 ` Giovanni Ridolfi
@ 2009-09-29 2:42 ` Carsten Dominik
2009-09-29 5:25 ` Thomas S. Dye
1 sibling, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-09-29 2:42 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: emacs-orgmode
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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Superscripts in LaTeX export
2009-09-29 2:42 ` Carsten Dominik
@ 2009-09-29 5:25 ` Thomas S. Dye
0 siblings, 0 replies; 6+ messages in thread
From: Thomas S. Dye @ 2009-09-29 5:25 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
Aloha Carsten, Giovanni, and Nick,
It seems like magic to me, but now my org file correctly exports
^{14}C to LaTeX. The viewers of my beamer slide show will immediately
recognize the radioactive isotope of carbon in the frame's title.
They will have this pleasure with little effort on my part because org-
mode is substantially reducing the amount of time it takes me to put
the slides together.
Many thanks,
Tom
On Sep 28, 2009, at 4:42 PM, Carsten Dominik wrote:
> 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.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-29 5:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 20:20 Superscripts in LaTeX export Thomas S. Dye
2009-09-28 12:41 ` Giovanni Ridolfi
2009-09-28 14:47 ` Nick Dokos
2009-09-28 15:26 ` Giovanni Ridolfi
2009-09-29 2:42 ` Carsten Dominik
2009-09-29 5:25 ` Thomas S. Dye
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).