From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Using Emacs, Org-mode and R for Research Writing in Social Sciencess Date: Wed, 14 May 2014 07:23:14 -0600 Message-ID: References: <87bnv15zih.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkZ9c-0007VI-1Q for emacs-orgmode@gnu.org; Wed, 14 May 2014 09:23:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkZ9W-0007D2-2T for emacs-orgmode@gnu.org; Wed, 14 May 2014 09:23:27 -0400 Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:48183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkZ9V-0007Cw-US for emacs-orgmode@gnu.org; Wed, 14 May 2014 09:23:22 -0400 Received: by mail-ie0-f176.google.com with SMTP id ar20so1837166iec.21 for ; Wed, 14 May 2014 06:23:21 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Vikas Rawal Cc: org-mode mailing list On 2014-05-14 at 01:00, Vikas Rawal wrote: >> >> pandoc -f latex -t docx test.tex -o test.docx >> >> I see Org has exported my "W m^{-2}" as "W m$^{\text{-2}}$", which is >> not what I would expect in LaTeX. In OS X Pages.app viewing the docx >> this appears as "W m". In Word it shows up either as just "-2" or "W >> m-2". In Word, the Math shows up with each character as a box (the math >> is just missing in Pages). In Word the figures are missing (they appear >> in Pages). >> > > First, you should differentiate between whether the problem is in > Org->LaTeX conversion, or in LaTeX->Docx conversion. > > From what you describe above, the problem seems to be in Org->LaTeX conversion. > > For me, $W m^{-2}$ in Org produces correct LaTeX markup, and I get a good docx using Pandoc. Yes that equation problem seems to be due to me and Org->LaTeX. But elsewhere I have \begin{equation} x=42 \end{equation} in Org, which looks just like that in LaTeX, and that appears as just strange little extended ASCII boxes in MS Word. -k.