From c9eb6721fb63bb55f526504e8b9d51dc0db0a042 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Sat, 21 Jan 2023 15:08:36 +0100 Subject: [PATCH] replaced deprecated options --- 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 bb87bf8..9c64ae3 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 += --self-contained +HTMLOPTIONS += ---standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) diff --git a/practical_work/Makefile b/practical_work/Makefile index bb87bf8..9c64ae3 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 += --self-contained +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 3ba1e79..aa26e10 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 += --self-contained +HTMLOPTIONS += ---standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) diff --git a/practical_work/planets/Makefile b/practical_work/planets/Makefile index 3ba1e79..aa26e10 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 += --self-contained +HTMLOPTIONS += ---standalone --embed-resources HTMLOPTIONS += --mathjax=MathJax.js MD=$(wildcard *.md) -- GitLab