Added "Session Form" article

This commit is contained in:
Peter H. Froehlich
2023-04-09 17:03:11 +02:00
parent 26e449fd12
commit 25a48a407c
4 changed files with 85 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
all: Grenzland2.pdf
all: Grenzland2.pdf
%.pdf: %.tex Frontcover.pdf Backcover.pdf Makefile halloween.tex wbzine.cls
%.pdf: %.tex Frontcover.pdf Backcover.pdf Makefile halloween.tex wbzine.cls sessionform.tex
pdflatex -draftmode $<
pdflatex $<
@@ -13,7 +13,7 @@ Backcover.pdf: Backcover.png
view: all
zathura Grenzland2.pdf &
clean:
clean:
rm -f *~ *.log *.aux *.toc
realclean: clean