From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: how to get \circ symbol in odt export? Date: Thu, 12 Jan 2012 15:40:26 +0000 Message-ID: <87ty41nd3p.fsf@ucl.ac.uk> References: <87y5tdndkm.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlMla-00076s-KY for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 10:40:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlMlS-0006hb-4J for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 10:40:38 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:55899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlMlR-0006hX-Uz for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 10:40:30 -0500 Received: from [85.210.141.126] (helo=localhost) by vscane-c.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1RlMlO-0002MN-Rb for emacs-orgmode@gnu.org; Thu, 12 Jan 2012 15:40:26 +0000 In-Reply-To: <87y5tdndkm.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 12 Jan 2012 15:30:17 +0000") 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 Eric S Fraga writes: > Hi, > > I usually export to PDF via LaTeX. One of the symbols I use a lot is > the degree symbol (as in degrees C) and typically do this with a > latex-ism: > > ^{\circ}C > > This doesn't export well to ODT. Can anybody suggest what I can use > that would? Using "^{o}C" works but doesn't look very nice (lower case > o is not a circle, more of an oval). > > Not a critical issue but I *am* curious! > > Thanks, > eric I've answered my own question: simply resort to UTF characters! Replacing ^{\circ} with the DEGREE SIGN unicode character (=C2=B0) does the trick for both latex/pdf and odt exports! *And* looks good in the org buffer as well. --=20 : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.92.1 : using Org-mode version 7.8.03 (release_7.8.03.106.gc835)