From ea84a54e2fa0d2f9c724b9cdd6e338ae4c668ebe Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 27 Mar 2024 11:30:17 +0100 Subject: [PATCH] removed default --- examen/Makefile | 2 +- exercices/Makefile | 1 - practical_work/Makefile | 1 - practical_work/electric_fl/Makefile | 1 - practical_work/planets/Makefile | 1 - practical_work/rc_circuit/Makefile | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/examen/Makefile b/examen/Makefile index 726a948..524fecb 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 4838083..7bef6ed 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 4838083..7bef6ed 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 b620ba4..795a5a2 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 b620ba4..795a5a2 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 b620ba4..795a5a2 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 -- GitLab