ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem to place a label in an environment \startMPcode \stopMPcode
@ 2015-12-31 16:46 Fabrice Couvreur
  2015-12-31 19:09 ` Alan BRASLAU
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2015-12-31 16:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 734 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1238 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-02 16:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-31 16:46 Problem to place a label in an environment \startMPcode \stopMPcode Fabrice Couvreur
2015-12-31 19:09 ` Alan BRASLAU
2016-01-02 16:31   ` Wolfgang Schuster

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).