cours: n°3

This commit is contained in:
Raito Bezarius 2020-06-29 17:44:31 +02:00
parent 37f6ee7eef
commit 2756d9ebf4
8 changed files with 160 additions and 2 deletions

View file

@ -8,7 +8,7 @@ all : $(SLIDES) $(HANDOUTS)
%.md.handout.pdf : %.md
pandoc $^ -t beamer --slide-level 2 -V handout -o $@
pdfnup $@ --nup 1x2 --no-landscape --keepinfo \
pdfjam $@ --nup 1x2 --no-landscape --keepinfo \
--paper letterpaper --frame true --scale 0.9 \
--suffix "nup"
mv $*.md.handout-nup.pdf $@