Skip to content

Commit

Permalink
pdf: set max size for images
Browse files Browse the repository at this point in the history
related to #165
  • Loading branch information
n-peugnet committed Sep 20, 2022
1 parent 30e41e8 commit 00fe020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ latexpdf info: %: $(LANGUAGES:%=\%/%);

$(LANGUAGES:%=latexpdf/%): latexpdf/%: latex/%
cat _templates/style.xdy >> $(BUILDDIR)/$</sphinx.xdy
mogrify -strip -define png:compression-level=9 $(BUILDDIR)/$</*.png
mogrify -strip -resize '800x600>' -define png:compression-level=9 $(BUILDDIR)/$</*.png
max_print_line=110 $(MAKE) -C $(BUILDDIR)/$<

$(LANGUAGES:%=info/%): info/%: texinfo/%
Expand Down

0 comments on commit 00fe020

Please sign in to comment.