ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>,
	Pablo Rodriguez <oinos@gmx.es>
Subject: Re: How not to display the header of the chapter page on the page with the table of contents ?
Date: Sun, 15 Aug 2021 19:03:15 +0200	[thread overview]
Message-ID: <84cd3003-f9b3-b34a-ab59-d22697b414ae@gmail.com> (raw)
In-Reply-To: <9f7b9a08-469e-e2ff-cb11-7fb6fa3b7c63@gmx.es>

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
___________________________________________________________________________________

  parent reply	other threads:[~2021-08-15 17:03 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 [this message]
2021-08-16 10:18           ` Fabrice Couvreur via ntg-context
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=84cd3003-f9b3-b34a-ab59-d22697b414ae@gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    --cc=wolfgang.schuster.lists@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).