diff --git a/Makefile b/Makefile index d03a880..5ba9a83 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: Formular.pdf +all: Formular-A4-zweiseitig.pdf .PHONY: clean clean: @@ -6,3 +6,9 @@ clean: %.pdf: %.tex pdflatex "$<" -output-format=pdf + +Formular-A4.pdf: Formular.pdf + pdf2ps -dLanguageLevel=3 "$<" - | psnup -2 -Pa5 -pa4 | ps2pdf -dCompatibility=1.4 - "$@" + +Formular-A4-zweiseitig.pdf: Formular-A4.pdf + pdftk "$<" cat 1 1down output "$@"