[NTG-context] Issue with setupMPvariables
Alexandre Christe
aleks.christe at gmail.com
Sat Sep 3 20:31:15 CEST 2022
Thanks Hans!
For sake of completeness a MWE is attached, in case someone needs it one
day.
Le sam. 3 sept. 2022 à 20:10, Hans Hagen via ntg-context <ntg-context at ntg.nl>
a écrit :
> 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 at 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
>
> ___________________________________________________________________________________
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20220903/7d828b2c/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testColorParagraphs.tex
Type: application/x-tex
Size: 1161 bytes
Desc: not available
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20220903/7d828b2c/attachment-0001.tex>
More information about the ntg-context
mailing list