On 2012-05-02 Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote:
how to specify the page background for the first page only and how to start
\definelayer [Bkg]
\setlayer [Bkg] {\externalfigure [cow]}
\setupbackgrounds [paper] [background=Bkg]
\starttext
Am 02.05.2012 um 09:45 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
Hello,
how to specify the page background for the first page only and how to start
page numbering from the second page?
Here's my trial:
\defineoverlay[Bkg][{\externalfigure[cow]}]
On Wed, 2 May 2012 14:24:24 +0200
Wolfgang Schuster schuster.wolfg...@googlemail.com wrote:
Am 02.05.2012 um 09:45 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
how to specify the page background for the first page only and how
to start page numbering from the second page?
... One more question. Let's have three cases - some of them hide the page
number on the first page, some of them don't.
The question is - why:
1 - OK, no page number on page 1
\def\MyPageNumber#1{\doifelse{\pagenumber}{1}{}{\pagenumber}} % Testing
\pagenumber
Thanks for the code -
- actually, I'm not trying to create a typical book title page but just a kind of
cover page.
But I'll keep your suggestion in mind, I may use it in the future.
Thanks anyway.
Best regards,
Lukas
On Wed, 02 May 2012 15:22:01 +0200, Alan BRASLAU alan.bras...@cea.fr
On Wed, 2 May 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
Hello,
how to specify the page background for the first page only
Also see my replies in
http://archive.contextgarden.net/thread/20120419.180814.c604f461.en.html#20120419.180814.c604f461
on how to achieve this using layers.
Am 02.05.2012 um 15:49 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
... One more question. Let's have three cases - some of them hide the page
number on the first page, some of them don't.
The question is - why:
1 - OK, no page number on page 1
... OK, thanks for the explanation.
Best regards,
Lukas
1) What exactly does \noheaderandfooterlines do?
It disables the header/footer on the page where \noheaderandfooterlines was
inserted.
2) Why testing the #1 argument in the case 2 doesn't work?
When you use “\pagenumber” you
Am 02.05.2012 um 16:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
... OK, thanks for the explanation.
You can look if this is useful for you (there is a example at the end of
t-title.mkvi): https://bitbucket.org/wolfs/title
Wolfgang