ConTeXt does not respect custom TEXMFHOME location
Hello mailinglist, I have a problem with ConTeXt (Texlive 2019) and setting a custom location of TEXMFHOME. After installation I end up with a /usr/local/texlive/2019/texmfcnf.lua as follows: return { content = { variables = { TEXMFHOME = "~/.texlive2019/texmf", }, }, } Now when I place my custom version of publ-aut.lua in the appropriate subfolder it is not used. Although this works when default TEXMFHOME is used. Is this behavior known or is this a bug? Johannes
On 4/8/2019 6:47 AM, Johannes Hermann wrote:
Hello mailinglist,
I have a problem with ConTeXt (Texlive 2019) and setting a custom location of TEXMFHOME. After installation I end up with a /usr/local/texlive/2019/texmfcnf.lua as follows:
return { content = { variables = { TEXMFHOME = "~/.texlive2019/texmf", }, }, }
Now when I place my custom version of publ-aut.lua in the appropriate subfolder it is not used. Although this works when default TEXMFHOME is used.
Is this behavior known or is this a bug? did you remake the file database
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Johannes Hermann