Re: [O] Org Export to ODT Problem Files - Latex Equations Work

2014-01-13 Thread Aric Gregson
Bastien  writes:

> can you give more details about your setup? 

I am using the mathtoweb function and so far so good. Here is what I
have and what I understand of it, but I could be wrong about why it is
working. 

The file has this header:

#+OPTIONS:   LaTeX:t 

I have this in my .emacs file:

;; to convert latex equations to mathml for ODT export
; uses mattoweb (http://www.mathtoweb.com/cgi-bin/mathtoweb_home.pl)
(setq org-latex-to-mathml-convert-command
  "java -jar %j -unicode -force -df %o %I"
  org-latex-to-mathml-jar-file
  "~/.emacs.d/mathtoweb.jar")

Now it just works after updating to Java 7. 

> This could well deserve a link to worg/org-hacks.org!

Yes, some of those files are outdated and it has been somewhat
challenging to find all the needed info in one place. 

Thanks, Aric

-- 
~O
/\_,
###-\  |_
(*) / (*)




Re: [O] Org Export to ODT Problem Files - Latex Equations Work

2014-01-11 Thread Bastien
Hi Aric,

Aric  writes:

> I just wanted to update that I am able to export latex equations from Org 
> mode files directly to ODT files via the MathtoWeb program. Works
> very well. 

can you give more details about your setup? 

This could well deserve a link to worg/org-hacks.org!

Thanks in advance,

-- 
 Bastien



Re: [O] Org Export to ODT Problem Files - Latex Equations Work

2014-01-10 Thread Aric
I just wanted to update that I am able to export latex equations from Org 
mode files directly to ODT files via the MathtoWeb program. Works very well. 
Removes one hurdle to using ORG and ODT instead of markdown. 

thanks,