ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Grey background for pages belonging to last section of every chapter
Date: Mon, 2 Feb 2015 12:51:41 +0100	[thread overview]
Message-ID: <965F0DD6-3E47-42EF-9B55-FC16DFC4E3D0@gmail.com> (raw)
In-Reply-To: <5c7bfc9db3058be10166eca7725bd9c1.squirrel@webmail.xs4all.nl>


> Am 30.01.2015 um 21:43 schrieb Rob Heusdens <robheus@xs4all.nl>:
> 
> Correction, I added "offset=none,frameoffset=0pt," to the parameters for
> the textbackground frame.
> 
> Code again with correction:
> 
> % test background
> \setupwhitespace[none]
> \setupindenting[yes, small, next]
> \setuppagenumbering[alternative=doublesided]
> 
> \definetextbackground
>  [SummaryBackground]
>  [frame=off,offset=none,frameoffset=0pt,
>   background=color,
>   backgroundcolor=gray,
>   backgroundoffset=2ex]
> 
> \definehead[summary][section]
> 
> \setuphead
>  [summary]
>  [number=no,
>   style=bold,
>   before=,
>   beforesection={\noindentation\page\starttextbackground[SummaryBackground]},
>   aftersection={\stoptextbackground\blank}]
> 
> \setuphead[section][number=no,style=bold]
> 
> 
> \definecombinedlist[content][section,summary]
> \setupcombinedlist[content][level=4, alternative=c]
> 
> \starttext
> \completecontent
> \page
> \dorecurse{9}{
> \startsection[title={Knuth -- \recurselevel}]
> 
> \input{knuth}
> 
> \stopsection
> }
> 
> \startsummary[title=Samenvatting]
> 
> \input{zapf}
> 
> \stopsummary
> 
> \stoptext
> 
> 
> 
> Still the summary title is a bit lower on the page then other text.


You have to add „location=paragraph” to the textbackground setup.

\definetextbackground
  [ChapterFrame]
  [frame=off,
   background=color,
   backgroundcolor=green,
   backgroundoffset=1ex,
   location=paragraph] % default: location=text

\definehead [Framed]    [chapter]
\definehead [Frameless] [chapter]

\setuphead
  [Frameless]
  [before={\blank[2*line]}]

\setuphead
  [Framed]
  [page=no,
   before=,
   beforesection={\page\blank[2*line]\starttextbackground[ChapterFrame]},
   aftersection=\stoptextbackground]

\starttext

\startnamedsection[Frameless][title=Chapter without frame]

\input knuth

\stopnamedsection

\startnamedsection[Framed][title=Chapter with frame]

\input knuth

\stopnamedsection

\stoptext

Wolfgang
___________________________________________________________________________________
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	other threads:[~2015-02-02 11:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-30 15:13 Rob Heusdens
2015-01-30 16:18 ` Rob Heusdens
2015-01-30 16:34   ` Wolfgang Schuster
2015-01-30 17:17     ` Rob Heusdens
2015-01-30 17:27       ` Wolfgang Schuster
2015-01-30 18:28         ` Rob Heusdens
2015-01-30 19:05           ` Wolfgang Schuster
2015-01-30 20:36             ` Rob Heusdens
2015-01-30 20:43             ` Rob Heusdens
2015-02-02 11:51               ` Wolfgang Schuster [this message]
2015-02-02 13:00                 ` TOC with " Keith J. Schultz
2015-02-02 22:23                   ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=965F0DD6-3E47-42EF-9B55-FC16DFC4E3D0@gmail.com \
    --to=schuster.wolfgang@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).