ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: "Jairo A. del Rio" <jairoadelrio6@gmail.com>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Conflict between MetaPost (LMTX) and cmarrows
Date: Tue, 27 Apr 2021 19:00:35 +0200	[thread overview]
Message-ID: <2184434d-6982-5154-05b7-558d6744bd61@xs4all.nl> (raw)
In-Reply-To: <CAKyqqaagVc0srydKXTp_WTZq6fJZ3pV3ftfL8TeiC4R0-yu9_A@mail.gmail.com>

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.hagen@xs4all.nl 
> <mailto:j.hagen@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
___________________________________________________________________________________

  parent reply	other threads:[~2021-04-27 17:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26  4:59 Jairo A. del Rio
2021-04-26  6:49 ` Hans Hagen
2021-04-26  7:59   ` Jairo A. del Rio
2021-04-26  8:56     ` Hans Hagen
2021-04-27  7:23       ` Jairo A. del Rio
2021-04-27 12:35         ` Hans Hagen
     [not found]           ` <CAKyqqaagVc0srydKXTp_WTZq6fJZ3pV3ftfL8TeiC4R0-yu9_A@mail.gmail.com>
2021-04-27 17:00             ` Hans Hagen [this message]
2021-04-27 17:06               ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2184434d-6982-5154-05b7-558d6744bd61@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=jairoadelrio6@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).