Hi, anyone can reproduce this dvipdfmx bug?
i've already fixed this by replacing rungs to gs in /usr/share/texmf/dvipdfmx/dvipdfmx.cfg like this: --- /usr/share/texmf/dvipdfmx/dvipdfmx.cfg.orig 2013-01-26 02:21:56.312500000 +0900 +++ /usr/share/texmf/dvipdfmx/dvipdfmx.cfg 2013-01-26 02:22:07.437500000 +0900 @@ -149,7 +149,7 @@ %% extant. You can find the one that is active by running: %% kpsewhich -progname=dvipdfmx -format='other text files' dvipdfmx.cfg %% -D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" +D "gs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" %% Frank Siegert's PStill: %D "/usr/local/bin/pstill -c -o '%o' '%i'" this fix is pointed by blog posts by [1] and [2]. or, including rungs properly is the way to fix? Peace, ----- [1] http://d.hatena.ne.jp/tsntsumi/20120514/DvipdfmxInTexLiveOnCygwinFailed [2] http://d.hatena.ne.jp/tsntsumi/20120515/DvipdfmxInTeXLiveOnCygwinSucceeded -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple