From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-preview-latex-fragment on Retina display? Date: Fri, 29 May 2015 17:07:53 -0400 Message-ID: <87iobb5byu.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyRVh-00012t-5i for emacs-orgmode@gnu.org; Fri, 29 May 2015 17:08:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyRVe-0000yn-1p for emacs-orgmode@gnu.org; Fri, 29 May 2015 17:08:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:56836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyRVd-0000yd-RO for emacs-orgmode@gnu.org; Fri, 29 May 2015 17:08:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YyRVc-0006CP-D0 for emacs-orgmode@gnu.org; Fri, 29 May 2015 23:08:04 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 23:08:04 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 23:08:04 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Adam Sneller writes: > Recently, I upgraded to a macbook pro with retina display, and now all > my latex previews in org-mode are... fuzzy. These are generated with > org-preview-latex-fragment command, using dvipng. > What happens if you produce a PDF document from LaTeX? Is it fuzzy? What happens if you use ImageMagick instead of dvipng? > Is there a setting I can change to up-res these? Maybe something in org.el? > Nick