ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan BRASLAU <alan.braslau@cea.fr>
To: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Problem to place a label in an environment \startMPcode \stopMPcode
Date: Thu, 31 Dec 2015 12:09:31 -0700	[thread overview]
Message-ID: <20151231120931.2b83169b@cea.fr> (raw)
In-Reply-To: <CACyK-erQTqLw7=BUGL315k9fmXAAsJPJ85-5z0M1wNec+iBDvQ@mail.gmail.com>

Works fine here.

Alan


P.S. I simplified your code slightly:


\definefloat
   [recipe]
   [figure]
   [default={right,none}]

\setupbodyfont [pagella,9pt]

\starttext

\startplacerecipe

  \startMPcode

  pair vert[] ;
  numeric n ; n := 5 ;
  numeric radius ; radius := 2cm ;

  for i=0 upto n : 
        vert[i] = radius * dir(360*i/(n+1)) ;
  endfor ;

  draw for i=0 upto n: vert[i] -- endfor cycle withcolor blue ; 

  draw for i=0 upto n: vert[i] .. endfor cycle withcolor red ; 

  draw origin--vert0 withcolor green ;

  draw origin--vert5 withcolor green ;

  draw origin--.5[vert0,vert5] dashed evenly ;

  label.urt("C",vert1) ;
  %alternately:
  %draw textext.urt("C") shifted vert1 ;

  \stopMPcode  

\stopplacerecipe

\input knuth

\stoptext




On Thu, 31 Dec 2015 17:46:35 +0100
Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:

> Hello,
> The code below works perfectly without the placement of the label,
> but if I want to place the label, it no longer works.
> Thank you
> 
> \definefloat
>    [recipe]
>    [figure]
> 
> \setupfloat
>    [recipe]
>    [default={right,none}]
> 
> \starttext
> 
> \switchtobodyfont [pagella, 9pt]
> 
> \placerecipe{}{
> 
> \startMPcode
> 
> pair vert[] ;
> n:=6 ; radius=2cm ;
> for i=0 upto n :
>         vert[i] = radius * dir(360*i/n) ;
> endfor ;
> 
> draw for i=0 upto n-1: vert[i] -- endfor cycle withcolor blue ;
> 
> draw for i=0 upto n-1: vert[i] .. endfor cycle withcolor red ;
> 
> draw (0,0)--vert[0] withcolor green ;
> 
> draw (0,0)--vert[5] withcolor green ;
> 
> draw (0,0) --(vert[0]+vert[5])/2 dashed evenly ;
> 
> % label.urt("C",vert[1])  ;
> 
> 
> \stopMPcode
> }
> 
> \input knuth
> 
> \stoptext



-- 
Alan Braslau
CEA DSM-IRAMIS-SPEC
CNRS UMR 3680
Orme des Merisiers
91191 Gif-sur-Yvette cedex FRANCE
tel: +33 1 69 08 73 15
fax: +33 1 69 08 87 86
mailto:alan.braslau@cea.fr
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-12-31 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-31 16:46 Fabrice Couvreur
2015-12-31 19:09 ` Alan BRASLAU [this message]
2016-01-02 16:31   ` Wolfgang Schuster

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=20151231120931.2b83169b@cea.fr \
    --to=alan.braslau@cea.fr \
    --cc=fabrice1.couvreur@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).