From 6a169694f17e0013f275b3fefb92c490e73deca0 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 21 Jan 2023 15:10:24 +0100 Subject: [PATCH] oof --- exercices/Makefile | 2 +- practical_work/Makefile | 2 +- practical_work/electric_fl/Makefile | 2 +- practical_work/planets/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exercices/Makefile b/exercices/Makefile index 9c64ae3..4838083 100644 --- a/exercices/Makefile +++ b/exercices/Makefile @@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex HTMLOPTIONS += -t html5 HTMLOPTIONS += -c ../css/tufte-css/tufte.css -HTMLOPTIONS += ---standalone --embed-resources +HTMLOPTIONS += --standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) diff --git a/practical_work/Makefile b/practical_work/Makefile index 9c64ae3..4838083 100644 --- a/practical_work/Makefile +++ b/practical_work/Makefile @@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex HTMLOPTIONS += -t html5 HTMLOPTIONS += -c ../css/tufte-css/tufte.css -HTMLOPTIONS += ---standalone --embed-resources +HTMLOPTIONS += --standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) diff --git a/practical_work/electric_fl/Makefile b/practical_work/electric_fl/Makefile index aa26e10..b620ba4 100644 --- a/practical_work/electric_fl/Makefile +++ b/practical_work/electric_fl/Makefile @@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex HTMLOPTIONS += -t html5 HTMLOPTIONS += -c ../../css/tufte-css/tufte.css -HTMLOPTIONS += ---standalone --embed-resources +HTMLOPTIONS += --standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) diff --git a/practical_work/planets/Makefile b/practical_work/planets/Makefile index aa26e10..b620ba4 100644 --- a/practical_work/planets/Makefile +++ b/practical_work/planets/Makefile @@ -8,7 +8,7 @@ PDFOPTIONS += --template=./default.latex HTMLOPTIONS += -t html5 HTMLOPTIONS += -c ../../css/tufte-css/tufte.css -HTMLOPTIONS += ---standalone --embed-resources +HTMLOPTIONS += --standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) -- GitLab