From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5684 Path: main.gmane.org!not-for-mail From: Olya Briginets Newsgroups: gmane.comp.tex.context Subject: Re: a real \omlijnd question now Date: Wed, 19 Sep 2001 11:03:06 +0300 Sender: owner-ntg-context@let.uu.nl Message-ID: <3BA8513A.8D6D0112@ukrpost.net> References: <004801c1405e$31faad60$6501a8c0@lap> <000601c1407b$111309e0$6501a8c0@lap> <8766agtdmw.fsf@dellius.nederware.nl> <001601c14088$1badf600$6501a8c0@lap> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035396260 3709 80.91.224.250 (23 Oct 2002 18:04:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:04:20 +0000 (UTC) Original-To: ConTeXt mailing list Xref: main.gmane.org gmane.comp.tex.context:5684 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5684 Hello Frans, Frans Goddijn wrote: > 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... Try to put \leavevmode before the first \framed: \starttext Example \bigskip \leavevmode \framed{this is the first line}\crlf \framed{second line}\crlf \framed{third} \stoptext or use \par instead of \crlf Olya