7 Mar
2012
7 Mar
'12
11:07 p.m.
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