From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A Mark-up rule question Date: Wed, 22 Apr 2009 14:21:23 +0200 Message-ID: <928BC01C-35EA-48E0-9ACD-6C0A537B21F2@gmail.com> References: <878wlu4504.fsf@kassiopeya.MSHEIMNETZ> <1C0AD4AD-93F3-4E5E-B8CB-FA977F0523C9@gmail.com> <49EE5F3F.5040506@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwbSG-0008Nz-0p for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 08:21:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwbSA-0008L9-V3 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 08:21:31 -0400 Received: from [199.232.76.173] (port=56135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwbSA-0008Ky-3i for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 08:21:26 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:33308) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwbS9-0004C3-Ls for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 08:21:25 -0400 Received: by ewy6 with SMTP id 6so213743ewy.42 for ; Wed, 22 Apr 2009 05:21:24 -0700 (PDT) In-Reply-To: <49EE5F3F.5040506@gmail.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: Xin Cc: emacs-orgmode@gnu.org On Apr 22, 2009, at 2:05 AM, Xin wrote: > Hello Experts, > > I'm wondering if it's possible to implement some special character =20 > for displaying math in HTML in addition to the already well =20 > performed greek letter. For example, 35 =B1 5 can be written as 35 =20= > \pm 5, which in the html correspond to ±, etc. See this page: > > http://comers.citadel.edu/math_sym2005.htm That exact table lists ± as the way to write this symbol, which is why \plusmn does work in Org. However, since Org is LaTeX based for symbols like this, I agree that \pm should work, and it will in the future. The full list of these commands is in org-html-entities, you are welcome to go through this list and point out omissions. - Carsten > > Thanks! > > Xin > > > > _______________________________________________ > 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