From b559d727811a6621c6abeb484e01c602df578f06 Mon Sep 17 00:00:00 2001 From: Cedric Date: Sat, 18 Nov 2023 21:43:29 +0000 Subject: [PATCH] Revert "Fix giberrish website timeline" This reverts commit 2f3b8ec89b6bb63c6ad2439325fead00bd6ea8e3. makes things worst... --- book/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/makefile b/book/makefile index a40a068..b72d95f 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 +WEBSITE := make4ht --lua -c website.cfg -a debug -uf html5+tidy+common_domfilters+dvisvgm_hashes CLEAN := latexmk -cd -lualatex -c -use-make CHECK_1 := lacheck CHECK_2 := chktex