Make the presentation 16:9

This commit is contained in:
Petko Bordjukov 2016-11-06 10:26:14 +02:00
parent c3812683ea
commit d9a605c530
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ depend: .depend
-include .depend -include .depend
%.pdf: %.pandoc beamer.my beamercolorthemekrok.sty %.pdf: %.pandoc beamer.my beamercolorthemekrok.sty
pandoc --slide-level $(SLIDELEVEL) -t beamer $< -H beamer.my -V theme:boxes -V fonttheme:structurebold --latex-engine=pdflatex -o $@ pandoc --slide-level $(SLIDELEVEL) -t beamer $< -H beamer.my -V theme:boxes -V fonttheme:structurebold -V classoption:aspectratio=169 --latex-engine=pdflatex -o $@
%.epub: %.pandoc beamer.my beamercolorthemekrok.sty %.epub: %.pandoc beamer.my beamercolorthemekrok.sty
pandoc --slide-level $(SLIDELEVEL) -t epub $< --template beamer.my -V theme:Warsaw -V fonttheme:structurebold -V colortheme:krok -o $@ pandoc --slide-level $(SLIDELEVEL) -t epub $< --template beamer.my -V theme:Warsaw -V fonttheme:structurebold -V colortheme:krok -o $@