23 Apr
2013
23 Apr
'13
11:33 p.m.
Am 23.04.2013 um 19:08 schrieb luigi scarso
On Tue, Apr 23, 2013 at 7:04 PM, Verhaag, G.C.H.M.
wrote: Hi ConTeXt User's,
Again I'm struggling with MKIV!
I get the following error message:
! Argument of \HeadTitle has an extra }
My environment file contains the following definition:
\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \hfill \lbox to 2cm{\hsize 7cm #2}% \egroup}
\unexpanded\def\HeadTitle#1#2% {\hbox to \hsize \bgroup \hfill \lbox to 2cm{\hsize 7cm #2}% \egroup}
\define[2]\HeadTitle {\startframedtext[right][height=2cm,width=7cm,frame=off,offset=none,align=flushright] #2 \stopframedtext} Wolfgang