[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-12 Thread Rik Kabel
On 2024-05-12 19:01, Hans Hagen wrote: On 5/12/2024 6:50 PM, Rik Kabel wrote: I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now. Can you try the latest bina

[NTG-context] Re: Errors with 2024-05-11 LMTX

2024-05-12 Thread Hans Hagen
On 5/12/2024 6:50 PM, Rik Kabel wrote: I have come across an error that halts processing with the latest release. The following demonstrates this: That one was hard to find as it was not something new hut just showing up now. Can you try the latest binary from https://build.contextgarden.net/

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Mikael Sundqvist
Hi, On Sun, May 12, 2024 at 6:24 PM Fabrice Couvreur < fabrice1.couvr...@gmail.com> wrote: > > With Okular, it works ! Very good. You can still try the thing below: \startluacode local exp = math.exp local N = 1000 local xstep = 1.6/N local ystep = 1.8/N local xmin = 0.3 local

[NTG-context] Errors with 2024-05-11 LMTX

2024-05-12 Thread Rik Kabel
I have come across an error that halts processing with the latest release. The following demonstrates this: \setuppagenumbering [location=] \starttext  \dorecurse{36}{\dorecurse{19}{abc }}  \startplacetable[location=split,title={Table}]     \starttabulate[|p|p|]     \HL

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Fabrice Couvreur
With Okular, it works ! Le dim. 12 mai 2024 à 17:55, Hans Hagen a écrit : > On 5/12/2024 5:36 PM, Fabrice Couvreur wrote: > > Sorry for the comment ! > > I use Evince > so how about okular or mupdf > > - >

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Hans Hagen
On 5/12/2024 5:36 PM, Fabrice Couvreur wrote: Sorry for the comment ! I use Evince so how about okular or mupdf - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | T

[NTG-context] Re: no effect of \definefontfeature for adobevariablefontprototype

2024-05-12 Thread Hans Hagen
On 5/9/2024 10:38 PM, garu...@azules.eu wrote: Hi, trying to work with variable fonts, I am stuck at the very beginning. I can't see any effect of weight parameter. Using adobevariablefontprototypebold and adobevariablefontprototypelight is working. \starttext \definefontfeature[whatever][ax

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Fabrice Couvreur
Sorry for the comment ! I use Evince Le dim. 12 mai 2024 à 17:30, Hans Hagen a écrit : > On 5/12/2024 3:57 PM, Fabrice Couvreur wrote: > > Hi, > > When I want to draw the curve which corresponds to n=60 (blue curve), it > > doesn't seem possible: I don't understand. > > Thanks > > Fabrice > > >

[NTG-context] Re: Metapost limitation ?

2024-05-12 Thread Hans Hagen
On 5/12/2024 3:57 PM, Fabrice Couvreur wrote: Hi, When I want to draw the curve which corresponds to n=60 (blue curve), it doesn't seem possible: I don't understand. Thanks Fabrice  \startMPpage[offset=1DK]           numeric u;           u = 6cm;           interim linejoin := mitered;  

[NTG-context] Metapost limitation ?

2024-05-12 Thread Fabrice Couvreur
Hi, When I want to draw the curve which corresponds to n=60 (blue curve), it doesn't seem possible: I don't understand. Thanks Fabrice \startMPpage[offset=1DK] numeric u; u = 6cm; interim linejoin := mitered; interim ahangle := 30; path xx, yy;

[NTG-context] Maybe an alignement issue of \vdots in mixed \NC and \VL (\definemathmatrix)

2024-05-12 Thread garulfo
Hi, the first \vdots in the third row is not centered. \starttext \definemathmatrix[mymatrix][matrix:parentheses] \startformula \startmymatrix \NC A_1\VL B_1\NR \HL \NC \vdots \VL \vdots \NR \NC \vdots \NC \vdots \NR% there is probably something from here \HL \NC A_n\VL B_n