Am 14.07.2011 um 16:25 schrieb Marcin Borkowski:

> OK,
> 
> after a pm from Mojca concerning my previous question I decided to look
> into the "layers" mechanism.
> 
> It won't work for me - just nothing shows up.
> 
> What am I doing wrong?
> 
> Here's a minimal example:
> 
> \starttext
> \definelayer[title][x=105mm,y=20mm]
> \setlayer[title]{This is the title.}
> \stoptext
> 
> (I'd also like to be able to "anchor" the title so that (105mm,20mm) are
> the coordinates of the center, not the lower-left corner etc.  How to do
> that?)

\definelayer[title][x=105mm,y=20mm,preset=middle]

\setupbackgrounds[page][background=title]

\starttext

\setlayer[title]{This is the title.}

…

\stoptext

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to