Merge branch 'main' into 225-ebook-situation

This commit is contained in:
Cedric
2023-11-24 14:57:35 +00:00
8 changed files with 167 additions and 118 deletions

View File

@@ -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
@@ -302,6 +302,8 @@ show_tools_version: # Show version of tools used on the build machine
@echo ""
- tidy -version
@echo ""
- dvisvgm --version
@echo ""
- lacheck --version
@echo ""
- chktex --version