On 9/3/2022 6:48 PM, Alexandre Christe via ntg-context wrote:
> Dear all,
>
> I'm trying to reuse some MP code for several custom enumeration.
>
> However I can't make the overall setup work, needless to say different
> border colors for each enumeration though setupMPvariables. What am I
> missing?\startuseMPgraphic{mp:textFrame}
begingroup;
path p ;
for i = 1 upto nofmultipars :
p := (ulcorner multipars[i]) -- (llcorner multipars[i]) -- (llcorner
multipars[i] xshifted .25cm) -- (ulcorner multipars[i] xshifted .25cm)
-- cycle ;
fill p withcolor boxfillcolor ;
draw p withcolor boxlinecolor ;
endfor;
endgroup;
\stopuseMPgraphic
-----------------------------------------------------------------
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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________