ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Some macros (Metafun)
Date: Fri, 9 Aug 2019 13:12:52 +0200	[thread overview]
Message-ID: <71c89b77-d2b0-6239-0940-bce3be0e2470@xs4all.nl> (raw)
In-Reply-To: <CACyK-erH0GYqozu0OG+sSmk34N-SZqhHuaMswOtQrfHvPYUsSg@mail.gmail.com>

On 8/9/2019 10:57 AM, Fabrice Couvreur wrote:
> Hello,
> In the Metafun manual, Hans uses macros like drawpath p ; 
> drawcontrollines p ; drawpoints p ; drawcontrolpoints p ...
> How to use them in a document ?
> Where to find source codes ?
> For example, the following code does not work :
> 
> \starttext
> \startuseMPgraphic{path}
>     path p ; p := (1cm,1cm)--(1.5cm,1.5cm)..(2cm,0cm)..cycle ;
> \stopuseMPgraphic
> 
> \startMPcode
>    p := p .. cycle ; swappointlabels := true ;
>    drawpath p ;
> \stopMPcode
> \stoptext
\starttext

\startMPcode
     path p ; p := (1cm,1cm)--(1.5cm,1.5cm)..(2cm,0cm)..cycle ;
     drawpath p ;
     drawpoints p ;
     drawpointlabels p ;
     drawcontrolpoints p ;
     drawcontrollines p ;
\stopMPcode

\stoptext


-----------------------------------------------------------------
                                           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	other threads:[~2019-08-09 11:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09  8:57 Fabrice Couvreur
2019-08-09 11:12 ` Hans Hagen [this message]
2019-08-11 22:40   ` Fabrice Couvreur
2019-08-11 23:41     ` 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=71c89b77-d2b0-6239-0940-bce3be0e2470@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --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).