ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez via ntg-context <ntg-context@ntg.nl>
To: Fabrice Couvreur via ntg-context <ntg-context@ntg.nl>
Cc: 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 18:33:40 +0200	[thread overview]
Message-ID: <9f7b9a08-469e-e2ff-cb11-7fb6fa3b7c63@gmx.es> (raw)
In-Reply-To: <CACyK-epW6fXQ3ZPBYDe+1LkE0OnQUNfYahW4Bk6c3rDHBehaFQ@mail.gmail.com>

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:

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

\setuphead
  [title]
  [header=empty,
   align=,
   textcommand=,
   textstyle=,
   style=\tfc,
   before={\blank[2*big]},
   after={\blank[2*big]}]

I hope it helps,

Pablo

--
http://www.ousia.tk
___________________________________________________________________________________
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-15 16:33 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 [this message]
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
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=9f7b9a08-469e-e2ff-cb11-7fb6fa3b7c63@gmx.es \
    --to=ntg-context@ntg.nl \
    --cc=oinos@gmx.es \
    /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).