From d9a605c5304d832d7ebdad7988eac0a44d6cb575 Mon Sep 17 00:00:00 2001 From: Petko Bordjukov Date: Sun, 6 Nov 2016 10:26:14 +0200 Subject: [PATCH] Make the presentation 16:9 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fcb5fb..e84a464 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ depend: .depend -include .depend %.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 pandoc --slide-level $(SLIDELEVEL) -t epub $< --template beamer.my -V theme:Warsaw -V fonttheme:structurebold -V colortheme:krok -o $@