Re: texworks crashes with a context mkiv example
Bruno Voisin <[email protected]> Sat, 21 Mar 2026 18:08:43 +0100
| Newsgroups | gmane.comp.tex.live,gmane.comp.tex.texworks |
|---|---|
| Message-ID | <[email protected]> |
> On 21 Mar 2026, at 18:05, Stefan Löffler <[email protected]> wrote: > > Am 21.03.26 um 15:25 schrieb Bruno Voisin: > >> By the way, a suggestion: the "ConTeXt (LuaTeX)" typesetting script uses actually LuaMetaTeX now. There would need to be two: >> >> ConTeXt (LuaTeX) >> context >> --luatex >> --script=repeat >> $fullname >> >> ConTeXt (LuaMetaTeX) >> context >> --script=repeat >> $fullname > > Thanks for the suggestion. I updated the defaults in the code accordingly (though the new defaults will only apply for new installations as for existing installations, the old engine settings are not overwritten). I used --synctex=repeat, though, as described on https://wiki.contextgarden.net/Input_and_compilation/Text_editors/SyncTeX and as has been used so far. My bad, this was a typo, it should have been --synctex=repeat in both cases. Sorry! Bruno