On Sat, 25 Dec 2021 11:55:31 +0100
Hans Hagen
mtxrun --autogenerate --script context --autopdf "oeps.tex"
....
mkiv lua stats > runtime: 0.485 seconds, 1 processed pages, 1 shipped pages, 2.062 pages/second mtx-context | fatal error: return code: 1
so ... an error ... that's the most i can do
I did some more checking. It seems to return 1 on *some* errors, but not on all the ones supported by --errors. This example e.g. compiles with return code 0: %% enables logging of errors \enabledirectives [logs.errors] %% missing font \definefontfamily [foo] [serif] [no font here really] \setupbodyfont [foo] \starttext %% missing characters 𝒜 %% missing figure \externalfigure [foo] %% missing references See \in{section}[sec:none]. \stoptext Marco