Hi,

overlays are not displayed when used as a background for
textbackground. Is this a bug or are overlays not supported?

\defineoverlay [myoverlay] [\ssd Foo]

\definetextbackground [mybackgroundColour]  [background=color, 
backgroundcolor=gray]
\definetextbackground [mybackgroundOverlay] [background=myoverlay]

\starttext
  %% overlay works
  \framed [background=myoverlay, align=normal] {\input knuth\par}

  %% background=color works
  \startmybackgroundColour
    \input knuth
  \stopmybackgroundColour

  %% overlay is missing
  \startmybackgroundOverlay
    \input knuth
  \stopmybackgroundOverlay
\stoptext

Marco

Attachment: signature.asc
Description: Digital signature

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

Reply via email to