Re: [NTG-context] How to know in which page I'm?

2012-08-21 Thread Wolfgang Schuster
Am 21.08.2012 um 01:56 schrieb john Culleton j...@wexfordpress.com: On Mon, 20 Aug 2012 23:09:11 +0200 Wolfgang Schuster wolfgang.schus...@gmail.com wrote: Am 20.08.2012 um 22:41 schrieb Xan dxpubl...@telefonica.net: Hi, I want to print a message depending if the page is even or

Re: [NTG-context] How to know in which page I'm?

2012-08-21 Thread Xan
Al 20/08/12 23:09, En/na Wolfgang Schuster ha escrit: Am 20.08.2012 um 22:41 schrieb Xan dxpubl...@telefonica.net: Hi, I want to print a message depending if the page is even or odd. In pseudocode: \if \inpage.\iseven { This page is even } \else { This page is odd } How can I do that in

[NTG-context] How to know in which page I'm?

2012-08-20 Thread Xan
Hi, I want to print a message depending if the page is even or odd. In pseudocode: \if \inpage.\iseven { This page is even } \else { This page is odd } How can I do that in ConTeXt? Thanks in advance, Xan. PS: Please, CCme

Re: [NTG-context] How to know in which page I'm?

2012-08-20 Thread Peter Münster
On Mon, Aug 20 2012, Xan wrote: I want to print a message depending if the page is even or odd. In pseudocode: \if \inpage.\iseven { This page is even } \else { This page is odd } How can I do that in ConTeXt? \signalrightpage\doifrightpageelse{odd page}{even page} --

Re: [NTG-context] How to know in which page I'm?

2012-08-20 Thread Wolfgang Schuster
Am 20.08.2012 um 22:41 schrieb Xan dxpubl...@telefonica.net: Hi, I want to print a message depending if the page is even or odd. In pseudocode: \if \inpage.\iseven { This page is even } \else { This page is odd } How can I do that in ConTeXt?

Re: [NTG-context] How to know in which page I'm?

2012-08-20 Thread john Culleton
On Mon, 20 Aug 2012 23:09:11 +0200 Wolfgang Schuster wolfgang.schus...@gmail.com wrote: Am 20.08.2012 um 22:41 schrieb Xan dxpubl...@telefonica.net: Hi, I want to print a message depending if the page is even or odd. In pseudocode: \if \inpage.\iseven { This page is even }