Position der Seitenzahl in wbzine.cls korrigiert

This commit is contained in:
Laurens Kils-Hütten
2022-09-24 14:29:18 +02:00
parent a1e63de8c2
commit d34b941df2
2 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ GENPNG=Grenzland-postapo.gen.png Grenzland-praeapo.gen.png\
all: $(PDF)
%.pdf: %.tex License.tex $(GENPNG) Coverimage.png
%.pdf: %.tex License.tex $(GENPNG) Coverimage.png wbzine.cls Makefile
pdflatex $<
%.gen.png: %.gen.svg Makefile
@@ -19,14 +19,14 @@ coverart.png: coverart.cfdg Makefile
License.tex: License.md Makefile
pandoc -o $@ $<
Frontcover.png: $(PDF) Makefile
pdftoppm -f 1 -l 1 $< > tmp.png
convert +level-colors "#000000","#ff00bb" \
Frontcover.png: Makefile
pdftoppm -f 1 -l 1 $(PDF) > tmp.png
convert +level-colors "#000000","#ff44bb" \
tmp.png $@
Backcover.png: $(PDF) Makefile
pdftoppm -f 1 -l 1 $< > tmp.png
convert +level-colors "#ff00bb","#ff00bb" \
Backcover.png: Makefile
pdftoppm -f 1 -l 1 $(PDF) > tmp.png
convert +level-colors "#ff44bb","#ff44bb" \
-fuzz 100% tmp.png $@
rm -f tmp.png

View File

@@ -11,6 +11,7 @@
\RequirePackage[a5paper]{geometry}
\geometry{inner=10mm, outer=10mm, top=10mm, bottom=16mm}
\geometry{footskip=6mm}
\setlength{\parindent}{0mm}
\setlength{\parskip}{3mm}
\RequirePackage{multicol}