Hello, I need to check whether even or odd page is to be printed. I'm starting with the following simple code: ---- \def\T{\ifodd\pagenumber ODD\else EVEN\fi} \starttext \dorecurse{2}{\T\page} \startTEXpage[width=50mm,height=150mm]\stopTEXpage \dorecurse{2}{\T\page} \stoptext ---- Why "user defined page" #3 is skipped in page numbering, so headers shown are: 1 - 2 - (nothing) - 3 - 4 and "ODD"/"EVEN" and text is "ODD" - "EVEN" - (nothing) - "ODD" - "EVEN" instead of: 1 - 2 - (nothing) - 4 - 5 and "ODD"/"EVEN" and text be "ODD" - "EVEN" - (nothing) - "EVEN" - "ODD"? TIA. Best regards, Lukas -- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS: nrpt3sn | IČO: 40763439 Bezová 1658 147 14 Praha 4 Mob.: +420 702 033 396
On 10/16/18 4:25 PM, Procházka Lukáš Ing. wrote:
Hello,
I need to check whether even or odd page is to be printed. I'm starting with the following simple code:
---- \def\T{\ifodd\pagenumber ODD\else EVEN\fi}
\starttext \dorecurse{2}{\T\page} \startTEXpage[width=50mm,height=150mm]\stopTEXpage \dorecurse{2}{\T\page} \stoptext ----
Hi Lukáš, both makeups and fitting pages aren’t numbered by default. Either you add this to the preamble: \setupfittingpage[TEXpage][pagestate=start] or you add the option "pagestate=start" to \startTEXpage. I hope it helps, Pablo
Why "user defined page" #3 is skipped in page numbering, so headers shown are: 1 - 2 - (nothing) - 3 - 4 and "ODD"/"EVEN" and text is "ODD" - "EVEN" - (nothing) - "ODD" - "EVEN" instead of: 1 - 2 - (nothing) - 4 - 5 and "ODD"/"EVEN" and text be "ODD" - "EVEN" - (nothing) - "EVEN" - "ODD"?
TIA.
Best regards,
Lukas
___________________________________________________________________________________ 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 ___________________________________________________________________________________
Hello Pablo,
that's it, thank you!
Lukas
On Tue, 16 Oct 2018 17:58:04 +0200, Pablo Rodriguez
On 10/16/18 4:25 PM, Procházka Lukáš Ing. wrote:
Hello,
I need to check whether even or odd page is to be printed. I'm starting with the following simple code:
---- \def\T{\ifodd\pagenumber ODD\else EVEN\fi}
\starttext \dorecurse{2}{\T\page} \startTEXpage[width=50mm,height=150mm]\stopTEXpage \dorecurse{2}{\T\page} \stoptext ----
Hi Lukáš,
both makeups and fitting pages aren’t numbered by default.
Either you add this to the preamble:
\setupfittingpage[TEXpage][pagestate=start]
or you add the option "pagestate=start" to \startTEXpage.
I hope it helps,
Pablo
Why "user defined page" #3 is skipped in page numbering, so headers shown are: 1 - 2 - (nothing) - 3 - 4 and "ODD"/"EVEN" and text is "ODD" - "EVEN" - (nothing) - "ODD" - "EVEN" instead of: 1 - 2 - (nothing) - 4 - 5 and "ODD"/"EVEN" and text be "ODD" - "EVEN" - (nothing) - "EVEN" - "ODD"?
TIA.
Best regards,
Lukas
-- Ing. Lukáš Procházka | mailto:LPr@pontex.cz Pontex s. r. o. | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS: nrpt3sn | IČO: 40763439 Bezová 1658 147 14 Praha 4 Mob.: +420 702 033 396
participants (2)
-
Pablo Rodriguez
-
Procházka Lukáš Ing.