Hi Nasser,

I have to copy the file my_config.cfg in $HOME so that it can find it.

Is it possible to make it use TEXINPUTS to locate these .cfg files?

So that I do not have to clutter my $HOME folder with copies of
my .cfg which reside in different folder and having to remember to
copy it each time I make a change to the .cfg file in the original folder
which is not $HOME?

I looked at docs for make4ht but did not see any type of path
to use for this.

https://ctan.math.washington.edu/tex-archive/support/make4ht/make4ht-doc.pdf


make4ht uses the kpse library to locate a .cfg file. You can put it in your TEXMF dir, for example:

$HOME/texmf/tex/latex/mycfgfolder/helloworld.cfg

Best regards,
Michal

Reply via email to