ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Text Background in Columnset
@ 2011-07-07 11:12 H. Hodges
  0 siblings, 0 replies; only message in thread
From: H. Hodges @ 2011-07-07 11:12 UTC (permalink / raw)
  To: ntg-context

I have two columns on one page of my document. The text background from the
first column is being continued into the second column even though I'm using
\stoptextbackground before switching to the second column:

\definecolumnset[first][n=2]
\setupcolumnset[first][1][width=.65\makeupwidth]
\setupcolumnset[first][2][width=.35\makeupwidth]

\definecolor[introbackground][r=.92, g=.94, b=.84]
\setupcolors[state=start]

\definetextbackground[intro]
	[location=paragraph,frame=no,backgroundcolor=introbackground]


\starttext
\startcolumnset[first]

	\starttextbackground[intro]
		\input knuth
	\stoptextbackground

	\column
	
	blah blah blah more text	

\stopcolumnset
\stoptext

I also tried adding background=someColor to one of the \setupcolumnset
declarations, but there was no background at all. Is there a better way to get
backgrounds into columns or am I just missing something? 

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-07 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-07 11:12 Text Background in Columnset H. Hodges

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).