ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* new layer for letter
@ 2012-06-07 12:58 Peter Münster
  2012-06-07 13:12 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2012-06-07 12:58 UTC (permalink / raw)
  To: ConTeXt users

Hello,

How can I create a new layer with the letter module?

I've tried this, but it does not work:

--8<---------------cut here---------------start------------->8---
\usemodule[letter]
\defineletterlayer[test]
\defineletterelement[layer][test][default]{NEW LAYER}
\setupletterlayer[test][alternative=default, x=3cm, y=3cm, state=start]
\startletter
Where is the \quote{NEW LAYER}?
\stopletter
--8<---------------cut here---------------end--------------->8---

TIA for any hints!

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: new layer for letter
  2012-06-07 12:58 new layer for letter Peter Münster
@ 2012-06-07 13:12 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2012-06-07 13:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.06.2012 um 14:58 schrieb Peter Münster:

> Hello,
> 
> How can I create a new layer with the letter module?
> 
> I've tried this, but it does not work:
> 
> --8<---------------cut here---------------start------------->8---
> \usemodule[letter]
> \defineletterlayer[test]
> \defineletterelement[layer][test][default]{NEW LAYER}
> \setupletterlayer[test][alternative=default, x=3cm, y=3cm, state=start]
> \startletter
> Where is the \quote{NEW LAYER}?
> \stopletter
> --8<---------------cut here---------------end--------------->8---

Add this to your document

\setupletterelements
  [layer]
  [lettermain,
   letternext,
   head,
   nexthead,
   lefthead,
   righthead,
   foot,
   nextfoot,
   topmark,
   botmark,
   cutmark,
   endmark,
   usermark,
   backaddress,
   address,
   reference,
   location]

and add your layer “test” to the list.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-07 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-07 12:58 new layer for letter Peter Münster
2012-06-07 13:12 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).