Make the presentation 16:9
This commit is contained in:
parent
c3812683ea
commit
d9a605c530
2
Makefile
2
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 $@
|
||||
|
|
Loading…
Reference in New Issue