From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2961 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Table: horizontal border lines, but not everywhere Date: Thu, 12 Oct 2000 13:17:56 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <39E59DE4.697D7B98@gmx.de> 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 1035393731 13147 80.91.224.250 (23 Oct 2002 17:22:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:22:11 +0000 (UTC) Original-To: NTG-ConTeXt Xref: main.gmane.org gmane.comp.tex.context:2961 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2961 Hi, How can I create something like: ----------------------------------- Row 1 Row 2 Row 3 Row 4 Row 5 ------------- ------- Row 1 Row 2 Row 3 Row 4 Row 5 ------ -------------- Row 1 Row 2 Row 3 Row 4 Row 5 COL 4a ---------------------------- Row 1 Row 2 Row 3 Row 4 Row 5 ----------------------------------- Best would be if the Row1-Col4a-Row1 part be one cell (since it prevents the need to hyphenate oneself; I haven't tried \LOW yet since I my main problem is the rules between the table rows. I tried \DL \DC \DL[4] \DR to get: Time Mo Tu We Th Fr ---- ----------- But it produces errors. Using \DL \DC \DL \DL \DL \DL \DR doesn't produce errors, but it doen't work either (wrong output). Tobias