From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ulrich J. Herter" Subject: Re: pgfplots and tikz break LaTeX inline overlay colors Date: Mon, 25 Jul 2016 17:18:37 +0200 Message-ID: <1469459917.1454.30.camel@posteo.de> References: <648141a4-05fa-2b65-4bc4-92865ef08205@posteo.de> <87shuxvpc0.fsf@saiph.selenimh> <3a1bbecd238c4a48bca81bf9d773a6f0@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <8737mxzstm.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRheU-0008HN-HA for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:18:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRheQ-0003oj-Aj for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:18:41 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRheQ-0003of-4T for emacs-orgmode@gnu.org; Mon, 25 Jul 2016 11:18:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id AF7BF2064A for ; Mon, 25 Jul 2016 17:18:37 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3rylJY2NNZz104R for ; Mon, 25 Jul 2016 17:18:37 +0200 (CEST) In-Reply-To: <8737mxzstm.fsf@ucl.ac.uk> 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: emacs-orgmode@gnu.org Hi Eric, thanks for the reply. Am Montag, den 25.07.2016, 15:38 +0100 schrieb Eric S Fraga: >=C2=A0 > #+begin_src emacs-lisp :results none > =C2=A0 (setq org-format-latex-options '(:foreground "white" :background > "black" :scale 3 :html-foreground "Black" :html-background > "Transparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" > "\\[")) > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0org-latex-create-formul= a-image-program 'imagemagick > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0org-tree-slide-heading-= emphasis t > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0) > #+end_src >=20 Well, thats what I tried first. It didn't have any effect when the pgfplots and tikz packages were loaded. Something seems to overwrite the font color, I assume. Regards Uli