From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fwd: Re: How to export LaTeX amsmath align bmatrix to ODT? Date: Sun, 25 Jun 2017 23:11:44 +0200 Message-ID: <87d19rzsa7.fsf@nicolasgoaziou.fr> References: <053c5f245be78d9dd8952c300c6b192b@openmail.cc> <87poe6irsi.fsf@nicolasgoaziou.fr> <3c4faaee17eb7e7fdd5aea5136742bd5@openmail.cc> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPEoz-0005qv-2Q for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 17:11:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPEou-0001Gu-4N for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 17:11:53 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:49244) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dPEot-0001GL-Uh for emacs-orgmode@gnu.org; Sun, 25 Jun 2017 17:11:48 -0400 In-Reply-To: (edgar@openmail.cc's message of "Sun, 25 Jun 2017 00:35:08 +0000") 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: edgar@openmail.cc Cc: emacs-orgmode@gnu.org Hello, edgar@openmail.cc writes: > I don't really know how to modify org-latex-packages-alist to have > a latex command like this in my tex file: > > \newcommmand{\mysymbol}[1]{\mathrm{my_{#1}}} > > I do have a bunch of packages with custom options over there :P ! I fixed a bug in "ox-odt.el". Now, when using convertion to png, you can add #+latex_header: \newcommmand{\mysymbol}[1]{\mathrm{my_{#1}}} Hopefully, it should solve, at least partly, your issue. Regards, -- Nicolas Goaziou