From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31592 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: dashed or dotted lines in tables Date: Thu, 26 Oct 2006 16:14:55 +0200 Message-ID: <8CAE8A73-2A6C-40DF-B702-22541B66C76A@uni-bonn.de> References: <4540C0BC.4010002@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161872332 23376 80.91.229.2 (26 Oct 2006 14:18:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2006 14:18:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 26 16:18:48 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gd63u-0000uA-FO for gctc-ntg-context-518@m.gmane.org; Thu, 26 Oct 2006 16:18:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CE3471FF8B; Thu, 26 Oct 2006 16:18:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05006-10; Thu, 26 Oct 2006 16:18:25 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1361B1FF8A; Thu, 26 Oct 2006 16:16:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 561E81FF8B for ; Thu, 26 Oct 2006 16:16:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 04675-04-4 for ; Thu, 26 Oct 2006 16:16:38 +0200 (CEST) Original-Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by ronja.ntg.nl (Postfix) with SMTP id EE9C81FF87 for ; Thu, 26 Oct 2006 16:16:35 +0200 (CEST) Original-Received: from fwd35.aul.t-online.de by mailout01.sul.t-online.com with smtp id 1Gd627-0001tZ-02; Thu, 26 Oct 2006 16:16:35 +0200 Original-Received: from [192.168.0.2] (Z6KPn0ZQoev3av2f0pZyHCL8Z26vZdhBGj7njcQWsvH2CWCItFVdEy@[84.172.124.168]) by fwd35.sul.t-online.de with esmtp id 1Gd60x-1pH35s0; Thu, 26 Oct 2006 16:15:23 +0200 In-Reply-To: <4540C0BC.4010002@gmail.com> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) X-ID: Z6KPn0ZQoev3av2f0pZyHCL8Z26vZdhBGj7njcQWsvH2CWCItFVdEy@t-dialin.net X-TOI-MSGID: 20165f87-0dad-4aa6-9ae8-77b8810125b7 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31592 Archived-At: On Oct 26, 2006, at 4:05 PM, Ricard Roca wrote: > Hi to all, > > is there any way to make dashed or dotted lines in a table (instead of > continuous) with ConTeXt? > > Thanks, > > Ricard Roca You can draw the lines in a table by using Metapost (see the example in enattab.pdf, p. 9 and 10; there, you can easily have all kinds of dashed, dotted, and colored patterns, Does that help? Thomas