From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: How do you use org for other formats Date: Thu, 30 Jul 2009 14:02:34 -0400 Message-ID: <87tz0uaw1x.fsf@gollum.intra.norang.ca> References: <87iqhaccwf.fsf@gollum.intra.norang.ca> <9099.1248976406@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWZxj-000837-9b for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 14:02:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWZxe-00081h-Qs for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 14:02:42 -0400 Received: from [199.232.76.173] (port=55822 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWZxe-00081e-Mb for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 14:02:38 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:50096) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWZxe-0000X7-6K for emacs-orgmode@gnu.org; Thu, 30 Jul 2009 14:02:38 -0400 In-Reply-To: <9099.1248976406@alphaville.usa.hp.com> (Nick Dokos's message of "Thu\, 30 Jul 2009 13\:53\:26 -0400") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, zwz Nick Dokos writes: > Well, not quite: the subscripts in HTML are too big and the first formula in > the PDF does not have superscripts (it still has the carets): I checked LaTeX > export and the problem is present there: > > y = x$_1$\^{}2 + x$_2$\^{}2 > > y$^2$ = 2x$^2$ + 1 > > z$_2$ = x$_1$ + x$_2$ + 2 (y$_1$ + y$_2$ + r) > > > Nick > > PS. The exponent in the last formula (i.e. the 4) is absent from the org > file: cut-n-paste problem? Bah. I added the ^4 after I'd already included it in the email :-P. Sorry. Some math formulae: y = x_1^2 + x_2^2 y^2 = 2x^2 + 1 z_2 = x_1 + x_2 + 2 (y_1 + y_2 + r)^4 -Bernt