ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Fabrice Couvreur via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Fabrice Couvreur <fabrice1.couvreur@gmail.com>
Subject: Re: How not to display the header of the chapter page on the page with the table of contents ?
Date: Mon, 16 Aug 2021 12:18:23 +0200	[thread overview]
Message-ID: <CACyK-epoqp9=_+Qab+JmTT2x9uu5RjfF62CqMhoPGq00d8ELnw@mail.gmail.com> (raw)
In-Reply-To: <84cd3003-f9b3-b34a-ab59-d22697b414ae@gmail.com>


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

Hi Wolfgang,
Pablo's solution works, but I tried yours without success. Here are the
main lines of my project

%%%% begin product
\startproduct[terminale-manual]

\project[terminale-environment]

\startdocument

\startfrontmatter
...
\stopfrontmatter

\startbodymatter
\component[terminale_recurrence]
...
\stopbodymatter

\stopdocument

\stopproduct
%%%% end product

%%%% begin project
\startproject[terminale-environment]

\environment[terminale-style]
 ...
\stopproject
%%%% end project

%%%% begin component
\project[terminale-environment]

\startcomponent[terminale_recurrence]
...
\endcomponent
%%%% end component

%%%% begin environment
\startenvironment[terminale-style]
...
\startsetups [section:chapter]

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

\stopsetups

\startsectionblockenvironment [bodypart]
     \directsetup{section:chapter}
\stopsectionblockenvironment

\doifmode{*component}{\directsetup{section:chapter}}

...
\endenvironment
%%%% end environment

Le dim. 15 août 2021 à 19:03, Wolfgang Schuster via ntg-context <
ntg-context@ntg.nl> a écrit :

> Pablo Rodriguez via ntg-context schrieb am 15.08.2021 um 18:33:
> > On 8/15/21 6:02 PM, Fabrice Couvreur via ntg-context wrote:
> >> A small note : this method works if I compile the project but if I
> >> compile only one chapter, the header no longer appears.
> > Hi Fabrice,
> >
> > I have never used projects and chapters (or whatever the right name is).
> >
> > I’m not sure I get what you’re experiencing: with a single chapter, do
> > you have the fancy layout or not?
> >
> > It would make sense that the fancy chapter doesn’t appear only compiling
> > a chapter. I guess there is no \startbodymatter...\stopbodymatter
> > wrapping it.
> >
> > Another approach would be:
> >
> > [...]
>
> Setting values for \title is a way to avoid the chapter setup for the
> table of contents etc.
> but there is a way to set values which are used only when you process a
> component file.
>
> To make it work one has to load the environment file after
> \startcomponent because you
> can use the *component mode to check whether the parent file is a
> product or a component.
>
> %%%% begin product
> \startproduct [*]
>
> \environment [...]
>
> \startfrontmatter
> ...
> \stopfrontmatter
>
> \startbodymatter
> \component [...]
> \stopbodymatter
>
> \stopproduct
> %%%% end product
>
> %%%% begin component
> \startcomponent [*]
>
> \environment [...]
>
> ...
>
> \stopcomponent
> %%%% end component
>
> %%%% begin environment
> \startenvironment [*]
>
> \startsetups [section:chapter]
>
>      \setuphead
>          [chapter]
>          [...]
>
> \stopsetups
>
> \startsectionblockenvironment [bodypart]
>      \directsetup{section:chapter}
> \stopsectionblockenvironment
>
> \doifmode{*component}{\directsetup{section:chapter}}
>
> \stopenvironment
> %%%% end environment
>
> 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
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 9745 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
___________________________________________________________________________________

  reply	other threads:[~2021-08-16 10:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-15 10:49 Fabrice Couvreur via ntg-context
2021-08-15 14:19 ` Pablo Rodriguez via ntg-context
2021-08-15 15:01   ` Fabrice Couvreur via ntg-context
2021-08-15 16:02     ` Fabrice Couvreur via ntg-context
2021-08-15 16:33       ` Pablo Rodriguez via ntg-context
2021-08-15 16:45         ` Fabrice Couvreur via ntg-context
2021-08-15 17:03         ` Wolfgang Schuster via ntg-context
2021-08-16 10:18           ` Fabrice Couvreur via ntg-context [this message]
2021-08-16 16:17             ` Wolfgang Schuster via ntg-context

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-epoqp9=_+Qab+JmTT2x9uu5RjfF62CqMhoPGq00d8ELnw@mail.gmail.com' \
    --to=ntg-context@ntg.nl \
    --cc=fabrice1.couvreur@gmail.com \
    /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).