[tex4ht] Is it possible to fix tex4ht links so so it ends at top of page?

Nasser M. Abbasi nma at 12000.org
Wed Sep 25 15:12:53 CEST 2024


> The .cfg has to work for all cases as same .cfg will be used
> to build different pages and files with different split levels.
> 

Hello Michal,

If it makes things simple, if different .cfg configure command
could be made for different split level, then this will
also work. So no need to have same configure command work
for all split levels.

You could assume book class for all.

So a user who wants to use split=2 will use the corresponding .cfg
for that split level. (which you already did this case of split=2).

Split levels need to be only for 2,3,4,5 as these cover all practical
cases.

So when compiling, one can now do

make4ht -ulm default -c split_3.cfg  A.tex "mathjax,3,htm"

or

make4ht -ulm default -c split_2.cfg  A.tex "mathjax,2,htm"

And so on.

I just thought to mention this in case it makes things
simpler to implement.

Regards,
--Nasser




More information about the tex4ht mailing list.