From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with LaTeX snippets preview Date: Fri, 25 Sep 2009 15:15:15 +0100 Message-ID: References: <2d2b9210909241715v3cb9887fud6902aec0003a441@mail.gmail.com> <4abcce67.c5c2f10a.5279.34db@mx.google.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrBa0-0007OV-S5 for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 10:15:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrBZw-0007Ki-1J for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 10:15:24 -0400 Received: from [199.232.76.173] (port=44490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrBZv-0007KX-SD for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 10:15:19 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:44841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrBZv-0007Ve-BD for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 10:15:19 -0400 Received: by ewy4 with SMTP id 4so801954ewy.31 for ; Fri, 25 Sep 2009 07:15:18 -0700 (PDT) In-Reply-To: <4abcce67.c5c2f10a.5279.34db@mx.google.com> 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: Darlan Cavalcante Moreira Cc: emacs-orgmode@gnu.org, Paul Burkander On Sep 25, 2009, at 3:06 PM, Darlan Cavalcante Moreira wrote: > Is there a variable where one can customize the options passed to > dvipng? > I use a high resolution and the generated image is small in the > Emacs buffer and hard to read. Yes there is. Take a look at org-format-latex-options and change the :scale and :html-scale options - Carsten