From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)] Date: Tue, 12 Mar 2019 17:35:11 -0400 Message-ID: <874l87ai9c.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37066) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3p3V-0005u4-0S for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 17:35:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3p3U-0004ZX-A4 for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 17:35:24 -0400 Received: from [195.159.176.226] (port=53252 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h3p3U-0004Vk-19 for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 17:35:24 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1h3p3O-0000NW-Ny for emacs-orgmode@gnu.org; Tue, 12 Mar 2019 22:35:18 +0100 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: emacs-orgmode@gnu.org Joao Cortes writes: > When previewing a Latex fragment, say \(a\), the cropping window is too > tight and the resulting image has some edges broken. > > > Is there any option to control the cropping window? > C-h v org-format-latex-options RET Maybe the :scale option of org-format-latex-options can be used? > ... > org-preview-latex-default-process 'dvisvgm > ... -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler