On Sun, 15 Jul 2007, WolfgangZ wrote:

> I get an extra blank line at the beginning of the starttyping 
> environment. How do I get rid of it?

The cause of the problem seems to be the "align=flushleft".
Workaround: \vskip-\lineheight

Minimal example, showing the problem and the workaround:

\setupcolors[state=start]
\setuptyping[before=,after=]
\startbuffer
BYTEORDER M
\stopbuffer
\starttext
\framed[background=color,backgroundcolor=red]{\typebuffer}
\framed[align=flushleft,background=color,backgroundcolor=red]{\typebuffer}
\framed[align=flushleft,background=color,backgroundcolor=red]{%
  \vskip-\lineheight\typebuffer}
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to