ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Jean-Pierre Delange <adeimantos@free.fr>
Subject: Re: Disable overlay on chapter pages
Date: Thu, 3 Aug 2017 18:03:17 +0200	[thread overview]
Message-ID: <b4b6c57c-eaf5-94e0-7886-5444d49a8046@wxs.nl> (raw)
In-Reply-To: <967188122.74680653.1501749322079.JavaMail.root@spooler6-g27.priv.proxad.net>

On 8/3/2017 10:35 AM, Jean-Pierre Delange wrote:
> Hi Pablo,
> 
> Dealing with the sample you has given to Mikael I find a difficulty on page 2 : if you replace 'Foo' and 'Bar' (three letters), by 'Introduction' and 'section', see what happen to 'section', page 2.
> 
> Here is your MWE :
> 
> 
>   \showframe
>      \setuppagenumbering[alternative=doublesided]
> 
>      \definemargindata[margintext:chapter]
>          [margintext]
>          [width=\rightmarginwidth, location=outer, align=flushleft]
> 
>      \defineheadalternative
>          [margintext:chapter]
>          [margintext]
>          [margintext=margintext:chapter]
> 
>      \definemargindata[margintext:section]
>          [margintext]
>          [width=\leftmarginwidth, location=inner]
> 
>      \defineheadalternative
>          [margintext:section]
>          [margintext]
>          [margintext=margintext:section]
> 
>      \setuphead[chapter]
>          [alternative=margintext:chapter, style=\tf, number=no]
>      \setuphead[section]
>          [alternative=margintext, style=\tf, number=no]
> 
>      \starttext
> 
>      \chapter{Introduction}
>      \dorecurse{15}{\section{Section}\input ward\par}
> 
>      \stoptext
> 
> ----- Mail original -----
> De: "Mikael P. Sundqvist" <mickep@gmail.com>
> À: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
> Envoyé: Mercredi 2 Août 2017 22:33:16
> Objet: Re: [NTG-context] Disable overlay on chapter pages
> 
> On Wed, Aug 2, 2017 at 10:23 PM, Henning Hraban Ramm <texml@fiee.net> wrote:
>> Am 2017-08-02 um 19:28 schrieb Mikael P. Sundqvist <mickep@gmail.com>:
>>
>>> I do not want to change the output of the chapters/sections themself.
>>>
>>> I want to have a "running header", but in the margin rather than in
>>> the header. I get that with the code I gave, but I want to disable it
>>> for new chapters _on the page where the chapter begins_.
>>
>> I guess this is a case for setups.
>>
>> \startsetups[chapterpage]
>> \setupheadertexts[][][][]
>> \stopsetups
>>
>> \setuphead[chapter][setup=chapterpage]
>>
>> Something like this, I didn’t check.

\showframe

\setuplayout
   [backspace=3cm,
    margin=2cm,
    width=middle]

\setuppagenumbering
   [alternative=doublesided]

\definemargindata
   [margintext:chapter]
   [margintext]
   [width=\outermarginwidth,
    location=outer,
    align=flushouter]

\defineheadalternative
   [margintext:chapter]
   [margintext]
   [margintext=margintext:chapter]

\definemargindata[margintext:section]
   [margintext]
   [width=\innermarginwidth,
    location=inner,
    align=flushinner]

\defineheadalternative
   [margintext:section]
   [margintext]
   [margintext=margintext:section]

\setuphead
   [chapter]
   [alternative=margintext:chapter,
    style=\tf,
    number=no]

\setuphead
   [section]
   [alternative=margintext,
    style=\tf,
    number=no]

\starttext

\chapter{Introduction}

\dorecurse{15}{\section{Section}\input ward\par}

\stoptext

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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:[~2017-08-03 16:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02 10:00 Mikael P. Sundqvist
2017-08-02 17:21 ` Pablo Rodriguez
2017-08-02 17:28   ` Mikael P. Sundqvist
2017-08-02 19:29     ` Pablo Rodriguez
2017-08-02 20:23     ` Henning Hraban Ramm
2017-08-02 20:33       ` Mikael P. Sundqvist
2017-08-03  8:35         ` Jean-Pierre Delange
2017-08-03 16:03           ` Hans Hagen [this message]
2017-08-03 17:29             ` Pablo Rodriguez
2017-08-03 18:11               ` Mikael P. Sundqvist
2017-08-04  7:53                 ` Hans Hagen
2017-08-04 12:06                   ` Mikael P. Sundqvist

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=b4b6c57c-eaf5-94e0-7886-5444d49a8046@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=adeimantos@free.fr \
    --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).