From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A Mark-up rule question Date: Thu, 7 May 2009 08:42:36 +0200 Message-ID: <38CDC8E9-2CBA-4B8C-A02A-A5695204D200@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> <49EF27EA.8030607@gmail.com> <9F79EB8C-436E-47C9-BDC2-94BA7ACA1B43@gmail.com> <5236d6f90905060608x5a36c9cew9752258624d26940@mail.gmail.com> <9F0CA90D-39E6-4488-A487-3D8D60699038@gmail.com> <87bpq644zt.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90905060841j4f9888a9t899be8f85777ab05@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M1ysy-0004hf-Ra for emacs-orgmode@gnu.org; Thu, 07 May 2009 04:23:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M1ysu-0004f0-O8 for emacs-orgmode@gnu.org; Thu, 07 May 2009 04:23:20 -0400 Received: from [199.232.76.173] (port=58643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M1ysu-0004ep-Hu for emacs-orgmode@gnu.org; Thu, 07 May 2009 04:23:16 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]:62030) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M1ysu-0001sF-1E for emacs-orgmode@gnu.org; Thu, 07 May 2009 04:23:16 -0400 Received: by ewy6 with SMTP id 6so920545ewy.42 for ; Thu, 07 May 2009 01:23:15 -0700 (PDT) In-Reply-To: <5236d6f90905060841j4f9888a9t899be8f85777ab05@mail.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 Shi Cc: emacs-orgmode@gnu.org Sure. - Carsten On May 6, 2009, at 5:41 PM, Xin Shi wrote: > Hi Carsten and Sebastian, > > Thanks for your suggestions! > > It seems the choice of unicode or not is up to the developer for > coding that part. For documentation purpose only, I would prefer to > have a first draft of character table which only contains two > columns on Worg page: > > | Symbol | Org | > |---------+-----------+ > | \nbsp | ~\nbsp~ | > | \iexcl | ~\iexcl~ | > | \cent | ~\cent~ | > > Is that OK? > > Xin > > > > On Wed, May 6, 2009 at 11:37 AM, Sebastian Rose > wrote: > Forgot to say: > > It's always a good idea to use the unicode entity notations in > (X)HTML, > since you will not get an error `undefined entity...' > > Example: > > Use ` ' instead of ` ' > > > Regards > > Sebastian > > Carsten Dominik writes: > > On May 6, 2009, at 3:08 PM, Xin Shi wrote: > > > >> > >> > >> On Wed, May 6, 2009 at 6:30 AM, Carsten Dominik >> > wrote: > >> > >> On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: > >> > >> Hi Carsten, > >> > >> That's great! It would be nice that we document all of this > symbols in the > >> manual. > >> > >> Are you volunteering to make this table? :-) > >> > >> Sure. I'll be glad to do that :) > >> > >> Could you tell me the format and where to put the documents? > > > > > > Maybe as a Worg page, so the format would be org-mode: > > > > * Table of special symbol macros > > > > | Symbol | Org | HTML | LaTeX | > > |--------+----------+-----------+----------| > > | \vert | ~\vert~ | ~|~ | ~\vert~ | > > | \alpha | ~\alpha~ | ~α~ | ~\alpha~ | > > > > > > > > > > Note that HTML and LaTeX are not always the same word, only > sometimes. > > In org-html-entities you can see this by looking at entries which > > are a cons cell, for example > > > > ("star" . "*") means "\star" in LaTeX, and "*" in HTML. > > > > I think many of these symbols have never been tried, so exporting > > this document to HTML and to LaTeX will be an interesting exercise > > and probably help us fix some bugs. > > > > Thanks! > > > > - Carsten > > > > > > > > > > > > > >> > >> > >> > >> - Carsten > >> > >> > >> > >> > >> 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 > > >