Package: dvipdfmx Version: 1:20080607-1 Severity: important [cf. https://bugs.launchpad.net/ubuntu/+source/dvipdfmx/+bug/132601]
Any eps figure that I include with, for instance, \includegraphics[width=.49\textwidth]{example.eps} is moved about 15mm to the left and to the bottom. Because I regularly need eps figures in my documents, this makes dvipdfmx pretty much unusable for me. If a 2006 "bugfix" is reverted (see attached .diff), dvipdfmx works correctly. Cheers, Jens -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dvipdfmx depends on: ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy ii libc6 2.7-13 GNU C Library: Shared libraries ii libkpathsea4 2007.dfsg.2-3 TeX Live: path search library for ii libpaper1 1.1.23+nmu1 library for handling paper charact ii libpng12-0 1.2.27-1 PNG library - runtime ii texlive-base-bin 2007.dfsg.2-3 TeX Live: Essential binaries ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime dvipdfmx recommends no packages. dvipdfmx suggests no packages. -- no debconf information
--- /etc/texmf/dvipdfm/config/config.orig +++ /etc/texmf/dvipdfm/config/config @@ -4,7 +4,7 @@ % Distiller config. Uses ghostscript and works on compressed and % uncompressed files. -% D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" +D "zcat -f %i | gs -q -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" %%%%%%%%%%%%%% begin bug comment % Laurent S. & Heiko Oberdiek bugfix of May 2006 on comp.text.tex: % Any fixed papersize as in above line will cause unwanted clipping of very big objects, @@ -12,7 +12,7 @@ % -- use "-dEPSCrop" instead of "-sPAPERSIZE=a0". % The other gs suggestion "-dEPSFitPage" causes unwanted downscaling. Here is the revised line: %%%%%%%%%%%%%% end bug comment -D "zcat -f %i | gs -q -sDEVICE=pdfwrite -dEPSCrop -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" +% D "zcat -f %i | gs -q -sDEVICE=pdfwrite -dEPSCrop -dCompatibilityLevel=1.2 -dUseFlateCompression=true -dSAFER -sOutputFile=%o - -c quit" % Set default paper size here p a4