Here is a patch. --- a/opt/context/tex/texmf-modules/tex/context/third/letter/base/s-cor-00.lua +++ b/opt/context/tex/texmf-modules/tex/context/third/letter/base/s-cor-00.lua @@ -85,7 +85,7 @@ end function correspondence.file(environment,name) local environment = environment local name = name - commands.uselibrary { + resolvers.uselibrary { name = name, patterns = patterns[environment], action = action, On 1/13/20 2:19 PM, Henri Menke wrote:
Dear Hans,
Recent updates to ConTeXt broke my CV. This MWE
\usemodule[letter] \starttext \stoptext
fails with
...texmf-modules/tex/context/third/letter/base/s-cor-00.lua:88: attempt to call a nil value (field 'uselibrary')
Here are the steps by which I can reproduce on my machine:
rm -rf /opt/context/tex/texmf-cache mtxrun --generate context --make context test.mkvi
Same for LMTX.
Cheers, Henri