From f1898d380cb8afdd94d8ddcf26c3a54aacd4b97d Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Thu, 14 Jun 2018 09:09:36 +0200
Subject: [PATCH] made self contained

---
 .gitignore | 1 +
 Makefile   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index b9086cc..7b41dfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 intro.html
+control.html
diff --git a/Makefile b/Makefile
index 33cb7ae..f565f3d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ REVEALOPRIONS += --section-divs
 REVEALOPRIONS += -V slideNumber=true
 REVEALOPRIONS += --slide-level=1
 REVEALOPRIONS += --highlight-style espresso
+REVEALOPRIONS += --self-contained
 # REVEALOPRIONS += --include-in-header=reveal.js/left_just.css
 
 
@@ -39,4 +40,4 @@ variables.html: variables.md Makefile
 	pandoc -s $(REVEALOPRIONS) -o $@ $<
 
 clean:
-	rm -rf intro.html
\ No newline at end of file
+	rm -rf intro.html variables.html
\ No newline at end of file
-- 
GitLab