From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex fragment png's size too small Date: Sat, 14 May 2016 10:56:15 +0200 Message-ID: <878tzd6ms0.fsf@saiph.selenimh> References: <4929388c.9b00.154a8ea644b.Coremail.tumashu@163.com> 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]:48668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1VX5-0000fN-AZ for emacs-orgmode@gnu.org; Sat, 14 May 2016 05:06:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1VX3-0007lN-Cj for emacs-orgmode@gnu.org; Sat, 14 May 2016 05:06:46 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1VX3-0007lI-6i for emacs-orgmode@gnu.org; Sat, 14 May 2016 05:06:45 -0400 In-Reply-To: <4929388c.9b00.154a8ea644b.Coremail.tumashu@163.com> (tumashu@163.com's message of "Fri, 13 May 2016 15:00:14 +0800 (CST)") 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: tumashu Cc: emacs-orgmode@gnu.org Hello, tumashu writes: > The preview png of latex fragment seem to small, what about change > default `org-format-latex-options' :scale from 1.0 to 2.0? As a data point, I use :scale 1.2. A factor of 2 may be too large for some users. In any case, the manual already highlights it: You can customize the variable =E2=80=98org-format-latex-options=E2=80= =99 to influence some aspects of the preview. In particular, the =E2=80=98:scal= e=E2=80=99 (and for HTML export, =E2=80=98:html-scale=E2=80=99) property can be used to a= djust the size of the preview images. Since there may not be a more reasonable default value, the best thing to do could be to leave it up to the user to set his own factor. WDYT? Regards, --=20 Nicolas Goaziou