Re: [NTG-context] Go to odd page, use an empty page eventually?

2016-07-20 Thread Procházka Lukáš Ing .
That's it, thank you! Lukas On Wed, 20 Jul 2016 10:37:04 +0200, Wolfgang Schuster wrote: Procházka Lukáš Ing. 20. Juli 2016 um 09:37 Hello, is there a way to tell ConTeXt "go to odd page, insert empty page to reach the next odd page"

Re: [NTG-context] Go to odd page, use an empty page eventually?

2016-07-20 Thread Wolfgang Schuster
Procházka Lukáš Ing. 20. Juli 2016 um 09:37 Hello, is there a way to tell ConTeXt "go to odd page, insert empty page to reach the next odd page" eventually? (IOW: When currently on odd page, break page and insert one empty (blank) (= even) page; continue on the

[NTG-context] Go to odd page, use an empty page eventually?

2016-07-20 Thread Procházka Lukáš Ing .
Hello, is there a way to tell ConTeXt "go to odd page, insert empty page to reach the next odd page" eventually? (IOW: When currently on odd page, break page and insert one empty (blank) (= even) page; continue on the next (= odd) page. When currently on even page, break page

[NTG-context] On an odd page?

2012-06-12 Thread Bill Meahan
I must be having a bad day since I can't find the answer to this simple question on the wiki. I'm sure it's me but... How do I test if I am on an odd or even page? I need the equivalent of: PSUEDO COMMAND \doifoddpageelse{what to do on oddpage)(what to do on even page} This is _not_ in a

Re: [NTG-context] On an odd page?

2012-06-12 Thread Wolfgang Schuster
Am 12.06.2012 um 18:49 schrieb Bill Meahan: I must be having a bad day since I can't find the answer to this simple question on the wiki. I'm sure it's me but... How do I test if I am on an odd or even page? I need the equivalent of: PSUEDO COMMAND \doifoddpageelse{what to do on

Re: [NTG-context] On an odd page?

2012-06-12 Thread Bill Meahan
On 06/12/2012 12:53, Wolfgang Schuster wrote: \define\MyCommand {\signalrightpage\doifrightpageelse{{\tttf RIGHT PAGE!}}{{\tttf LEFT Page!}}} \setuppagenumbering[alternative=doublesided] \starttext \dorecurse{10}{\MyCommand\page} \stoptext Wolfgang Many thanks, Wolfgang! -- Bill