Am 07.03.2012 um 18:37 schrieb Wolfgang Schuster:

> 
> Am 07.03.2012 um 16:57 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:
> 
>> ... Yes, that's it! Thanks a lot!
> 
> You can also write your own stop/stop-commands for the document like
> 
> \def\startmydocument
>  {\starttext}
> 
> \def\stopmydocument
>  {\ctxlua{…}%
>   \stoptext}
> 
> and use them instead of \starttext and \stoptext.

Or you use the predefined document environment which has before and after keys.

\setupdocument[after={\blank\midaligned{\bf THE END}}]

\startdocument
\input knuth
\stopdocument

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
___________________________________________________________________________________

Reply via email to