From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5682 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: Re: a real \omlijnd question now Date: Tue, 18 Sep 2001 23:23:00 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <001601c14088$1badf600$6501a8c0@lap> References: <004801c1405e$31faad60$6501a8c0@lap><000601c1407b$111309e0$6501a8c0@lap> <8766agtdmw.fsf@dellius.nederware.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035396258 3699 80.91.224.250 (23 Oct 2002 18:04:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:04:18 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5682 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5682 > From: Berend de Boer > \framed[borders=none]{\framed.. \framed .. \framed ..} with this I get all three lines compressed in one line, like the \crlf is ineffective: \omlijnd[kader=uit]{ \omlijnd{this is the first line}\crlf \omlijnd{second line}\crlf \omlijnd{third}} \stoptekst > borders=none is probably not the correct option, look it up in the > manual. > > Perhaps this works? Or else a simple \vbox{..} and within it the > \framed options. It's really fascinating, but this still gives a big vspace right after the first framed line: \\\\\\\\\\\\\\\\\\\\\\ Example\crlf\vskip2ex \vbox{ \omlijnd{this is the first line}\crlf \omlijnd{second line}\crlf \omlijnd{third}} \stoptekst \\\\\\\\\\\\\\\\\\\\\\ Only this following works, but then there is not even a new line between the word "example" and the rest: \starttekst Example\crlf \omlijnd{this is the first line}\crlf \omlijnd{second line}\crlf \omlijnd{third} \stoptekst any vertical space requested after the "Example" word is *moved* from between that word and the first framed line to the line after that... Groet! Frans