From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11641 Path: main.gmane.org!not-for-mail From: Idris S Hamid Newsgroups: gmane.comp.tex.context Subject: Re: color band Date: Tue, 25 Mar 2003 08:31:17 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3E807645.6061EC31@lamar.colostate.edu> References: <3E7E3436.FFDE47CE@lamar.colostate.edu> <3E7CEABD.9DEBD96B@lamar.colostate.edu> <3E7E2F64.CF694C60@lamar.colostate.edu> <18016835127.20030323230952@iol.it> <3E7E3436.FFDE47CE@lamar.colostate.edu> <5.1.0.14.1.20030324102827.0320d688@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048606620 3586 80.91.224.249 (25 Mar 2003 15:37:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2003 15:37:00 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 25 16:36:59 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xqRF-0000j0-00 for ; Tue, 25 Mar 2003 16:34:09 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 33BE110B5D; Tue, 25 Mar 2003 16:34:07 +0100 (MET) Original-Received: from mesa.acns.ColoState.EDU (mesa.acns.colostate.edu [129.82.100.130]) by ref.ntg.nl (Postfix) with ESMTP id 677F910AF0 for ; Tue, 25 Mar 2003 16:31:17 +0100 (MET) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by mesa.acns.ColoState.EDU (AIX4.3/8.9.3/8.9.3) with ESMTP id IAA27666 for ; Tue, 25 Mar 2003 08:31:18 -0700 Original-Received: from lamar.colostate.edu (ihamid.libarts.colostate.edu [129.82.187.166] (may be forged)) by lamar.colostate.edu (AIX5.1/8.11.0/8.8.8) with ESMTP id h2PFUm2271226 for ; Tue, 25 Mar 2003 08:30:48 -0700 X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: ishamid@colostate.edu List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11641 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11641 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