ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
Subject: Re: Metapost: point along path and metaobj
Date: Mon, 19 Jun 2006 16:03:32 +0200	[thread overview]
Message-ID: <4496AEB4.6020108@elvenkind.com> (raw)
In-Reply-To: <Pine.WNT.4.63.0606182240070.664@nqvgln>

Aditya Mahajan wrote:
> Hi,
> 
>   Something goes wrong while using metaobj and point something along 
> somepath. I do not know if point ... along... is a mp core command or 
> something introduced by metafun. Is this metafun's fault, metaobj's 
> fault or simply a metapost issue (and thus I should ask on the 

It is Metaobj's fault, it redefines (and therefore blocks access to)
the primitive command arctime. So I guess you should complain to
Denis Roegel (at the very least he should save the primitive arctime
under a different name). A workaround (I think) is this:

   input metaobj;
   primarydef pct along pat =
     arctime (pct,pat) of pat
   enddef ;

Taco

  reply	other threads:[~2006-06-19 14:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-19  2:45 Aditya Mahajan
2006-06-19 14:03 ` Taco Hoekwater [this message]
2006-06-19 15:46   ` PsTRICKS in Context batela
2006-06-19 15:52     ` Hans Hagen
2006-06-19 16:29       ` batela

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=4496AEB4.6020108@elvenkind.com \
    --to=taco@elvenkind.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).