Hans Hagen wrote:
ISH> ============== ISH> \def\ALAVIband{\midaligned{ ISH> | \vbox{\hsize=15cm ISH> | \setupcolors[state=start] ISH> | \setupbackground[background=color, %%% your change ISH> | foregroundcolor=darkgreen, ISH> | backgroundcolor=darkblue ^ put the, or ] here
This is interesting. So there cannot be any space between the last key of an option set and the <]> that ends that option set. But what about overlays over color. They still don't work: ================ %\setupoutput[pdftex] % \definepapersize[journal][width=5.5in, height=8.5in] \setuppapersize[journal][letter] \setuplayout[top=2cm,marking=on,width=middle,location=middle] % \setuppagenumber[state=stop] \defineoverlay[backgr][{\externalfigure[elements2.eps]}] \setupbackgrounds[page][leftedge][background=color, background=backgr, backgroundcolor=green] \starttext \input tufte \stoptext =============== I get the backgr image but not the color. Best Idris