Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-09 Thread Fabrice Couvreur
Hi Pablo,
In fact, I looked up after asking my question and found the answer. I
should not have asked my question !
Fabrice

2017-09-07 17:31 GMT+02:00 Pablo Rodriguez :

> On 09/07/2017 04:43 PM, Fabrice Couvreur wrote:
> > Hi Pablo,
> > Thanks but I'm confused because I found the answer on the wiki.
>
> Hi Fabrice,
>
> and which is the problem? Had you searched the answer before and you
> didn’t found it that search?
>
> No problem. Probably you were spending too much time with the computer.
> You needed a break ;-).
>
> 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
> 
> ___
>
___
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
___

Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-07 Thread Pablo Rodriguez
On 09/07/2017 04:43 PM, Fabrice Couvreur wrote:
> Hi Pablo,
> Thanks but I'm confused because I found the answer on the wiki.

Hi Fabrice,

and which is the problem? Had you searched the answer before and you
didn’t found it that search?

No problem. Probably you were spending too much time with the computer.
You needed a break ;-).

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
___

Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-07 Thread Fabrice Couvreur
HI Pablo,
Hi Pablo,
Thanks but I'm confused because I found the answer on the wiki.
Fabrice

2017-09-07 6:35 GMT+02:00 Pablo Rodriguez :

> On 09/06/2017 11:04 PM, Fabrice Couvreur wrote:
> > Hello,
> > I would like that on the pages with the title of the chapter the header
> > is empty.
>
> Hi Fabrice,
>
> this is the command you need:
>
>   \setuphead[chapter][header=empty]
>
> 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
> 
> ___
___
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
___

Re: [NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-06 Thread Pablo Rodriguez
On 09/06/2017 11:04 PM, Fabrice Couvreur wrote:
> Hello,
> I would like that on the pages with the title of the chapter the header
> is empty.

Hi Fabrice,

this is the command you need:

  \setuphead[chapter][header=empty]

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
___

[NTG-context] \setupheadertexts except on pages with title of chapter

2017-09-06 Thread Fabrice Couvreur
Hello,
I would like that on the pages with the title of the chapter the header is
empty.
Fabrice

\setupheadertexts[{\getmarking[section]}][pagenumber]
  [{\getmarking[chapter]}][pagenumber]

\setuppagenumbering[alternative=,location=]
\starttext
\placelist[chapter,section][alternative=c]
\startchapter[title={First chapter}]
\startsection[title={First section}]
  \dorecurse{5}{\input knuth}
\stopsection
\stopchapter
\startchapter[title={Second chapter}]
\startsection[title={Second section}]
  \dorecurse{5}{\input knuth}
\stopsection
\stopchapter
\stoptext
___
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
___