From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: superscript without base Date: Thu, 19 Mar 2015 12:15:51 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYZLj-0006UW-1X for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 08:14:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYZLg-0003tS-8l for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 08:14:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:57210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYZLg-0003tI-2C for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 08:14:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YYZLd-00079i-MT for emacs-orgmode@gnu.org; Thu, 19 Mar 2015 13:14:49 +0100 Received: from 193.63.222.165 ([193.63.222.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 13:14:49 +0100 Received: from andreas.leha by 193.63.222.165 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Mar 2015 13:14:49 +0100 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: emacs-orgmode@gnu.org Hi all, quick question: What is the syntax of superscripts without a 'base character'? I tried to use ^{foo} and {}^{foo} which both do not produce what I expect in the latex export. \nbsp^{foo} comes close. Best, Andreas