SORRY I forgot to attach a minimum example. I'll attach it.
It is a plain text file wit an .mkiv file extension.

I have created a letterhead layer, which works well for the first page
of a multi-page document.  I want it to be repeated for each page of a
document.

How can that be done or does anyone have any pointers or tips on how I
can do that?

Thank You


%
% Start of Context Document Example
\definelayer
  [Logo]                      % name of the layer we are defining
  [
    x=0mm, y=0mm,           % x,y coord where center of layer should be.? 
(=10,10)
    hoffset=0mm,voffset=0mm, % offset from where?  left side? ndn topside?  
    location={right,top}      % relative location withing a layer area
  ]


\starttext

\setlayer[Logo][x=75mm,y=13mm]
    { \bTABLE[frame=off]
             \bTR  \bTD Company Name \eTD  \eTR
             \bTR  \bTD Address..... \eTD  \eTR
         \eTABLE
     } 

\setupbackgrounds[page][background=Logo]

\title{Hello Mr. Smith}

I do hope that all is going well for you.

\dorecurse{5}{\input knuth \par}
\stoptext

%
% End of Context Document example
___________________________________________________________________________________
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