From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Williams Subject: Re: Can't get dvipng to work Date: Fri, 20 Sep 2013 15:04:12 +0000 (UTC) Message-ID: References: <87eh8ov2x2.fsf@gmx.us> <87eh8lio15.fsf@gmail.com> <87six0xxis.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2G9-000168-Ak for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 11:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN2G2-0006Ro-VP for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 11:04:41 -0400 Received: from plane.gmane.org ([80.91.229.3]:49653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN2G2-0006RX-Ol for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 11:04:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VN2G0-00008j-IQ for emacs-orgmode@gnu.org; Fri, 20 Sep 2013 17:04:32 +0200 Received: from shrimp.windlogics.com ([216.245.170.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Sep 2013 17:04:32 +0200 Received: from kenahoo by shrimp.windlogics.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Sep 2013 17:04:32 +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 Rasmus gmx.us> writes: > > Then try to run dvipng FILE.dvi or perhaps just dvipng FILE. Does > this work? Yes, it produces a proper output PNG that looks good, but note that the base filename has a '1' appended: % dvipng orgtex6488Qq2.dvi This is dvipng 1.14 Copyright 2002-2010 Jan-Ake Larsson [1] % ls -ltr orgtex6488Qq2* -rwx------+ 1 Administrators 1317 Sep 18 13:21 orgtex6488Qq2.tex* -rw-r--r--+ 1 kwilliams 75721 Sep 19 16:17 orgtex6488Qq2.pdf -rw-r--r--+ 1 kwilliams 8 Sep 19 16:20 orgtex6488Qq2.aux -rw-r--r--+ 1 kwilliams 1304 Sep 19 16:20 orgtex6488Qq2.dvi -rwx------+ 1 Administrators 17216 Sep 19 16:22 orgtex6488Qq2.log* -rw-r--r--+ 1 kwilliams 3883 Sep 20 09:51 orgtex6488Qq21.png This would probably be a lot easier to debug if the emacs logs included the command line strings that are being run. -Ken