emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* export to odt with LaTeX math formulae and tables
@ 2018-05-11 11:15 Joseph Vidal-Rosset
  2018-05-11 11:31 ` Joseph Vidal-Rosset
  2018-05-11 11:45 ` Eric S Fraga
  0 siblings, 2 replies; 21+ messages in thread
From: Joseph Vidal-Rosset @ 2018-05-11 11:15 UTC (permalink / raw)
  To: emacs-orgmode list

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
(tabular).

I do not know well libreoffice.

Your help is welcome.

Best wishes, 

-- 
Joseph 

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: export to odt with LaTeX math formulae and tables
@ 2018-05-16 20:19 edgar
  2018-05-17 16:31 ` Joseph Vidal-Rosset
  0 siblings, 1 reply; 21+ messages in thread
From: edgar @ 2018-05-16 20:19 UTC (permalink / raw)
  To: emacs-orgmode

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:t
> 
> This option is obsolete since Org 8.0.
> 

That option still shows up in org-info (Working with LaTeX math 
snippets):
GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.22.21) of 
2017-09-22, modified by Debian
Org mode version 9.1.13 (9.1.13-elpa 20180507)
May be it's corrected in a newer Emacs...

Also, I hadn't seen this thread, sorry. Thus, I created this: 
https://lists.gnu.org/archive/html/emacs-orgmode/2018-05/msg00346.html

Hope it helps. You can potentially use it to get any other symbols. You 
can also try with pandoc (using 2.0.5 here; there is a binary on 
https://github.com/jgm/pandoc/releases/latest):

Export to ~LaTeX~ file first with ~C-c C-e l l~
#+BEGIN_SRC bash
   pandoc --csl=council-of-science-editors.csl \
   --bibliography=/path/to/myreferences.bib \
   -f latex+smart inputfile.tex \
   -t docx+smart -o outputname.docx
#+END_SRC

Good luck!

-------------------------------------------------

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: export to odt with LaTeX math formulae and tables
@ 2018-05-19  9:20 edgar
  2018-05-19 13:32 ` Joseph Vidal-Rosset
  0 siblings, 1 reply; 21+ messages in thread
From: edgar @ 2018-05-19  9:20 UTC (permalink / raw)
  To: emacs-orgmode list, Joseph Vidal-Rosset

> Message: 14
> Date: Fri, 18 May 2018 12:01:22 +0200
> From: Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com>
> To: emacs-orgmode list <emacs-orgmode@gnu.org>
> Subject: Re: [O] export to odt with LaTeX math formulae and tables
> Message-ID: <87fu2p8eq5.fsf@gmail.com>
> Content-Type: text/plain
> 
> 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.

One is glad to be of help :) ;) .

> 
> 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     (with     the     really     pretty     
> smfart.class
> [[http://smf4.emath.fr/Publications/Formats/]] that I advice.)

I will try that. Thanks.

> 
> No,  my problem  is only  with the  export of  these proof  to odt,

Oh, I know!

> and
> Authorea fails  also (that is  the main reason  why I gave  up 
> Authorea,
> which seems  to me  being a  nice project, but  not complete  enough 
> and
> therefore unfortunately  useless for me).

I'm sorry if I mislead you: the only thing that I recommended was the 
LaTeXML style from them. I don't know what Authorea is, actually.

> The  only reasonable solutions
> seems to me the png export from a succeeding org export to an odt file.

This is by far the quickest solution, and if you don't care about having 
others modify your equations in the ODT, go for it! I would even send a 
compressed file with the Org and other required files (.bib, .png, 
etc.).

I make no promises, but I will try to make a template for you that can 
export tables and equations (on my machine)

> 
> Best wishes,
> 
> --
> Joseph

I wish you the best of luck on this :) .

-------------------------------------------------

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: export to odt with LaTeX math formulae and tables
@ 2018-05-19  9:43 edgar
  0 siblings, 0 replies; 21+ messages in thread
From: edgar @ 2018-05-19  9:43 UTC (permalink / raw)
  To: Joseph Vidal-Rosset; +Cc: emacs-orgmode list

> Message: 16
> Date: Fri, 18 May 2018 14:48:56 +0200
> From: Joseph Vidal-Rosset <joseph.vidal.rosset@gmail.com>
> To: emacs-orgmode list <emacs-orgmode@gnu.org>
> Subject: Re: [O] export to odt with LaTeX math formulae and tables
> Message-ID:
> 	<CAD-VTcGLwa94b2nwnAYb3v1eje4mZUeeyqE2enWY0EbRksmeAw@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> 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.

I don't really know, Jo, but whenever I get something like that it means 
that
1. there is something wrong with my .emacs, or
2. there is something wrong with my document (strange character, missing 
bracket, mistyped #+OPTIONS line, etc.).

I would (and usually)
0. Open the *Messages* buffer to see if there is some useful information 
there.
1. fire up a new emacs ::  ~emacs -Q~,
2. load package ::  M-: (require 'package),
3. initialize package ::  M-: (package-initialize),
4. load Org ::  M-: (require 'org)   (you may need a path, if you did 
not install from elpa or similar).
5. take the document by chunks, export it piece by piece, and try to 
find which part holds the bug.

-------------------------------------------------

ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands!
$24.95 ONETIME Lifetime accounts with Privacy Features!  
15GB disk! No bandwidth quotas!
Commercial and Bulk Mail Options!  

^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <mailman.69.1526832017.3852.emacs-orgmode@gnu.org>]

end of thread, other threads:[~2018-05-25 20:07 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 11:15 export to odt with LaTeX math formulae and tables Joseph Vidal-Rosset
2018-05-11 11:31 ` Joseph Vidal-Rosset
2018-05-11 11:45 ` Eric S Fraga
2018-05-11 12:09   ` Joseph Vidal-Rosset
2018-05-11 13:16     ` Eric S Fraga
2018-05-18 10:01       ` Joseph Vidal-Rosset
2018-05-18 12:48         ` Joseph Vidal-Rosset
2018-05-11 12:29   ` Joseph Vidal-Rosset
2018-05-11 12:37     ` Nicolas Goaziou
2018-05-11 12:46       ` Joseph Vidal-Rosset
  -- strict thread matches above, loose matches on Subject: below --
2018-05-16 20:19 edgar
2018-05-17 16:31 ` Joseph Vidal-Rosset
2018-05-18  8:35   ` Joseph Vidal-Rosset
2018-05-18  9:48     ` edgar
2018-05-19  9:20 edgar
2018-05-19 13:32 ` Joseph Vidal-Rosset
2018-05-19 15:52   ` Joseph Vidal-Rosset
2018-05-19 17:24     ` Joseph Vidal-Rosset
2018-05-25 20:07       ` Joseph Vidal-Rosset
2018-05-19  9:43 edgar
     [not found] <mailman.69.1526832017.3852.emacs-orgmode@gnu.org>
2018-05-20 19:01 ` edgar

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).