Re: [NTG-context] Changes \setuphead

2019-01-22 Thread Ursula Hermann
Hi Wolfgang!

Thank you for your mails.

Ursula Hermann. 

-Ursprüngliche Nachricht-
Von: ntg-context  Im Auftrag von Wolfgang Schuster
Gesendet: Montag, 21. Jänner 2019 22:07
An: mailing list for ConTeXt users ; Otared Kavian 

Betreff: Re: [NTG-context] Changes \setuphead



Otared Kavian schrieb am 21.01.19 um 12:08:
> Hi Ursula,
>
> If you replace the \startsetups[chapter:before] with the following, you 
> obtain a page without the page number:
>
> \startsetups [chapter:before]
>\doifoddpageelse
>  {}
>  {\pushbackground[page]
>  \setuppagenumbering[state=stop]
\page[empty] or \page[header,footer,right]

Wolfgang

___
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] Changes \setuphead

2019-01-21 Thread Wolfgang Schuster



Otared Kavian schrieb am 21.01.19 um 12:08:

Hi Ursula,

If you replace the \startsetups[chapter:before] with the following, you obtain 
a page without the page number:

\startsetups [chapter:before]
   \doifoddpageelse
 {}
 {\pushbackground[page]
 \setuppagenumbering[state=stop]

\page[empty] or \page[header,footer,right]

Wolfgang

___
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] Changes \setuphead

2019-01-21 Thread Wolfgang Schuster

Ursula Hermann schrieb am 21.01.19 um 11:26:
I have a question: how can I have a empty page before the next chapter 
  without a page number? Do I have to write: \page =empty. ?


When your goal is to remove header and footer lines from the empty
page before the start of the chapter without a fancy left page you
can use

\setuphead
  [chapter]
  [page={yes,header,footer,right}]

Wolfgang

___
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] Changes \setuphead

2019-01-21 Thread Ursula Hermann
Hi Otared

Thank you, that helped. I have tried the example, as written. 

Ursula Hermann 

-Ursprüngliche Nachricht-
Von: ntg-context  Im Auftrag von Otared Kavian
Gesendet: Montag, 21. Jänner 2019 12:08
An: mailing list for ConTeXt users 
Betreff: Re: [NTG-context] Changes \setuphead

Hi Ursula,

If you replace the \startsetups[chapter:before] with the following, you obtain 
a page without the page number:

\startsetups [chapter:before]
  \doifoddpageelse
{}
{\pushbackground[page]
\setuppagenumbering[state=stop]
 \setupbackgrounds[page][background=color,backgroundcolor=gray]
 \page[right]
 \setuppagenumbering[state=start]
 \popbackground}
\stopsetups

However probably there is a better way to achieve what you want…

Best regards: OK

> On 21 Jan 2019, at 11:26, Ursula Hermann  wrote:
> 
> Hello List!
>  
> It is a long time ago, that I have written the last mail to you.
> Thank you Taco so much, because for the new example of the Recent changes 
> from 17.January 2019. Because:  Modyfying the page before a chapter is 
> something, that  i can need. I mean this one:
>  
> % next five lines just to show the effect on this wiki 
> \setuppapersize[A8][A5,landscape] \setuppaper[nx=4, ny=2] 
> \setuplayout[page][location=middle, marking=on] \setuparranging [XY] 
> \setupbodyfont[6pt]
>  
> % actual example starts here
> \setuppagenumbering
>   [alternative=doublesided]
>  
> \startsetups [chapter:before]
>   \doifoddpageelse
> {}
> {\pushbackground[page]
>  \setupbackgrounds[page][background=color,backgroundcolor=gray]
>  \page[right]
>  \popbackground}
> \stopsetups
>  
> \setuphead
>   [chapter]
>   [page=yes,
>before=\directsetup{chapter:before}]
>  
> \starttext
>  
> \startchapter[title={Knuth}]
> \dorecurse{2}{\samplefile{knuth}}
> \stopchapter
>  
> \startchapter[title={Ward}]
> \dorecurse{1}{\samplefile{ward}}
> \stopchapter
>  
> \startchapter[title={Zapf}]
> \dorecurse{2}{\samplefile{zapf}}
> \stopchapter
>  
>  
> \stoptext
>  
> I have a question: how can I have a empty page before the next chapter  
> without a page number? Do I have to write: \page =empty. ?
>  
> Ursula Hermann
>  
>  
> __
> _ 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
___
___
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] Changes \setuphead

2019-01-21 Thread Otared Kavian
Hi Ursula,

If you replace the \startsetups[chapter:before] with the following, you obtain 
a page without the page number:

\startsetups [chapter:before]
  \doifoddpageelse
{}
{\pushbackground[page]
\setuppagenumbering[state=stop]
 \setupbackgrounds[page][background=color,backgroundcolor=gray]
 \page[right]
 \setuppagenumbering[state=start]
 \popbackground}
\stopsetups

However probably there is a better way to achieve what you want…

Best regards: OK

> On 21 Jan 2019, at 11:26, Ursula Hermann  wrote:
> 
> Hello List!
>  
> It is a long time ago, that I have written the last mail to you.
> Thank you Taco so much, because for the new example of the Recent changes 
> from 17.January 2019. Because:  Modyfying the page before a chapter is 
> something, that  i can need. I mean this one:
>  
> % next five lines just to show the effect on this wiki
> \setuppapersize[A8][A5,landscape]
> \setuppaper[nx=4, ny=2]
> \setuplayout[page][location=middle, marking=on]
> \setuparranging [XY]
> \setupbodyfont[6pt]
>  
> % actual example starts here
> \setuppagenumbering
>   [alternative=doublesided]
>  
> \startsetups [chapter:before]
>   \doifoddpageelse
> {}
> {\pushbackground[page]
>  \setupbackgrounds[page][background=color,backgroundcolor=gray]
>  \page[right]
>  \popbackground}
> \stopsetups
>  
> \setuphead
>   [chapter]
>   [page=yes,
>before=\directsetup{chapter:before}]
>  
> \starttext
>  
> \startchapter[title={Knuth}]
> \dorecurse{2}{\samplefile{knuth}}
> \stopchapter
>  
> \startchapter[title={Ward}]
> \dorecurse{1}{\samplefile{ward}}
> \stopchapter
>  
> \startchapter[title={Zapf}]
> \dorecurse{2}{\samplefile{zapf}}
> \stopchapter
>  
>  
> \stoptext
>  
> I have a question: how can I have a empty page before the next chapter  
> without a page number? Do I have to write: \page =empty. ?
>  
> Ursula Hermann 
>  
>  
> ___
> 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
___