The upstream author suggested a workaround on IRC. By replacing inkscape
with a wrapper looking like this:

  % cat bin/inkscape 
  #!/bin/sh
  # Workaround for <URL: https://bugs.debian.org/794066 >
  exec /usr/bin/inkscape --export-dpi=300 "$@"
  %

And then calling dblatex with bin in PATH, for example like this:

  PATH=`pwd`/bin:$PATH dblatex

This way the DPI of the generated bitmaps become 300.

He was not aware of any way to get a vector drawing included in the PDF
directly, and had plans to extend dblatex to make the figure conversion
code more customizable.

-- 
Happy hacking
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to