[tex4ht] How to change the dvisvgm magnification option with the new make4ht hashing mode?
Michal Hoftich
michal.h21 at gmail.com
Sun Sep 16 21:58:34 CEST 2018
Hi Nasser
> Make4ht will end making calls such as
>
> dvisvgm -v4 -n --exact -c 1.15,1.15 -p 2-7,9-21,23-26,etc...
>
> And I want to change the -c option above to make the math little
> larger.
>
you can pass options to filter using `filter_settings` function in the
.mk4 file. Like this:
filter_settings "dvisvgm_hashes" {
options = "-n --exact -c 1.5,1.5"
}
List of available options is in the make4ht manual.
Best regards,
Michal
More information about the tex4ht
mailing list