ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Problem with chapter numbering
@ 2021-07-13 17:47 Fabrice Couvreur
  2021-07-14 20:53 ` Bruce Horrocks
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Couvreur @ 2021-07-13 17:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

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

* Re: Problem with chapter numbering
  2021-07-13 17:47 Problem with chapter numbering Fabrice Couvreur
@ 2021-07-14 20:53 ` Bruce Horrocks
  2021-07-15  8:26   ` Fabrice Couvreur
  0 siblings, 1 reply; 3+ messages in thread
From: Bruce Horrocks @ 2021-07-14 20:53 UTC (permalink / raw)
  To: ntg-context

On 13 Jul 2021, at 18:47, Fabrice Couvreur <fabrice1.couvreur@gmail.com> wrote:
> 
> 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

You were nearly there. Use:

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

—
Bruce Horrocks
Hampshire, UK

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

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

* Re: Problem with chapter numbering
  2021-07-14 20:53 ` Bruce Horrocks
@ 2021-07-15  8:26   ` Fabrice Couvreur
  0 siblings, 0 replies; 3+ messages in thread
From: Fabrice Couvreur @ 2021-07-15  8:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi Bruce,
Thanks for the suggestion, it works fine.
Fabrice

Le mer. 14 juil. 2021 à 22:54, Bruce Horrocks <ntg@scorecrow.com> a écrit :

> On 13 Jul 2021, at 18:47, Fabrice Couvreur <fabrice1.couvreur@gmail.com>
> wrote:
> >
> > 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
>
> You were nearly there. Use:
>
> \unexpanded\def\processheadnumber#1%
>    {\getmarking[chapternumber][current]}
>
> —
> Bruce Horrocks
> Hampshire, UK
>
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>

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

[-- Attachment #2: 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
___________________________________________________________________________________

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

end of thread, other threads:[~2021-07-15  8:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-13 17:47 Problem with chapter numbering Fabrice Couvreur
2021-07-14 20:53 ` Bruce Horrocks
2021-07-15  8:26   ` Fabrice Couvreur

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