From e9724b72a41a9dd5550165d20ef6c5c4c46f8dea Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Thu, 25 Apr 2024 19:18:16 -0700 Subject: [PATCH] Use 3 digits not just 2 This uses 3 digits not just three in the png files. I'm not sure if I'll get to needing it or not, but I wouldn't be too surprised if not this project, some project will need it. --- querent/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/querent/Makefile b/querent/Makefile index 3dfd0b8..bc11121 100644 --- a/querent/Makefile +++ b/querent/Makefile @@ -10,6 +10,6 @@ querent.dvi: $(TEXFILES) latex querent.tex querent.pdf: querent.dvi - dvipng -D 300 -T bbox querent.dvi -o"querent%02d.png" + dvipng -D 300 -T bbox querent.dvi -o"querent%03d.png" find *.png -exec mogrify -shave 250x250 \{\} \; convert *.png querent.pdf