Re: [NTG-context] double followtokens?

2019-01-01 Thread Hans Hagen
On 1/1/2019 7:17 PM, Hans van der Meer wrote: Is followtext(“string”,path) not yet implemented? Because I get an error when running: \startMPcode path p; p:=reverse halfcircle xyscaled 25mm; draw p; followtext("some text but not that long",p); % <- causes error \stopMPcode Or do I need to call

Re: [NTG-context] double followtokens?

2019-01-01 Thread Hans van der Meer
Is followtext(“string”,path) not yet implemented? Because I get an error when running: \startMPcode path p; p:=reverse halfcircle xyscaled 25mm; draw p; followtext("some text but not that long",p); % <- causes error \stopMPcode Or do I need to call followtext in some other way that is not clear

Re: [NTG-context] double followtokens?

2018-04-09 Thread Pablo Rodriguez
On 04/08/2018 11:17 PM, Hans Hagen wrote: > On 4/8/2018 8:10 PM, Pablo Rodriguez wrote: >> [...] >> \reversedtext is undefined (I’m using beta from 2018.04.04 00:51). > > of course it is ... it's basically the lua snippet i sent a few mails ago Now I know which one it was. >> But even

Re: [NTG-context] double followtokens?

2018-04-08 Thread Hans Hagen
On 4/8/2018 8:10 PM, Pablo Rodriguez wrote: On 04/08/2018 04:41 PM, Hans Hagen wrote: On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: [...] I want a full circle in two halves with the same duplicated sentence. The first one written clockwise and the second one written counterclockwise (as in the

Re: [NTG-context] double followtokens?

2018-04-08 Thread Pablo Rodriguez
On 04/08/2018 04:41 PM, Hans Hagen wrote: > On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: >> [...] >> I want a full circle in two halves with the same duplicated sentence. >> The first one written clockwise and the second one written >> counterclockwise (as in the commented path above). >> >> I

Re: [NTG-context] double followtokens?

2018-04-08 Thread Hans Hagen
On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: On 04/07/2018 11:25 PM, Hans Hagen wrote: On 4/7/2018 11:04 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \useMPlibrary[txt] \starttext \startuseMPgraphic{followtokens} path RotPath ; RotPath := reverse

Re: [NTG-context] double followtokens?

2018-04-07 Thread Pablo Rodriguez
On 04/07/2018 11:25 PM, Hans Hagen wrote: > On 4/7/2018 11:04 PM, Pablo Rodriguez wrote: >> Dear list, >> >> I have the following sample: >> >>\useMPlibrary[txt] >> >>\starttext >> >>\startuseMPgraphic{followtokens} >> path RotPath ; RotPath := reverse halfcircle ; >> % path

Re: [NTG-context] double followtokens?

2018-04-07 Thread Hans Hagen
On 4/7/2018 11:04 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \useMPlibrary[txt] \starttext \startuseMPgraphic{followtokens} path RotPath ; RotPath := reverse halfcircle ; % path RotPath ; RotPath := halfcircle rotatedaround (origin, 180) ;

[NTG-context] double followtokens?

2018-04-07 Thread Pablo Rodriguez
Dear list, I have the following sample: \useMPlibrary[txt] \starttext \startuseMPgraphic{followtokens} path RotPath ; RotPath := reverse halfcircle ; % path RotPath ; RotPath := halfcircle rotatedaround (origin, 180) ; \stopuseMPgraphic \followtokens{Just follow the tokens}