diff --git a/examen/Makefile b/examen/Makefile
index 726a948913a9e7b73043e483f246ef25cf56333c..524fecb0c3aac99f0d9de7efcaaa6886d08dd081 100644
--- a/examen/Makefile
+++ b/examen/Makefile
@@ -1,5 +1,5 @@
 EXAMEN=newton2023
 
 $(EXAMEN).pdf: $(EXAMEN).md
-	pandoc -s -o $(EXAMEN).pdf $(EXAMEN).md --filter=pandoc-numbering --filter=pandoc-crossref --template=../default.latex --pdf-engine pdflatex
+	pandoc -s -o $(EXAMEN).pdf $(EXAMEN).md --filter=pandoc-numbering --filter=pandoc-crossref --pdf-engine pdflatex
 
diff --git a/exercices/Makefile b/exercices/Makefile
index 483808323da6a01bc219fed7067a73cfa69b85a9..7bef6edb1e0be818069d0460855f1d2ab593fe85 100644
--- a/exercices/Makefile
+++ b/exercices/Makefile
@@ -4,7 +4,6 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --highlight-style kate
 PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c ../css/tufte-css/tufte.css
diff --git a/practical_work/Makefile b/practical_work/Makefile
index 483808323da6a01bc219fed7067a73cfa69b85a9..7bef6edb1e0be818069d0460855f1d2ab593fe85 100644
--- a/practical_work/Makefile
+++ b/practical_work/Makefile
@@ -4,7 +4,6 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --highlight-style kate
 PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c ../css/tufte-css/tufte.css
diff --git a/practical_work/electric_fl/Makefile b/practical_work/electric_fl/Makefile
index b620ba4339f3c61c61efffe0a1e21258cd868dd9..795a5a2620257545a227d91ef44ba123c86e9078 100644
--- a/practical_work/electric_fl/Makefile
+++ b/practical_work/electric_fl/Makefile
@@ -4,7 +4,6 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --highlight-style kate
 PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c ../../css/tufte-css/tufte.css
diff --git a/practical_work/planets/Makefile b/practical_work/planets/Makefile
index b620ba4339f3c61c61efffe0a1e21258cd868dd9..795a5a2620257545a227d91ef44ba123c86e9078 100644
--- a/practical_work/planets/Makefile
+++ b/practical_work/planets/Makefile
@@ -4,7 +4,6 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --highlight-style kate
 PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c ../../css/tufte-css/tufte.css
diff --git a/practical_work/rc_circuit/Makefile b/practical_work/rc_circuit/Makefile
index b620ba4339f3c61c61efffe0a1e21258cd868dd9..795a5a2620257545a227d91ef44ba123c86e9078 100644
--- a/practical_work/rc_circuit/Makefile
+++ b/practical_work/rc_circuit/Makefile
@@ -4,7 +4,6 @@ OPTIONS += --filter=pandoc-crossref
 PDFOPTIONS = --highlight-style kate
 PDFOPTIONS += --pdf-engine pdflatex
 PDFOPTIONS += --number-sections
-PDFOPTIONS += --template=./default.latex
 
 HTMLOPTIONS += -t html5
 HTMLOPTIONS += -c ../../css/tufte-css/tufte.css