Re: [NTG-context] path in LuaMetaFun

2021-02-20 Thread Pablo Rodriguez
On 2/20/21 12:59 PM, Pablo Rodriguez wrote: > [...] > Which is the right way to close the path or what am I missing? I see that cycle is the way to go: \starttext \startmakeup[page][align=middle] \dontleavehmode \startMPcode{doublefun} path p ; p :=

[NTG-context] path in LuaMetaFun

2021-02-20 Thread Pablo Rodriguez
Dear list, I have the fowllowing sample: \starttext \startmakeup[page][align=middle] \startMPcode{doublefun} draw lmt_followtext [ text = "\feature[+][smallcaps]\bf\samplefile{zapf} ", path = ((0,0)..(3,3.25)..(9,-3.25)..(12,0)..(9,3.25)..(3,-3.25)..(0,0)), autoscaleup = "max",

Re: [NTG-context] path in LuaMetaFun

2021-02-20 Thread Hans Hagen
On 2/20/2021 1:19 PM, Pablo Rodriguez wrote: On 2/20/21 12:59 PM, Pablo Rodriguez wrote: [...] Which is the right way to close the path or what am I missing? control points that determine the way curves are made I see that cycle is the way to go: indeed \starttext

Re: [NTG-context] lmtx error: You can't use 'integer 340' in internal vertical mode

2021-02-20 Thread juh
Am Fri, Feb 19, 2021 at 01:17:15PM +0100 schrieb Hans Hagen: > On 2/19/2021 11:46 AM, juh wrote: > > Am Fri, Feb 19, 2021 at 10:47:36AM +0100 schrieb Hans Hagen: > > > The question is: what happens in that file with modes? > > > > Nothing too fancy. I attached the files with mode definitions >

Re: [NTG-context] Lua code and table

2021-02-20 Thread Fabrice Couvreur
Hi Hans The xx.tex file works for me Thanks Fabrice Le ven. 19 févr. 2021 à 14:28, Hans Hagen a écrit : > On 2/19/2021 2:12 PM, Jano Kula wrote: > > Hi, > > > > On Fri, 19 Feb 2021 at 13:06, Hans Hagen > > wrote: > > > > On 2/19/2021 12:42 PM, Fabrice Couvreur

Re: [NTG-context] metafun

2021-02-20 Thread Hans Hagen
On 2/20/2021 6:43 PM, Otared Kavian wrote: Thanks for the new upload. For your information, I would like to report that the metafun.tex file typesets almost corretly (actually I often typeset it for testing a new upload…) but I get a PDF with 400 pages instead the 448 you are mentionning…

[NTG-context] metafun

2021-02-20 Thread Hans Hagen
Hi, When making sure that the metafun manual processes with lmtx (where we have sometimes different implementations of macros) I also checked performance. When we started with this manual, it was still MKII time so we either had direct calls or inbetween calls. Especially multiple runs

Re: [NTG-context] metafun

2021-02-20 Thread Otared Kavian
Hi Hans, Thanks for the new upload. For your information, I would like to report that the metafun.tex file typesets almost corretly (actually I often typeset it for testing a new upload…) but I get a PDF with 400 pages instead the 448 you are mentionning… The issues are typically some figures

Re: [NTG-context] lmtx error: You can't use 'integer 340' in internal vertical mode

2021-02-20 Thread Hans Hagen
On 2/20/2021 4:42 PM, juh wrote: Am Fri, Feb 19, 2021 at 01:17:15PM +0100 schrieb Hans Hagen: On 2/19/2021 11:46 AM, juh wrote: Am Fri, Feb 19, 2021 at 10:47:36AM +0100 schrieb Hans Hagen: The question is: what happens in that file with modes? Nothing too fancy. I attached the files with

Re: [NTG-context] path in LuaMetaFun

2021-02-20 Thread Pablo Rodriguez
On 2/20/21 1:28 PM, Hans Hagen wrote: > On 2/20/2021 1:19 PM, Pablo Rodriguez wrote: >> [...] >> On the other side, I’m afraid that cycle has problems with lmt_followtext. > could be, i'm playing a bit with the converter and introduced a issue > but that will be fixed in the next upload Many