10 Aug
2004
10 Aug
'04
7:21 p.m.
At 11:48 AM 8/10/2004, Hans Hagen wrote:
or:
\starttext
\defineframedtext [myframed] [background=color, backgroundcolor=gray, frame=on, strut=yes, offset=2mm, width=broad, framecolor=black, align=right]
\definetyping[mytyping]
\setuptyping [before=\startmyframed, after=\stopmyframed]
\startmytyping This is an example. \stopmytyping
\stoptext
That works perfectly; thanks! (I'm a bit confused, though; I tried something nearly like this as my first attempt, and it gave me very confusing errors that led me to believe that using \startframedtext in a before= command wouldn't work. Strange; I don't remember what I did then, and it works now.) - Brooks