1 Sep
2020
1 Sep
'20
9:10 a.m.
On Tue, Sep 1, 2020 at 10:50 AM Christoph Reller
I am using ConTeXt LMTX 2020.08.28 13:58 with the following M(N)WE:
\definetype[typeLUA][option=LUA] \setbreakpoints[compound] \starttext \typeLUA{function(argument)} \stoptext
Sadly, it does not compile.
I found that resetting the breakpoints within the typing command works: \setbreakpoints[compound] \definetype[typeLUA][option=LUA, command=\resetbreakpoints] \starttext \typeLUA{function(argument)}\par If compound break points are enabled then this text line is broken after the slash/next line. \stoptext Nonetheless: Is this bug? Cheers, Christoph