[NTG-context] Problem with usemodule[letter]

2008-07-04 Thread Helmut Schwertner
Hello,

when I try to use the module letter with the following example, I get 
the only this:

:
system  : module letter loaded
(c:/TeXLive2007/texmf-dist/tex/plain/base/letter.tex
! Undefined control sequence.
l.13 \nopagenumbers

I use texlive2007 (latest beta) under windows xp. What ist wrong, what 
can I do?

Greetings,

Helmut




example:

\usemodule[letter]
\starttext


\setupletter
[fromname={Arthur Thor},
 fromaddress={Hidden Street 2\\57895 Mysterytown},
 backaddress={Arthur Thor, Hidden Street 2, 57895 Mysterytown}]

\setupletter
[toname={Mike Willson},
 toaddress={Lindenstreet 12\\78569 TeX City}]

\startletter
[subject={Step by step guide to writing a letter},
 opening={Dear Reader,},
 closing={Greetings from the Author}]

\input knuth

\stopletter
\stoptext

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


Re: [NTG-context] Problem with usemodule[letter]

2008-07-04 Thread Wolfgang Schuster
On Fri, Jul 4, 2008 at 11:19 AM, Helmut Schwertner [EMAIL PROTECTED] wrote:
 Hello,

 when I try to use the module letter with the following example, I get
 the only this:

 :
 system  : module letter loaded
 (c:/TeXLive2007/texmf-dist/tex/plain/base/letter.tex

The letter file from DEK is loaded and not my own module.

 ! Undefined control sequence.
 l.13 \nopagenumbers

 I use texlive2007 (latest beta) under windows xp. What ist wrong, what
 can I do?

Use \usemodule[t][letter]

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
___