Hi,

How do I get rid of the additional line inserted at the end of a TEX or XML
environment?

Minimal working example:

\starttext

\setuptyping[TEX][before=,after=] % <- trailing interline space
\hrule
\startTEX
\TeX
\stopTEX
\hrule

\medskip

\setuptyping[XML][before=,after=] % <- trailing interline space
\hrule
\startXML
<tag></tag>
\stopXML
\hrule

\medskip

\setuptyping[before=,after=] % <- works as expected
\hrule
\starttyping
\TeX
\stoptyping
\hrule

\stoptext

Thank you for any advice!

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

Reply via email to