Peter Münster wrote:
On Tue, 31 May 2005, Hans Hagen wrote:
\definetyping[C][option=commands,tab=8]
(just a few lines patch); i'll send you the files.
Thanks again for your efforts!
Just one last problem with vertical spacing in a frame:
\starttext \framed[align=lohi]{% \starttyping test \stoptyping } \stoptext
you need to - nil the before/after keys - make sure that framed constructs a vbox (by setting align) - get rid of the auto strut \definetyping[whatever][before=,after=] \framed[strut=no,align=normal] {\startwhatever ... \stopwhatever} normally one will use \startframedtext ... \stopframedtext in such cases (or the textbackground mechanism if you need to spanpages or columns) 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 -----------------------------------------------------------------