emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: edgar
Subject: Re: [O] export to odt with LaTeX math formulae and tables
Date: Wed, 16 May 2018 20:19:32 +0000
User-agent: Roundcube Webmail/1.2.4

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]