From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31426 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: textrules Date: Thu, 19 Oct 2006 14:37:59 +0200 Message-ID: <1161261479.6780.8.camel@g5.home> 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 1161267756 12038 80.91.229.2 (19 Oct 2006 14:22:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Oct 2006 14:22:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 19 16:22:23 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 1GaYkE-00030T-Rf for gctc-ntg-context-518@m.gmane.org; Thu, 19 Oct 2006 16:19:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 765941FED0; Thu, 19 Oct 2006 16:19:38 +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 01518-06; Thu, 19 Oct 2006 16:19:38 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1684C1FEC7; Thu, 19 Oct 2006 16:17:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E2A821FEC8 for ; Thu, 19 Oct 2006 16:17:30 +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 01176-03-3 for ; Thu, 19 Oct 2006 16:17:25 +0200 (CEST) Original-Received: from mailout10.sul.t-online.com (mailout10.sul.t-online.com [194.25.134.21]) by ronja.ntg.nl (Postfix) with SMTP id 21C661FEC5 for ; Thu, 19 Oct 2006 16:17:24 +0200 (CEST) Original-Received: from fwd27.aul.t-online.de by mailout10.sul.t-online.com with smtp id 1GaXAK-0006jv-01; Thu, 19 Oct 2006 14:38:28 +0200 Original-Received: from [192.168.0.2] (V8BkhsZB8e1MvvYnlRIhLRSPuzGyqPSug6ODcI8RnLEd8hdYFzSPEx@[84.172.124.216]) by fwd27.sul.t-online.de with esmtp id 1GaXAG-2EgyNk0; Thu, 19 Oct 2006 14:38:24 +0200 Original-To: mailing list for ConTeXt users X-Mailer: Evolution 2.8.1 X-ID: V8BkhsZB8e1MvvYnlRIhLRSPuzGyqPSug6ODcI8RnLEd8hdYFzSPEx@t-dialin.net X-TOI-MSGID: 66075fa5-8cc3-4c05-8335-4ed392307647 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:31426 Archived-At: Hi all, I want two paragraphs separated by a rule which has the same distance to the preceding and the following line (yes, I know that this is fuzzy, it's just the optical impression that counts). I can't get my head around the \setuptextrules command, which should allow to do this. I tried this: \def\smallblank{\blank[line]} \def\bigblank{\blank[2*line]} \setuptextrules[inbetween=\bigblank, before=\bigblank ] but I realize that the before, after, and inbetween keywords either don't do what I want or plain do nothing. Could somebody explain what their expected behavior is (and if I should use a different approach than textrule?). Thanks Thomas