diff --git a/Makefile b/Makefile index c9e702ee1555168245b96f6f88383368d91f52a4..00d05ebb61e525e0dbb352705c6c8c96870a96df 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BEAMEROPTIONS += --slide-level=1 REVEALOPRIONS = -t revealjs REVEALOPRIONS += --template ./default.revealjs # REVEALOPRIONS += -V theme=moon -REVEALOPRIONS += -V center=false +REVEALOPRIONS += -V center=true REVEALOPRIONS += -V margin=0 REVEALOPRIONS += -V minScale=0.2 REVEALOPRIONS += -V maxScale=2.0 @@ -27,13 +27,13 @@ REVEALOPRIONS += --highlight-style espresso # all: cours.pdf cours.html -all: cours.html +all: intro.html # cours.pdf: cours.md Makefile # pandoc -s $(BEAMEROPTIONS) -o $@ $< -cours.html: cours.md Makefile +intro.html: intro.md Makefile pandoc -s $(REVEALOPRIONS) -o $@ $< clean: - rm -rf cours.pdf cours.html \ No newline at end of file + rm -rf intro.html \ No newline at end of file diff --git a/cours.md b/intro.md similarity index 100% rename from cours.md rename to intro.md