diff --git a/Makefile b/Makefile
index c34ee1b66aa5b6bf7001a5e679b149fa1a7e53e0..817a6056e86f9fd2cec07dc64ee6c3755d138a4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,3 @@
-STYLES := css/tufte-css/tufte.css \
-	css/pandoc.css \
-	css/pandoc-solarized.css \
-	css/tufte-extra.css
-
 OPTIONS = --toc
 OPTIONS += --filter=pandoc-numbering
 OPTIONS += --filter=pandoc-crossref
@@ -10,12 +5,11 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --pdf-engine pdflatex
 PDFOPTIONS += --highlight-style kate
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c css/styling.css
-HTMLOPTIONS += --self-contained
+HTMLOPTIONS += --embed-resources --standalone
 HTMLOPTIONS += --mathjax=MathJax.js
 
 MD=$(wildcard *.md)