From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: pgfplots and tikz break LaTeX inline overlay colors Date: Mon, 25 Jul 2016 15:38:13 +0100 Message-ID: <8737mxzstm.fsf@ucl.ac.uk> References: <648141a4-05fa-2b65-4bc4-92865ef08205@posteo.de> <87shuxvpc0.fsf@saiph.selenimh> <3a1bbecd238c4a48bca81bf9d773a6f0@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> Reply-To: Eric S Fraga Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhGa-0004WM-5V for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 10:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRhGV-00076E-7f for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 10:53:59 -0400 Received: from mail-eopbgr40101.outbound.protection.outlook.com ([40.107.4.101]:2129 helo=EUR03-DB5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRhGU-00074v-Ry for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 10:53:55 -0400 In-Reply-To: <3a1bbecd238c4a48bca81bf9d773a6f0@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> (Ulrich J. Herter's message of "Mon, 25 Jul 2016 14:32:16 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Ulrich J. Herter" Cc: "emacs-orgmode@gnu.org" 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