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" <mic...@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 <te...@fiee.net> wrote:
Am 2017-08-02 um 19:28 schrieb Mikael P. Sundqvist <mic...@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 via email to