From 2f3b8ec89b6bb63c6ad2439325fead00bd6ea8e3 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 18 Nov 2023 20:51:02 +0000 Subject: [PATCH] Fix giberrish website timeline Solves https://github.com/hendricius/the-sourdough-framework/issues/279 by removing dvisvgm_hashes --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index b72d95f..a40a068 100644 --- a/book/makefile +++ b/book/makefile @@ -1,7 +1,7 @@ # Macros for commands LATEX := latexmk -cd -pdflua -lualatex="lualatex -interaction=nonstopmode" -synctex=1 -use-make EBOOK := tex4ebook --lua -d epub -f epub -c tex4ebook.cfg -WEBSITE := make4ht --lua -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes +WEBSITE := make4ht --lua -c website.cfg -a debug -uf html5+tidy+common_domfilters CLEAN := latexmk -cd -lualatex -c -use-make CHECK_1 := lacheck CHECK_2 := chktex