Hi Nasser, But where should one put the hidden config.lua file on windows > so that make4ht can read it? I can not use -e flag, since > I am already using -e to read yet another make4ht config file. >
>From make4ht documentation: The configuration file can be saved either in the > $HOME/.config/make4ht/config.lua > file, or in the .make4ht file placed in the current directory or it’s > parent directories (up to the $HOME directory). > So, on Windows, it should be named .make4ht and you can place it in the root directory of your TeX projects. You can check that make4ht found it by using the -a debug option. It should print something like this: [INFO] make4ht: Using configuration file: path/to/.make4ht Best regards, Michal