From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Superscripts in LaTeX export Date: Tue, 29 Sep 2009 04:42:58 +0200 Message-ID: <5F82E3FB-FC81-45F5-9561-F36BAAB3EB7E@gmail.com> References: <20296CCB-6159-4123-96A8-0F6243D55704@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsSgF-0006Bi-LC for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 22:43:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsSgA-00069i-Uj for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 22:43:07 -0400 Received: from [199.232.76.173] (port=53327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsSgA-00069b-Oh for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 22:43:02 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:32920) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsSgA-00089B-Ak for emacs-orgmode@gnu.org; Mon, 28 Sep 2009 22:43:02 -0400 Received: by mail-ew0-f208.google.com with SMTP id 4so3100520ewy.31 for ; Mon, 28 Sep 2009 19:43:02 -0700 (PDT) In-Reply-To: <20296CCB-6159-4123-96A8-0F6243D55704@tsdye.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: emacs-orgmode@gnu.org 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