Re: Decorative frame for enumeration

Jethro Djan <[email protected]> Mon, 15 Jun 2026 07:18:45 +0000
Newsgroups gmane.comp.tex.context
Message-ID <CAHgnkf-LXq33QDMDxxfeLGLi_GW4MdFLmbUw+WkB3piP+NFxAA@mail.gmail.com>
Dear all,

Thanks for all the help. Wolfgang’s solution didn’t help. Willi’s manual
offset solution did the trick, although I was hoping for a solution that
seems ‘less hacky’.

Thanks to Aditya for the tip.

For now, I am satisfied with the solution.

Thank you.

Jethro

On Sun, 14 Jun 2026 at 17:11, Aditya Mahajan <[email protected]> wrote:

> Not related to your question but ...
>
> On Sat, 13 Jun 2026, Jethro Djan wrote:
>
> > \startuseMPgraphic{WEFrame}
> >     numeric w, h ;
> >     w := OverlayWidth ; h := OverlayHeight ;
> >     fill (0,0)--(0,h)--(w,h)--(w,0)--cycle withcolor (.93, .96, 1.0) ;
> >     setbounds currentpicture to unitsquare xyscaled(w,h) ;
> > \stopuseMPgraphic
> >
> > [...]
> >
> > \startuseMPgraphic{WETitleFrame}
> >     numeric w, h ;
> >     w := OverlayWidth ; h := OverlayHeight ;
> >     fill (0,0)--(0,h)--(w,h)--(w,0)--cycle withcolor (.2, .4, .75) ;
> >     setbounds currentpicture to unitsquare xyscaled(w,h) ;
> > \stopuseMPgraphic
>
> Both of these can just be
>
>     fill OverlayBox withcolor (...);
>     setbounds currentpicture to OverlayBox;
>
>
> Aditya
>
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : [email protected] /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive  : https://github.com/contextgarden/context
> wiki     : https://wiki.contextgarden.net
>
> ___________________________________________________________________________________
>

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________