From 82d4afd96effbb46edd115b77575b5e8df0510da Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 31 Aug 2020 19:03:21 +0200 Subject: Mathml support --- Makefile.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.scm') diff --git a/Makefile.scm b/Makefile.scm index 94834f3..ba23754 100644 --- a/Makefile.scm +++ b/Makefile.scm @@ -74,6 +74,7 @@ exec chibi-scheme -A utils/ $0 $@ "--to=html" "-o" (make-path outpath "web-simple.html") "--standalone" + "--mathml" "--no-highlight" "--data-dir=." (string-append "--resource-path=" input) @@ -99,6 +100,7 @@ exec chibi-scheme -A utils/ $0 $@ "--to=html" "-o" (make-path outpath "web.html") "--standalone" + "--mathml" "--self-contained" "--base-header-level=2" ;"--shift-heading-level-by=-1" is the new way "--data-dir=." -- cgit v1.2.3