[NTG-context] Lua related change in LuaMetaTeX?

2020-07-28 Thread Marcel Fabian Krüger
Hi, starting with LuaMetaTeX 2.07.01, a C library I load from Lua started to segfault and valgrind indicates that it accesses invalid memory in multiple places in the middle of Lua internal functions?! The whole thing looks almost like the Lua versions in LuaMetaTeX and in the library are incompa

[NTG-context] Error with latest upload

2020-07-28 Thread Otared Kavian
Hi Hans, After updating to current version: 2020.07.28 23:04, typestting the minimal test: \starttext test \stoptext results in: runtime error : input file 'page-mcl.mkxl' is not found, quitting. Best regards: OK __

Re: [NTG-context] Installing VSCode extension?

2020-07-28 Thread Hans Hagen
On 7/28/2020 6:51 AM, Alasdair McAndrew wrote: I am installing the Windows version of ConTeXt, which comes with a VSCode extension, in \tex\texmf-context\context\data\vscode\extensions with instructions to run (from within the VSCode terminal): code -- extensions-dir -- install-exte

Re: [NTG-context] Height of parentheses in a matrix with lmtx

2020-07-28 Thread Hans Hagen
On 7/28/2020 11:35 AM, Fabrice Couvreur wrote: \definemathmatrix [pmatrix][matrix:parentheses][simplecommand=MATRIX] \starttext \math{\MATRIX{\MPcode{draw (0,0) -- (1cm,0);}  ;\MPcode{draw (0,0) -- (1cm,0);} }} \stoptext found it ... (typo in var name after i made the mem footprint of fon

Re: [NTG-context] upload

2020-07-28 Thread Hans Hagen
On 7/28/2020 10:58 AM, Fabrice Couvreur wrote: Hi Hans, I updated the version of lmtx and wanted to test the following code \useMPlibrary[dum] \starttext \placefigure[right]{}{\externalfigure[dummy]} \input ward\par \placefigure[right]{}{\externalfigure[dummy]} {\bf \input ward} \par add a spa

[NTG-context] Height of parentheses in a matrix with lmtx

2020-07-28 Thread Fabrice Couvreur
Hi Hans, With the upgraded version of lmtx, the parentheses of the matrix are no longer adjusted to the content. Thank you. Fabrice \definemathmatrix [pmatrix][matrix:parentheses][simplecommand=MATRIX] \starttext \math{\MATRIX{\MPcode{draw (0,0) -- (1cm,0);} ;\MPcode{draw (0,0) -- (1cm,0);} }}

Re: [NTG-context] upload

2020-07-28 Thread Fabrice Couvreur
Hi Hans, I updated the version of lmtx and wanted to test the following code \useMPlibrary[dum] \starttext \placefigure[right]{}{\externalfigure[dummy]} \input ward\par \placefigure[right]{}{\externalfigure[dummy]} {\bf \input ward} \par \stoptext This returns the error message runtime error : i