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? > > \defineoverlay[Bkg][\doif{\pagenumber}{1}{\externalfigure[cow]}] > > \setupbackgrounds[paper][background=Bkg] > > \starttext \noheaderandfooterlines > \dorecurse{5}{\input knuth\par} > \stoptext If you want to create a title page (which may not be your intention), why not simply \definemakeup[titlepage][align=middle] \defineoverlay[COW][\externalfigure[cow]] \starttext \setupbackgrounds[page][background=COW] \starttitlepagemakeup A title \stoptitlepagemakeup \setupbackgrounds[page][background=] \setuppagenumbering[alternative=doublesided,way=bytext] \dorecurse{5}{\input knuth\par} \stoptext Question (for Wolfgang): Why did you use "paper" rather than "page" (what is the difference)? Alan ___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________