Rasmus <rasmus <at> 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