From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: Latex preview foreground color problem Date: Tue, 31 Jul 2018 22:04:52 +0200 Message-ID: <87pnz3npcr.fsf@gmail.com> References: <87y3dtgitb.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkatA-00069p-5q for emacs-orgmode@gnu.org; Tue, 31 Jul 2018 16:05:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkat7-0003Ar-0y for emacs-orgmode@gnu.org; Tue, 31 Jul 2018 16:05:00 -0400 Received: from mail-wr1-x432.google.com ([2a00:1450:4864:20::432]:45278) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkat6-00039x-P8 for emacs-orgmode@gnu.org; Tue, 31 Jul 2018 16:04:56 -0400 Received: by mail-wr1-x432.google.com with SMTP id f12-v6so7968890wrv.12 for ; Tue, 31 Jul 2018 13:04:56 -0700 (PDT) In-Reply-To: (Eric S. Fraga's message of "Tue, 31 Jul 2018 21:09:30 +0200") 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: Jarmo Hurri Cc: emacs-orgmode@gnu.org Hello, Here is mine. But I live with a black background. You might have trouble with the table environment though. For some mysterious reason, although the background changes,the foreground in the table environment remains black. (setq org-format-latex-options '(:foreground "White" :background "Black" :scale 1.8 :html-foreground "Black" :html-background "Transparent" :html-scale 1.1 )) HTH, Jeremie