Dear list,
I have the following sample:
\setuppapersize[A7]
\setupinteraction[state=start,
color=darkred,
contrastcolor=darkred,
focus=standard]
\starttext
\completecontent
\startsection[title={sec}, list=(before \&\ now), reference=a]
\page
\in[a] (after 2022.10.14 10:16)
\stopsection
\stoptext
If I try to compile with LuaTeX (after deleting the cache), I get the
following error:
lua error > lua error on line 1 in file a.tex:
...tex/texmf-context/tex/context/fonts/mkiv/common-math.lfg:100: attempt
to index a nil value (field 'subsets')
stack traceback:
...tex/texmf-context/tex/context/fonts/mkiv/common-math.lfg:100: in
field 'moveitalics'
.../context/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg:103: in
main chunk
[C]: in function 'dofile'
...ext/tex/texmf-context/tex/context/base/mkiv/good-ini.lua:78: in
function <...ext/tex/texmf-context/tex/context/base/mkiv/good-ini.lua:68>
(...tail calls...)
It is also caused by the minimal:
\starttext
\null
\stoptext
And with the first source, \in hyperlink doesn’t work at all.
Sylvain reported an issue with the \completecontent list (not honoring
"focus=standard"), but with current latest the \in hyperlink doesn’t
work at all.
Could anyone confirm the issues?
Many thanks for your help,
Pablo