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:
parent
c09f1b3774
commit
e9724b72a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue