ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Background placement
@ 2006-05-22  9:57 nico
  2006-05-22 18:32 ` Aditya Mahajan
  0 siblings, 1 reply; 4+ messages in thread
From: nico @ 2006-05-22  9:57 UTC (permalink / raw)


Hello,

The placement of backgrounded text is sometimes unexpected: it forces a  
page break even if there's much room in the page to put the whole thing.  
Searching in the mailing list I've found one thread about the subject  
(http://archive.contextgarden.net/message/20051205.090518.90cc69d4.en.html),  
but playing with \setupinterlinespace as suggested doesn't help.

The problem often occurs just after a heading starting at the top of a  
page (section, enumeration title). Here is an example showing the  
behaviour:

\setuplayout[middle]
\setupcolors[state=start]

% Background
\definecolor[ScreenGray][s=.95]
\setupbackground
   [background=screen,
    frame=on,
    strut=yes,
    width=broad,
    before=\blank,
    after=\blank,
    framecolor=ScreenGray,
    align=right]

% Verbatim environment for programlisting
\definetyping[programlisting]

\setuptyping[programlisting]
             [bodyfont=small,
              before={\startbackground},
              after={\stopbackground}]

\starttext

\input tufte

\input tufte

\input tufte
\input tufte
\input tufte

\section{joke}
Here is an example:

\startprogramlisting
Some code
\stopprogramlisting

And the text continues...

\stoptext

Regards,
BG

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-22 23:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-22  9:57 Background placement nico
2006-05-22 18:32 ` Aditya Mahajan
2006-05-22 22:29   ` nico
2006-05-22 23:03     ` Hans Hagen

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).