[NTG-context] new lmtx upload

2021-07-27 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version that mostly concerns documentation files (checking them for lmtx and so). I (partly) updated the primitives manual (for hans vd meer) and added followingup-expressions (for pablo). The expressions stuff (was already in previous uploads) is a side effect of

[NTG-context] new lmtx upload

2021-07-06 Thread Hans Hagen
Hi, I upgrsded lmtx. A few small things (emntioned already) at the tex end but Alan and I are now in metafun mode. I (finally) adpated lmtx to delegated mplib logging, so \startMPcode{doublefun} tracingall ; fill fullcircle scaled 3cm withcolor "darkmagenta" ; \stopMPcode should work.

Re: [NTG-context] new in upload

2021-06-10 Thread Hans Hagen
On 6/9/2021 9:46 PM, Floris van Manen wrote: On 09/06/2021 20:42, Hans Hagen wrote: \startoverlayMPgraphic{mp:whatever-6} draw anchorcell (1,1)   withpen pencircle scaled 1pt withcolor "blue" ; fill anchorspan (2,2) (3,5) withpen pencircle scaled 1pt withcolor "yellow" ;

Re: [NTG-context] new in upload

2021-06-09 Thread Floris van Manen
On 09/06/2021 20:42, Hans Hagen wrote: \startoverlayMPgraphic{mp:whatever-6}     draw anchorcell (1,1)   withpen pencircle scaled 1pt withcolor "blue" ;     fill anchorspan (2,2) (3,5) withpen pencircle scaled 1pt withcolor "yellow" ;     draw anchorcell (2,2)   withpen pencircle

[NTG-context] new in upload

2021-06-09 Thread Hans Hagen
\starttext \enabletrackers[localanchor] \startoverlayMPgraphic{mp:whatever-6} draw anchorcell (1,1) withpen pencircle scaled 1pt withcolor "blue" ; fill anchorspan (2,2) (3,5) withpen pencircle scaled 1pt withcolor "yellow" ; draw anchorcell (2,2) withpen pencircle

[NTG-context] new lmtx upload

2020-05-12 Thread Hans Hagen
Hi, The tex engine has at most 65K dimen and count registers and these can be local and global (although mixing these two models for the same variable can be inefficient). Anyway, in the current upload there is a mechanism for using way more variables, global ones, that are managed by lua: