From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: In-buffer LaTeX too small (almost illegible) Date: Wed, 24 Nov 2010 16:46:36 +0100 Message-ID: <871v6aiv1f.wl%n.goaziou@gmail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=48171 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLHaH-0007bc-HN for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 10:50:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLHYP-0002kX-C5 for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 10:48:32 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:54780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLHYP-0002kJ-68 for emacs-orgmode@gnu.org; Wed, 24 Nov 2010 10:46:41 -0500 Received: by wwb39 with SMTP id 39so125312wwb.30 for ; Wed, 24 Nov 2010 07:46:40 -0800 (PST) In-Reply-To: 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: Barton Cc: emacs-orgmode@gnu.org Hello, >>>>> Barton writes: > The in-buffer LaTeX previews generated by org-preview-latex fragment > are smaller than what can be called readable. > Perhaps there is some change I can make to the default configuration > to increase the size of the generated preview fragments? You should have a look at `org-format-latex-options': (setq org-format-latex-options (plist-put org-format-latex-options :scale 1.3)) Regards, -- Nicolas