Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-03 Thread Myles English
>> On Wed, 02 Nov 2011 21:38:42 +, Myles English said: >> On Wed, 02 Nov 2011 00:44:57 +0530, Jambunathan K said: >>> 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 f

Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-02 Thread Myles English
>> On Wed, 02 Nov 2011 00:44:57 +0530, Jambunathan K said: >> 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 >

Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-01 Thread Jambunathan K
> 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

Re: [O] [odt] regression in using an equation sourced via latex_header

2011-11-01 Thread Jambunathan K
Myles Thanks for exercising the latex-to-mathml changes. I am happy that there is someone out there interested in and using stuff that I have spent some efforts on. > Hello, > > If I have a latex file mystyle.tex that contains: > > \newcommand{\myBigEquation}{b=23} > > and then have this in my o