[NTG-context] directlua question

2018-12-04 Thread Hans van der Meer
I am trying to extract something from a string with a \directlua call, the last word of a string in case: \directlua{tex.print(string.match(“This is a string","%s%a$"))} However, the %s%a are not working with the TeX-error “unfinished string near eof”. Obviously caused by the %’s. How

Re: [NTG-context] directlua question

2018-12-04 Thread Hans van der Meer
On 4 Dec 2018, at 13:29, Hans van der Meer wrote: > I am trying to extract something from a string with a \directlua call, the > last word of a string in case: > > \directlua{tex.print(string.match(“This is a string","%s%a$"))} > > However, the %s%a are not working with the TeX-error

Re: [NTG-context] directlua question

2018-12-04 Thread Wolfgang Schuster
Hans van der Meer schrieb am 04.12.18 um 13:29: I am trying to extract something from a string with a \directlua call, the last word of a string in case: \directlua{tex.print(string.match(“This is a string","%s%a$"))} However, the %s%a are not working with the TeX-error “unfinished string

Re: [NTG-context] graphics

2018-12-04 Thread Alan Braslau
On Tue, 4 Dec 2018 18:03:14 +0100 Hans Hagen wrote: > Hi, > > As most mechanism are reasonable okay now we can look into what > future versions of ConteXt should provide in terms of functionality. > The (luatex) engine is also more of less finished or at least stable > in terms of

Re: [NTG-context] Macro to write a vector with Metafun (again)

2018-12-04 Thread Hans Hagen
On 12/4/2018 4:38 PM, Fabrice Couvreur wrote: Hello Hans, The macro to draw a vector does not work even with the latest version of context standalone. Thank you Fabrice \useMPlibrary[mat] % will be in meta-imp-mat.mkiv just watch in there .. we redid these stackers with more control (and

[NTG-context] Macro to write a vector with Metafun (again)

2018-12-04 Thread Fabrice Couvreur
Hello Hans,The macro to draw a vector does not work even with the latest version of context standalone. Thank you Fabrice \useMPlibrary[mat] % will be in meta-imp-mat.mkiv \startMPextensions vardef math_stacker_arrow_shape = image ( drawarrow

[NTG-context] graphics

2018-12-04 Thread Hans Hagen
Hi, As most mechanism are reasonable okay now we can look into what future versions of ConteXt should provide in terms of functionality. The (luatex) engine is also more of less finished or at least stable in terms of functionality. One possible area of further development is graphics so