From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: configure latex fragments preview Date: Mon, 14 Sep 2009 22:52:33 +0200 Message-ID: <878wghb65q.fsf@gmail.com> References: <87d45tbeng.fsf@gmail.com> <9856.1252957151@alphaville.usa.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnIXV-0004I7-HD for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:52:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnIXU-0004Hf-L5 for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:52:45 -0400 Received: from [199.232.76.173] (port=36948 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnIXU-0004HQ-EA for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:52:44 -0400 Received: from smtp23.services.sfr.fr ([93.17.128.19]:60007) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnIXT-0004ya-RS for emacs-orgmode@gnu.org; Mon, 14 Sep 2009 16:52:44 -0400 In-Reply-To: <9856.1252957151@alphaville.usa.hp.com> (Nick Dokos's message of "Mon, 14 Sep 2009 15:39:11 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Org-mode list Nick Dokos writes: This variable is what I looked for. I still wonder how I overlooked it. > ,---- > | org-format-latex-options is a variable defined in `org.el'. > | Its value is > | (:foreground default :background default :scale 1.0 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers > | ("begin" "$1" "$" "$$" "\\(" "\\[")) > | > | > | Documentation: > | Options for creating images from LaTeX fragments. > | This is a property list with the following properties: > | :foreground the foreground color for images embedded in Emacs, e.g. "Black". > | `default' means use the foreground of the default face. > | :background the background color, or "Transparent". > | `default' means use the background of the default face. > | :scale a scaling factor for the size of the images. > | :html-foreground, :html-background, :html-scale > | the same numbers for HTML export. > | :matchers a list indicating which matchers should be used to > | find LaTeX fragments. Valid members of this list are: > | "begin" find environments > | "$1" find single characters surrounded by $.$ > | "$" find math expressions surrounded by $...$ > | "$$" find math expressions surrounded by $$....$$ > | "\(" find math expressions surrounded by \(...\) > | "\ [" find math expressions surrounded by \ [...\] > | > | You can customize this variable. > `---- > > HTH, It does, thank you. -- Nicolas Goaziou