ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Header for a book
Date: Tue, 13 Jul 2021 22:57:49 +0200	[thread overview]
Message-ID: <77928e26-5638-8d82-dfa0-d4854ae92a57@gmail.com> (raw)
In-Reply-To: <CACyK-epN2EBgrNoT=ok-Z=tOs-=HeJ9aXkjpTMKmycwGWc6Yrw@mail.gmail.com>

Fabrice Couvreur schrieb am 12.07.2021 um 16:32:
> Hi,
> For my book, the header for each chapter should be like the attached 
> image. I don't know if I am using the best method, but the result looks 
> like what I want. Nevertheless, I am having some problems :
> 1. the header appears on each page ;
> 2. the title of the chapter should not appear in the body of the text.
> Thanks for your help.
> Fabrice
> 
> [...]


You can use the following example as a start.


\definefont
   [ChapterNumberStyle]
   [Sans*default,uppercasing sa 1.5]

\definefont
   [ChapterTextStyle]
   [SansBold*default sa 2.2]

\startuseMPgraphic{chapterframe}
     fill OverlayBox
         leftenlarged (BackSpace + 5mm)
         rightenlarged (CutSpace + 5mm)
         topenlarged (TopSpace + 5mm)
         withcolor "lightgray";
     setbounds currentpicture to OverlayBox;
\stopuseMPgraphic

\defineoverlay
   [chapterframe]
   [\useMPgraphic{chapterframe}]

\defineframedtext
   [ChapterFrame]
   [frame=off,
    background=chapterframe,
    width=max,
    height=6cm,
    after={\blank[2*line]},
    offset=0pt]

\setuphead
   [chapter]
   [align=flushright,
    textcommand=\groupedcommand{\blank[medium]}{},
    numbercolor=darkgray,
    textstyle=ChapterTextStyle,
    numberstyle=ChapterNumberStyle,
    before=\startChapterFrame,
    after=\stopChapterFrame,
    header=high]

\setuplabeltext
   [fr]
   [chapter=Chapitre ]

\mainlanguage
   [fr]

\starttext

\chapter {La récurrence}

\samplefile{lorem}

\chapter {Combinatoire-Dénombrement}

\samplefile{lorem}

\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      parent reply	other threads:[~2021-07-13 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 14:32 Fabrice Couvreur
2021-07-13 10:18 ` Fabrice Couvreur
2021-07-13 20:57 ` Wolfgang Schuster [this message]

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=77928e26-5638-8d82-dfa0-d4854ae92a57@gmail.com \
    --to=wolfgang.schuster.lists@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).