From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: How do you use org for other formats Date: Thu, 30 Jul 2009 17:59:48 -0700 Message-ID: References: <87iqhaccwf.fsf@gollum.intra.norang.ca> <4A71DD1B.5040707@gmail.com> <87y6q6aw53.fsf@gollum.intra.norang.ca> <9481.1248978714@alphaville.usa.hp.com> <87prbiau5g.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWgTl-0000DC-O7 for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:00:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWgTh-0000C4-TD for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:00:13 -0400 Received: from [199.232.76.173] (port=35580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWgTh-0000C1-OR for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:00:09 -0400 Received: from mx20.gnu.org ([199.232.41.8]:8223) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWgTh-0001Ap-Ka for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:00:09 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWgTe-0006WD-EO for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 21:00:06 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MWgTZ-0005d1-Ij for emacs-orgmode@gnu.org; Fri, 31 Jul 2009 01:00:01 +0000 Received: from nat-dip6.cfw-a-gci.corp.yahoo.com ([209.131.62.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Jul 2009 01:00:01 +0000 Received: from cbaoqiu by nat-dip6.cfw-a-gci.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 31 Jul 2009 01:00:01 +0000 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: emacs-orgmode@gnu.org Hi, Bernt Hansen writes: > Nick Dokos writes: > >> Bernt Hansen wrote: >> >>> Actually you're right - I didn't notice that. If I export via docbook >>> (C-c C-e V) it looks better: http://www.norang.ca/tmp/x-3.pdf >>>=20 >> >> Yes, it does look much better (does it work as well with HTML?).=20 > > I've never tried that. My DocBook toolchain seems to be a bit broken > ATM since installing nxhtml mode. I just used the standard PDF via > Docbook export in org-mode to generate that file. I've never tried > DocBook to HTML (or any other format). I'd really like to get to a > point where everything goes through a standard DocBook toolchain since > it supports more output formats. As long as the PDF generated from DocBook output is good, the HTML format should be good too. Here is the HTML output converted from DocBook XML file (the command I used is ``xsltproc /Users/bcui/Downloads/docbook-xsl-ns/xhtml/chunk.xsl t.xml'', where t.xml is the DocBook exporting result): ------------------------------------------------------------------------ a
a

a

Baoqiu Cui

<bcui@yahoo-inc.com>

Table of Contents

Some math formulae:

So= me math formulae:

y =3D x12 + x22

y2 =3D 2x2 + 1

z2 =3D x1 + x2 + 2 (y1 + y= 2 + r)4


------------------------------------------------------------------------ Here is the original Org file: ------------------------------------------------------------------------ * Some math formulae: y =3D x_1^2 + x_2^2 y^2 =3D 2x^2 + 1 z_2 =3D x_1 + x_2 + 2 (y_1 + y_2 + r)^4 ------------------------------------------------------------------------ Regards, Baoqiu