From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: having problems exporting to Beamer Date: Sun, 14 Apr 2013 11:47:08 -0600 Message-ID: <87haj9dmvw.fsf@gmail.com> References: <87a9p2vxc7.fsf@gmail.com> <871uada6t2.fsf@gmail.com> <87vc7pdoox.fsf@gmail.com> <87d2tx823t.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URR35-0005ev-8n for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 13:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URR34-0000Yu-9c for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 13:49:07 -0400 Received: from mail-da0-x22b.google.com ([2607:f8b0:400e:c00::22b]:42112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URR2x-0000Ws-05 for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 13:49:06 -0400 Received: by mail-da0-f43.google.com with SMTP id u36so1782585dak.16 for ; Sun, 14 Apr 2013 10:48:58 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Org Mode Mailing List >> Finally, I ran into a third and even more minor problem. Illustrated by >> the following example. >> >> #+TITLE: Example Presentation >> #+Options: ^:nil toc:nil >> >> * Breeders Equation >> \begin{equation*} >> R = h^{2}S >> \end{equation*} >> >> - R :: response >> - h^{2} :: heritability >> - S :: selective distance >> >> When exported to a beamer presentation, what should be h squared is >> instead exported as h^{2}. > > You explicitly tell the exporter to not export sub/superscript with > ^:nil. Just set it to t. > Oh, this must be a bug in the old exporter which I grew to depend upon. FWIW I always set ^:nil to t, so that I can use underscores w/o exporting subscript words. Previously even with ^:nil, superscripts using curly braces would be exported as superscripts. I guess I'll have to find a new mode of operation with the new exporter. Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte