ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setupheadertexts except on pages with title of chapter
@ 2017-09-06 21:04 Fabrice Couvreur
  2017-09-07  4:35 ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Couvreur @ 2017-09-06 21:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 590 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1193 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupheadertexts except on pages with title of chapter
  2017-09-06 21:04 \setupheadertexts except on pages with title of chapter Fabrice Couvreur
@ 2017-09-07  4:35 ` Pablo Rodriguez
  2017-09-07 14:43   ` Fabrice Couvreur
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2017-09-07  4:35 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupheadertexts except on pages with title of chapter
  2017-09-07  4:35 ` Pablo Rodriguez
@ 2017-09-07 14:43   ` Fabrice Couvreur
  2017-09-07 15:31     ` Pablo Rodriguez
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Couvreur @ 2017-09-07 14:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 970 bytes --]

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 <oinos@gmx.es>:

> 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
> ____________________________________________________________
> _______________________

[-- Attachment #1.2: Type: text/html, Size: 2176 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupheadertexts except on pages with title of chapter
  2017-09-07 14:43   ` Fabrice Couvreur
@ 2017-09-07 15:31     ` Pablo Rodriguez
  2017-09-09  9:54       ` Fabrice Couvreur
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez @ 2017-09-07 15:31 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: \setupheadertexts except on pages with title of chapter
  2017-09-07 15:31     ` Pablo Rodriguez
@ 2017-09-09  9:54       ` Fabrice Couvreur
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Couvreur @ 2017-09-09  9:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1134 bytes --]

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 <oinos@gmx.es>:

> 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
> ____________________________________________________________
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 2427 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-09  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-06 21:04 \setupheadertexts except on pages with title of chapter Fabrice Couvreur
2017-09-07  4:35 ` Pablo Rodriguez
2017-09-07 14:43   ` Fabrice Couvreur
2017-09-07 15:31     ` Pablo Rodriguez
2017-09-09  9:54       ` Fabrice Couvreur

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).