I am using MiKteX (TeXLive-2020) on macOS and I can not show tex my custom template folder.
$ echo $TEXMFHOME /Users/<user>/texmf $ kpsewhich -var-value TEXMFHOME $ kpsewhich -expand-path "$TEXMFHOME" /Users/<user>/texmf $ env | grep TEXMF TEXMFHOME=/Users/<user>/texmf
I tried to set the variable TEXMFHOME and I tried to add/replace the path in /usr/local/texlive/2020/texmf.cnf, but the command kpsewhich -var-value TEXMFHOME does not show anything. Does anybody have an idea what I am doing wrong? Thank you very much.