emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Latex preview fg color w/tikz (known problem, fix suggested


From: Carlos Pita
Subject: Re: [O] Bug: Latex preview fg color w/tikz (known problem, fix suggested) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.90/lisp/org/)]
Date: Wed, 5 Dec 2018 16:37:45 -0300

The quick and dirty option, if anyone wants it now:

(setq org-format-latex-header
      (concat org-format-latex-header
              "\\usepackage{xcolor}\n"
              "\\definecolor{__bg__}{HTML}{1d1f21}\n"
              "\\definecolor{__fg__}{HTML}{c5c8c6}\n"
              "\\color{__fg__}\n"
              "\\pagecolor{__bg__}\n"))
HTML format is more convenient to edit by hand based in your current
default face.



reply via email to

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