From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: non-math superscripts in LaTeX export Date: Tue, 18 Dec 2018 00:45:20 +0100 Message-ID: <871s6f1zvz.fsf@nicolasgoaziou.fr> References: <871s6f4ww3.fsf@geus3064linuxwsm.geus.dk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZ2jF-0003wM-Iz for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 18:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZ2Zg-0002F9-TC for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 18:45:27 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:35419) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gZ2Zg-0002Db-Lm for emacs-orgmode@gnu.org; Mon, 17 Dec 2018 18:45:24 -0500 In-Reply-To: <871s6f4ww3.fsf@geus3064linuxwsm.geus.dk> (Ken Mankoff's message of "Mon, 17 Dec 2018 14:21:48 -0800") 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" To: Ken Mankoff Cc: emacs-orgmode Mailinglist Hello, Ken Mankoff writes: > It seems to me like a^b should export as a\textsuperscript{b}. > Do others agree? I think you're right. I changed "ox-latex" to use \textsubscript and \textsuperscript in master. Could you check the result is correct now? Thank you. Regards, -- Nicolas Goaziou