On 4/27/2021 6:31 PM, Jairo A. del Rio wrote:
Hi, Hans. I've attached the relevant files.

Jairo

El mar, 27 de abr. de 2021 a la(s) 07:35, Hans Hagen (j.ha...@xs4all.nl <mailto:j.ha...@xs4all.nl>) escribió:

    On 4/27/2021 9:23 AM, Jairo A. del Rio wrote:
     > So, should I share relevant files? AFAIK only cmarrows and .mf
    files in
     > the cm source folder are involved. I hope you can check it if a
    solution
     > is possible and not too demanding. Thanks beforehand.
    you can make a minimal failure example but I gues sthat the solution
    has
    to be in the mf macros (as there is where some pair/numeric clash
    happens)

indeed, as i mentioned, some variable is not set up right

you need to patch (probably in all these arrow files)

    save x,y,x_,y_;

to

    save x,y,x_,y_,z_;

and (in mapto)

           numeric x,x_[],y,y_[];

to

           numeric x,x_[],y,y_[];
           pair z_[];


Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to