From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5679 Path: main.gmane.org!not-for-mail From: "Frans Goddijn" Newsgroups: gmane.comp.tex.context Subject: a real \omlijnd question now Date: Tue, 18 Sep 2001 21:49:39 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <000601c1407b$111309e0$6501a8c0@lap> References: <004801c1405e$31faad60$6501a8c0@lap> 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 1035396255 3688 80.91.224.250 (23 Oct 2002 18:04:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:04:15 +0000 (UTC) Original-To: "NTG-ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5679 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5679 In the example below, I wanted to get three boxed textlines right on top of one another but what I get is the line with "example" on it and right below that the first line, THEN a large vskip and then the second and third text line boxed right on top of one another. I don't seem to get the three together. So I get: \\\\\\\\\\\\\\\\\\\\\\\ Example this is the first line second line third \\\\\\\\\\\\\\\\\\\\\\\ It's very puzzling... does anyone see what I can't? Groet, Frans %%%%%%%%%%%%%%%%%%%%%%%%% \steluitvoerin[pdftex] \starttekst {\bf Example} \omlijnd{this is the first line}\crlf \omlijnd{second line}\crlf \omlijnd{third} \stoptekst \stoptekst