From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: export to odt with LaTeX math formulae and tables Date: Fri, 11 May 2018 14:09:33 +0200 Message-ID: <87zi16gzr6.fsf@gmail.com> References: <877eoa8mv8.fsf@gmail.com> <87wowabekq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fH6ri-0003Hj-Bq for emacs-orgmode@gnu.org; Fri, 11 May 2018 08:09:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fH6rh-0003YI-Gn for emacs-orgmode@gnu.org; Fri, 11 May 2018 08:09:38 -0400 Received: from mail-wr0-x22f.google.com ([2a00:1450:400c:c0c::22f]:36574) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fH6rh-0003Xg-B0 for emacs-orgmode@gnu.org; Fri, 11 May 2018 08:09:37 -0400 Received: by mail-wr0-x22f.google.com with SMTP id p4-v6so5140209wrh.3 for ; Fri, 11 May 2018 05:09:37 -0700 (PDT) Received: from debian ([2a01:e35:2ea9:9d00:a83c:4cb4:ad50:340c]) by smtp.gmail.com with ESMTPSA id j9-v6sm2896025wri.55.2018.05.11.05.09.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 11 May 2018 05:09:34 -0700 (PDT) In-Reply-To: <87wowabekq.fsf@gmail.com> (Eric S. Fraga's message of "Fri, 11 May 2018 12:45:57 +0100") 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" To: emacs-orgmode list Le ven. 11 mai 2018 =C3=A0 12:45:57 , Eric S Fraga = a envoy=C3=A9 ce message: > On Friday, 11 May 2018 at 13:15, Joseph Vidal-Rosset wrote: >> Hello, >> >> I would be glad to get a configuration for an easy export from an org >> file to an odt file. My problem is that this org file contains >> mathematical formulae written for LaTeX export and also tables >> (tabular). > > have you tried? tables work out of the box. maths equations work > reasonably well if you use the mathml conversion. On Debian, I had to > > sudo apt install latexml > > and then use > > #+options: tex:t > > in the org file. > > Try and see what happens! Thanks a lot Eric, in my Debian I had not installed latexml. It's done now. The export works, but I meet always the same strange problem with the falsity constant \(\bot\) that I need absolutely: the symbol appears with \ begin{equation} ... \ end{equation} but not in lines... the latex command for equation produces inverted interrogation marks... (Why an an acedemic review request Word files? It should be forbidden.) Best wishes,=20 --=20 Joseph=20