Merge branch 'homepage' into infoZettel
This commit is contained in:
@@ -2,6 +2,7 @@ include Makefile.private
|
||||
|
||||
infoZettel=$(patsubst %.md,%.pdf,$(wildcard *.md))
|
||||
infoZettel-2x2=$(patsubst %.md,%-2x2.pdf,$(wildcard *.md))
|
||||
infoZettel-booklet=$(patsubst %.md,%-booklet.pdf,$(wildcard *.md))
|
||||
wkZettel=$(patsubst %.md,%.pdf,$(wildcard wkZettel/*.md))
|
||||
wkZettel-2x2=$(patsubst %.md,%-2x2.pdf,$(wildcard wkZettel/*.md))
|
||||
kyuZettel=$(patsubst %.md,%.pdf,$(wildcard kyuZettel/*.md))
|
||||
@@ -37,7 +38,7 @@ aushaenge: $(aushaenge)
|
||||
--variable classoption="twoside=true" \
|
||||
--variable classoption="DIV=28" \
|
||||
--variable classoption="BCOR=0mm" \
|
||||
--variable classoption="paper=A6" \
|
||||
--variable classoption="paper=A5" \
|
||||
--variable classoption="fontsize=10pt" \
|
||||
--variable classoption="parskip=never" \
|
||||
--variable classoption="headsepline=true" \
|
||||
@@ -48,7 +49,10 @@ aushaenge: $(aushaenge)
|
||||
$^
|
||||
|
||||
%-2x2.pdf: %.pdf
|
||||
pdfjam --no-landscape --nup 2x2 --suffix '2x2' $^ '1,1,1,1,2,2,2,2' --outfile $@
|
||||
pdfjam --no-landscape --nup 2x1 --suffix '2x2' $^ '2,3,1,4,2,2,2,2' --outfile $@
|
||||
|
||||
%-booklet.pdf: %.pdf
|
||||
pdfjam --landscape --nup 2x1 --suffix 'booklet' $^ '2,3,1,4' --outfile $@
|
||||
|
||||
aushang/%.pdf: aushang/%.md
|
||||
pandoc \
|
||||
|
||||
Reference in New Issue
Block a user