Skip to content

Commit bc9d183

Browse files
committed
Use extractbb instead of ebb
ebb was the old tool and looks like it is on its way out, a very least from Debian and for pdfTeX. From manpage: ------------- Here are more details about the bb and xbb formats: The original ebb (from dvipdfm) ignored density information in bitmap images, and generated bounding boxes with 100px = 72bp = 1in. Unfortu‐ nately, screenshots (especially) tend to look bad with this approach. So, extractbb (from dvipdfmx) uses density information if present. Otherwise, it generates bounding box with 100px = 100bp. This is what pdfTeX does.
1 parent 75287c9 commit bc9d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ruby_pkg := ../website/Gemfile ../website/Gemfile.lock
9797
figures/export_figures.sh $@.pdf
9898

9999
%.xbb: %.jpg
100-
ebb -x $<
100+
extractbb -x $<
101101
# }}}
102102

103103
# Pdf {{{

0 commit comments

Comments
 (0)