On Tue, Aug 27, 2019 at 10:16 AM Fabrice Couvreur <
[email protected]> wrote:

> Hi Mikael,
> I did not think about using Metapost, I tried with the keys of the command
> \framed without success.
> I use the following code for my headings (thank you Aditya) and I would
> like to use your code instead.
> Thank you.
> Fabrice
>
>
> \setupbackgrounds
>     [header]
>     [text]
>     [frame=off,
>      topframe=off,
>      bottomframe=off,
>      framecolor=,
>      rulethickness=2pt]
>
>   \defineframed
>     [headerframed]
>     [frame=off,
>      height=fit,
>      width=fit]
>
>   \definecolor[ColorA][0.8(white)]
>
>
>   \startsetups [headertext]
>
>     \setupheadertexts
>       [{\startframed [headerframed]
>       [foregroundstyle=bold,background=color,backgroundcolor=ColorA]
>       \getvariable{headertext}{title}
> n\high{o}\,\getvariable{headertext}{number}
>       \stopframed}]
>

What if you change this part to

    \setupheadertexts
      [{\startframed [headerframed]
      [foregroundstyle=bold,background=framewithshadow]
      \getvariable{headertext}{title}
n\high{o}\,\getvariable{headertext}{number}
      \stopframed}]

Does that give you what you want?

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

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to