ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* letter-module
@ 2009-09-17 11:26 Andreas Harder
  2009-09-17 14:03 ` letter-module Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Harder @ 2009-09-17 11:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

with the actual beta the compilation of a simple letter stops with:

Undefined control sequence.
\defineblankmethod[\v!nobreak] {\penalty\plustenthousand}
(in default.nli, line 707

\usemodule[letter]
\starttext
\startletter
   Hello World
\stopletter
\stoptext


Greetings,
	Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: letter-module
  2009-09-17 11:26 letter-module Andreas Harder
@ 2009-09-17 14:03 ` Hans Hagen
  2009-09-17 14:22   ` letter-module Andreas Harder
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2009-09-17 14:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Andreas Harder wrote:
> Hi,
> 
> with the actual beta the compilation of a simple letter stops with:
> 
> Undefined control sequence.
> \defineblankmethod[\v!nobreak] {\penalty\plustenthousand}
> (in default.nli, line 707
> 
> \usemodule[letter]
> \starttext
> \startletter
>   Hello World
> \stopletter
> \stoptext

\let\defineblankmethod\definevspacingamount


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: letter-module
  2009-09-17 14:03 ` letter-module Hans Hagen
@ 2009-09-17 14:22   ` Andreas Harder
  2009-09-17 15:03     ` letter-module Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Harder @ 2009-09-17 14:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.09.2009 um 16:03 schrieb Hans Hagen:

> Andreas Harder wrote:
>> Hi,
>> with the actual beta the compilation of a simple letter stops with:
>> Undefined control sequence.
>> \defineblankmethod[\v!nobreak] {\penalty\plustenthousand}
>> (in default.nli, line 707
>> \usemodule[letter]
>> \starttext
>> \startletter
>>  Hello World
>> \stopletter
>> \stoptext
>
> \let\defineblankmethod\definevspacingamount

Thanks! I was close to it …

By the way, please look at

\setuplayout[grid=yes]
\starttext  \showgrid
\dorecurse{100}{\input tufte \par }
\stoptext

Page one seems okay, but then the grid try to escape … ;)

Greetings,
	Andreas
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: letter-module
  2009-09-17 14:22   ` letter-module Andreas Harder
@ 2009-09-17 15:03     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2009-09-17 15:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Andreas Harder wrote:
> 
> Am 17.09.2009 um 16:03 schrieb Hans Hagen:
> 
>> Andreas Harder wrote:
>>> Hi,
>>> with the actual beta the compilation of a simple letter stops with:
>>> Undefined control sequence.
>>> \defineblankmethod[\v!nobreak] {\penalty\plustenthousand}
>>> (in default.nli, line 707
>>> \usemodule[letter]
>>> \starttext
>>> \startletter
>>>  Hello World
>>> \stopletter
>>> \stoptext
>>
>> \let\defineblankmethod\definevspacingamount
> 
> Thanks! I was close to it …
> 
> By the way, please look at
> 
> \setuplayout[grid=yes]
> \starttext  \showgrid
> \dorecurse{100}{\input tufte \par }
> \stoptext
> 
> Page one seems okay, but then the grid try to escape … ;)

grid typesetting will be reimplmented so i'm not going to repair old 
grid code

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2009-09-17 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-17 11:26 letter-module Andreas Harder
2009-09-17 14:03 ` letter-module Hans Hagen
2009-09-17 14:22   ` letter-module Andreas Harder
2009-09-17 15:03     ` letter-module Hans Hagen

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).