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.
This commit is contained in:
Jigme Datse Yli-Rasku 2024-04-25 19:18:16 -07:00
parent c09f1b3774
commit e9724b72a4
1 changed files with 1 additions and 1 deletions

View File

@ -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