From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23139 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: interline space in setupparagraphs Date: Wed, 26 Oct 2005 22:40:12 +0200 Message-ID: <78f2e6026423122983a8c2577c1c8b37@rna.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130359612 31784 80.91.229.2 (26 Oct 2005 20:46:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2005 20:46:52 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 26 22:46:50 2005 Return-path: 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 1EUs8k-0007Kp-K4 for gctc-ntg-context-518@m.gmane.org; Wed, 26 Oct 2005 22:44:54 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3679C127BF; Wed, 26 Oct 2005 22:44:49 +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 28320-01; Wed, 26 Oct 2005 22:44:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6B526127BB; Wed, 26 Oct 2005 22:40:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9F80127BB for ; Wed, 26 Oct 2005 22:40:19 +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 28046-03-2 for ; Wed, 26 Oct 2005 22:40:19 +0200 (CEST) Original-Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by ronja.ntg.nl (Postfix) with ESMTP id 1C3CE127B6 for ; Wed, 26 Oct 2005 22:40:18 +0200 (CEST) Original-Received: from ii2.demon.nl ([82.161.98.36]:10241 helo=mail.rna.nl) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1EUs4I-0008te-Q3 for ntg-context@ntg.nl; Wed, 26 Oct 2005 20:40:18 +0000 Original-Received: from [192.168.2.99] (hedwig.rna.nl [192.168.2.99]) by mail.rna.nl (Postfix) with ESMTP id 71BCF2A311E for ; Wed, 26 Oct 2005 22:40:14 +0200 (CEST) Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.623) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23139 Archived-At: I have: \setupinterlinespace[medium] \defineparagraphs [mypar][n=2,before={\blank[small]},after={\blank[small]}] \setupparagraphs [mypar][1][width=.15\textwidth,style=bold] \setupparagraphs [mypar][2][width=.85\textwidth] But the lines in mypar are closely packed while others have medium inteline spacing. What should I do? G