From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [odt] regression in using an equation sourced via latex_header Date: Wed, 02 Nov 2011 00:44:57 +0530 Message-ID: <81d3db64em.fsf@gmail.com> References: <871utr7rj3.fsf@gmail.com> <81hb2n64lz.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLJno-0001kk-DI for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 15:15:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLJnn-0006bT-5h for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 15:15:16 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:42715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLJnn-0006bP-3S for emacs-orgmode@gnu.org; Tue, 01 Nov 2011 15:15:15 -0400 Received: by qadc11 with SMTP id c11so7241504qad.0 for ; Tue, 01 Nov 2011 12:15:14 -0700 (PDT) In-Reply-To: <81hb2n64lz.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 02 Nov 2011 00:40:32 +0530") 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: emacs-orgmode Mode > 2. mathml > - You need to register your command file with -ncf argument. > > For example, if I put the mystyle.tex in the same directory as > exported .org file and add the -ncf argument to the converter as > below > > #+begin_src emacs-lisp > (setq org-latex-to-mathml-convert-command > "java -jar %j -ncf mystyle.tex -unicode -force -df %o %I ") > #+end_src > ncf option is documented here: http://www.mathtoweb.com/cgi-bin/mathtoweb_users_guide.pl#Using_newcommand_and_renewcommand