On Mon, Jul 7, 2008 at 9:26 AM, Oliver Buerschaper
<[EMAIL PROTECTED]> wrote:
> Dear Wolfgang,
>
> I was wondering how I could place a simple MetaPost graphic into the
> head area of a letter, next to the address data. I know the manual
> says you're going to write this and similar things up soon … could you
> still give me a sneak peek as where to look at and what to modify? All
> I need is a quick adaption that works for now …

\startuseMpgraphic{letter:head}
...
\stopuseMPgraphic

\setupletterstyle
  [head] % [frame]
  [background=\useMPgraphic{letter:head}]

for a MetaPost graphic in the background of the head.


You could also create your own letter head with:

\startsetups{letter:head}
...
\stopsetups

this replace my default letter head with fromname and fromaddress,
to access these to values you could use \lettervalue{fromname} and
\lettervalue{fromaddress}.

Regards,
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to