emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?


From: Eric S Fraga
Subject: Re: [O] How to export LaTeX amsmath align bmatrix to ODT?
Date: Fri, 16 Jun 2017 09:18:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Monday, 12 Jun 2017 at 21:36, address@hidden wrote:

[...]

> Ok. I got it (with a minor glitch). If someone can help me to get the 
> right colors on the screen (my screen is black; the \tensor symbol is 
> also black), I would appreciate it. Now I can export to ODT with my 
> custom symbols and the bmatrix environment.

Check out org-format-latex-options.  I have, for the same or similar scenario:

#+begin_src emacs-lisp
  (setq org-format-latex-options
        '(:foreground "white" :background "black" :scale 3
                      :html-foreground "Black" :html-background "Transparent"
                      :html-scale 1.0
                      :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))
#+end_src

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.7-531-g530113

Attachment: signature.asc
Description: PGP signature


reply via email to

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