From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26506 Path: news.gmane.org!not-for-mail From: Vit Zyka Newsgroups: gmane.comp.tex.context Subject: Re: \setupmarginrules Date: Sun, 26 Mar 2006 22:12:01 +0200 Message-ID: <4426F591.90307@seznam.cz> References: <20060315235342.GI11831@obiit.org> <44194036.4000500@wxs.nl> <20060316225749.GC13262@obiit.org> <441B04D5.1080005@boede.nl> <20060326194222.GZ15338@obiit.org> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143403913 3764 80.91.229.2 (26 Mar 2006 20:11:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Mar 2006 20:11:53 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Mar 26 22:11:52 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 1FNbaY-0005aS-H5 for gctc-ntg-context-518@m.gmane.org; Sun, 26 Mar 2006 22:11:50 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 148EB127A2; Sun, 26 Mar 2006 22:11:50 +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 05428-06; Sun, 26 Mar 2006 22:11:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 70F7612775; Sun, 26 Mar 2006 22:11:46 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B850B12775 for ; Sun, 26 Mar 2006 22:11:44 +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 05429-02 for ; Sun, 26 Mar 2006 22:11:43 +0200 (CEST) Original-Received: from smtp.seznam.cz (smtp.seznam.cz [212.80.76.43]) by ronja.ntg.nl (Postfix) with SMTP id B7B251276F for ; Sun, 26 Mar 2006 22:11:43 +0200 (CEST) Original-Received: (qmail 14137 invoked from network); 26 Mar 2006 20:11:43 -0000 Original-Received: from unknown (HELO ?127.0.0.1?) (typokvitek@seznam.cz@62.240.166.134) by cetus.go.seznam.cz with ESMTPA; 26 Mar 2006 20:11:43 -0000 X-Seznam-User: typokvitek@seznam.cz User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20060326194222.GZ15338@obiit.org> X-Antivirus: avast! (VPS 0611-2, 17.03.2006), Outbound message X-Antivirus-Status: Clean 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:26506 Archived-At: frantisek holop wrote: > hmm, on Fri, Mar 17, 2006 at 07:49:57PM +0100, Willi Egger said that > >>Hi Frantisek >> >>The correct command is \setupmarginrules[rulethickness=2pt]. The option >>is rulethickness and it takes a dimension. > > > i have tried this and it doesn't seem to work. > > \defineparagraphs [poem][n=2] > \setupparagraphs [poem][1][width=.25\textwidth] > \setupparagraphs [poem][2][rule=on] > > \setupmarginrules [rulethickness=5pt] Hi, this sets rules for margins. I guess the solution \setupparagraphs [poem][2][rule=on,rulethickness=5pt] Vit > the rule in front of the 2nd column (poem[2]) still > has the default thickness. > > -f