Marco Patzer schrieb am 09.07.2021 um 14:46:
On Fri, 9 Jul 2021 14:29:20 +0200 Hans Hagen
wrote: As \& works for MkIV as well as LMTX, there's an easy workaround. But maybe this isn't intended behaviour and needs checking. intended ... author passes different through the system in lmtx (better) Apparently not only author. Also title, subtitle, …
\starttext
\unprotect \setupinteraction [\c!author=\detokenize{Foo & Bar}] \protect That works as well.
but why unprotect and not just
\setupinteraction [author={Foo & Bar}] That's just an MWE to demonstrate the problem. The actual code is part of a module (therefore it's \unprotect'ed).
1. While most modules use \unprotect there is often no need for it. 2. You can stop and restart protected mode in a module. Wolfgang