emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] pgfplots and tikz break LaTeX inline overlay colors


From: Eric S Fraga
Subject: Re: [O] pgfplots and tikz break LaTeX inline overlay colors
Date: Mon, 25 Jul 2016 15:38:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

Ulrich,

I may be completely off-base here but there are settings for controlling
what the LaTeX snippets look like and these may affect your case.  I
used to use the following when I had emacs with a dark background:

#+begin_src emacs-lisp :results none
  (setq org-format-latex-options '(:foreground "white" :background "black" 
:scale 3 :html-foreground "Black" :html-background "Transparent" :html-scale 
1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\["))
        org-latex-create-formula-image-program 'imagemagick
        org-tree-slide-heading-emphasis t
        )
#+end_src

Maybe play with these, specifically the first line?

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org release_8.3.4-1049-g481709



reply via email to

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