Re: [O] export to odt with LaTeX math formulae and tables

2018-05-25 Thread Joseph Vidal-Rosset
Hello John, hello everybody, This is just a reminder for the problem that remains to solve with ox-word.el, as you requested to send it to you, few hours ago. In fact, on this page: [[http://kitchingroup.cheme.cmu.edu/blog/2017/04/15/A-new-org-mode-exporter-to-Word-for-scimax/]] you said c

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-20 Thread edgar
Message: 2 Date: Sat, 19 May 2018 19:24:12 +0200 From: Joseph Vidal-Rosset To: emacs-orgmode list , John Kitchin ,John Kitchin Subject: Re: [O] export to odt with LaTeX math formulae and tables Message-ID: Content-Type: text/plain; charset="utf-8" Hello J

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread Joseph Vidal-Rosset
Hello John, hello the list, The results of my efforts to export an org file with equations, proofs and so on to odt: imagemagick works, but the png images are ugly. References of equations and bibliography do not work, because the png images do not reproduce the org-ref references. I am afraid tha

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread Joseph Vidal-Rosset
Hello, Edgar was right: the problems that I had with the odt export came from my file "user.el" i.e. the file for my setup of preferences for scimax. With a minimal user.el file containing the latex packages that I need , the export is now almost perfect. Are still lacking the right numbering of e

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread Joseph Vidal-Rosset
Dear Edgar, At the moment, the results that I get with the odt export are not so bad. Bibliography works and images for proofs also. Therefore I guess that the problems that I have really to solve are minor. We stay in touch and I will inform you. Best wishes, -- Jo.

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread edgar
Message: 16 Date: Fri, 18 May 2018 14:48:56 +0200 From: Joseph Vidal-Rosset To: emacs-orgmode list Subject: Re: [O] export to odt with LaTeX math formulae and tables Message-ID: Content-Type: text/plain; charset="utf-8" Hello again, I just got this message error: OpenDocum

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-19 Thread edgar
Message: 14 Date: Fri, 18 May 2018 12:01:22 +0200 From: Joseph Vidal-Rosset To: emacs-orgmode list Subject: Re: [O] export to odt with LaTeX math formulae and tables Message-ID: <87fu2p8eq5@gmail.com> Content-Type: text/plain Dear Edgar, Thanks for your help on the export of biblio

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-18 Thread Joseph Vidal-Rosset
Hello again, I just got this message error: OpenDocument export failed: Wrong type argument: listp, 67 > What is the meaning of this message and how can I do? Many thanks for your help, Jo. 2018-05-18 12:01 GMT+02:00 Joseph Vidal-Rosset < joseph.vidal.ros...@gmail.com>: > Dear Edgar, > > Tha

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-18 Thread Joseph Vidal-Rosset
Dear Edgar, Thanks for your help on the export of bibliography for docx or odt. I am going to persist in trying to succeed it. About proof.sty, really there is not the least problem from org-mode to latex, everything is smoothly exported and the final pdf document is really nice (wit

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-18 Thread edgar
On 2018-05-18 08:35, Joseph Vidal-Rosset wrote: Hello Edgar, Nicolas, Eric, and everybody of the emacs-orgmode list, I give news of my export tentatives from my .org file to odt , in a word: it fails. I suspect that the problem is my setup, but I am unable to be more precise (if it was not t

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-18 Thread Joseph Vidal-Rosset
Hello Edgar, Nicolas, Eric, and everybody of the emacs-orgmode list, I give news of my export tentatives from my .org file to odt , in a word: it fails. I suspect that the problem is my setup, but I am unable to be more precise (if it was not the case, I could probably fix it). Anyway, pandoc alo

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-17 Thread Joseph Vidal-Rosset
Many thanks Edgar, I did not pay attention to the list because I had to finish this paper. It is finished, now, but still not exported in odt format. I hope that I will succeed to do it. Thanks to you and to all for your kind help. Best wishes, -- Joseph

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-17 Thread edgar
On Fri, 11 May 2018 14:09:33 +0200 (Why an acedemic review request Word files? It should be forbidden.) Joseph I agree! (in some countries, universities are partially funded--influenced--by Micro$oft, that may explain). On Fri, 11 May 2018 14:37:10 +0200 Nicolas Goaziou: > #+OPTIONS: LaTeX:

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Eric S Fraga
On Friday, 11 May 2018 at 14:09, Joseph Vidal-Rosset wrote: > 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

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Joseph Vidal-Rosset
Merci Nicolas ! Your email was arrived at the good moment and was very helpful 2018-05-11 14:37 GMT+02:00 Nicolas Goaziou : > Hello, > > Joseph Vidal-Rosset writes: > > > Now it works with theses options in my org file. > > > > #+LANGUAGE: fr > > #+OPTIONS: ':t > > > > #+OPTIONS: tex:t > > This

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Nicolas Goaziou
Hello, Joseph Vidal-Rosset writes: > Now it works with theses options in my org file. > > #+LANGUAGE: fr > #+OPTIONS: ':t > > #+OPTIONS: tex:t This option is superseded by the last one. > #+OPTIONS: LaTeX:t This option is obsolete since Org 8.0. > > #+OPTIONS: tex:imagemagick This option s

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Joseph Vidal-Rosset
Hello Eric, hello the list, Now it works with theses options in my org file. #+LANGUAGE: fr #+OPTIONS: ':t #+OPTIONS: tex:t #+OPTIONS: LaTeX:t #+OPTIONS: tex:imagemagick But the formulae are png images that are less clean than in a pdf file produced from a .tex file... Again, thanks Eric.

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Joseph Vidal-Rosset
Le ven. 11 mai 2018 à 12:45:57 , Eric S Fraga a envoyé 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

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Eric S Fraga
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 > (

Re: [O] export to odt with LaTeX math formulae and tables

2018-05-11 Thread Joseph Vidal-Rosset
Hello again, I read and have applied what it is explained here: https://orgmode.org/manual/Working-with-LaTeX-math-snippets.html#FOOT136 It works rather well, but for some symbols it does not work : for example for \(\bot\) the code for falsity constant in LaTeX, it does not work. I imagine th