ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Problem with chapter numbering
Date: Tue, 13 Jul 2021 19:47:26 +0200	[thread overview]
Message-ID: <CACyK-eoFnav43EZLTmDufpCmbS=XHdhhKP8OABd4Vp0qEfvB7Q@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1840 bytes --]

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 a problem.
I don't understand why the first chapter is not numbered while the second
is with number 1 etc.
Thanks.
Fabrice

###################################

\definecolor[MyColorA][r=0.8784, g=0.8784, b=0.8784]

\defineframedtext
          [FramedText]
          [
            offset=0.6em,
            style=,
            toffset=\lineheight,
            background=color,
            backgroundcolor=MyColorA,
            foregroundstyle={\switchtobodyfont[11pt]},
            align={left, broad},
            frame=off,
            width=\textwidth,
          ]

\setuplabeltext
     [en]
     [chapter=CHAPITRE]


\setuppagenumbering
  [alternative=doublesided,location=]


\unexpanded\def\HeadTitle#1#2%
   {
     \FramedText{{\cap\labeltext{chapter}}\space#1
      \\
     \bfc#2}
   }

\unexpanded\def\processheadnumber#1%
   {\getmarking[chapternumber]}

 \setuphead
   [chapter]
   [style=\bfd,
    align={flushleft,broad},
    numbercommand=\processheadnumber,
    command=\HeadTitle]


\starttext
\startchapter [title={La récurrence}]
  \startsection[title={Le principe de récurrence}]
    \input knuth
  \stopsection
  \startsection[title={Le raisonement par récurrence}]
      \input knuth
  \stopsection
  \startsection[title={Récurrences fortes}]
    \input knuth
  \stopsection
   \startsection[title={Exercices corrigés}]
    \input knuth
  \stopsection
\stopchapter
\startchapter [title=Combinatoire-Dénombrement]
   \input knuth
\stopchapter
\startchapter [title=Suites]
  \input knuth
\stopchapter
\stoptext
####################################

[-- Attachment #1.2: Type: text/html, Size: 3882 bytes --]

[-- Attachment #2: pied_3.png --]
[-- Type: image/png, Size: 20972 bytes --]

[-- Attachment #3: Type: text/plain, Size: 493 bytes --]

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

             reply	other threads:[~2021-07-13 17:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-13 17:47 Fabrice Couvreur [this message]
2021-07-14 20:53 ` Bruce Horrocks
2021-07-15  8:26   ` Fabrice Couvreur

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='CACyK-eoFnav43EZLTmDufpCmbS=XHdhhKP8OABd4Vp0qEfvB7Q@mail.gmail.com' \
    --to=fabrice1.couvreur@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).