From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Shi Subject: Re: A Mark-up rule question Date: Wed, 22 Apr 2009 10:21:30 -0400 Message-ID: <49EF27EA.8030607@gmail.com> References: <878wlu4504.fsf@kassiopeya.MSHEIMNETZ> <1C0AD4AD-93F3-4E5E-B8CB-FA977F0523C9@gmail.com> <49EE5F3F.5040506@gmail.com> <928BC01C-35EA-48E0-9ACD-6C0A537B21F2@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwdKU-0002Zx-Oj for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 10:21:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwdKQ-0002Y6-1l for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 10:21:38 -0400 Received: from [199.232.76.173] (port=58408 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwdKP-0002Xy-QE for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 10:21:33 -0400 Received: from granite1.mail.cornell.edu ([128.253.83.141]:46713 helo=authusersmtp.mail.cornell.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwdKP-0002rz-G4 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 10:21:33 -0400 In-Reply-To: <928BC01C-35EA-48E0-9ACD-6C0A537B21F2@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: Carsten Dominik Cc: emacs-orgmode@gnu.org Hi Carsten, That's great! It would be nice that we document all of this symbols in=20 the manual. Another question related to the Mark-up: Is there any way to by pass the "+" mark-up except using space? The=20 reason is that I have a table like this: | D^{+}\to K^{-}\pi^{+}\pi^{+} | 44120 \plusmn 211 | 43800=20 \plusmn 210 | +0.7% (+1.5\sigma)| The above will have several "punch through line". If I use space=20 surround the "+", the output looks not as tight as as one symbol ... Any suggestions? Thanks! Xin Carsten Dominik wrote: > > 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 performed=20 >> greek letter. For example, 35 =B1 5 can be written as 35 \pm 5, which= =20 >> 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 >