From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23146 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: interline space in setupparagraphs Date: Thu, 27 Oct 2005 18:59:06 +0200 Message-ID: <4361075A.90600@gmx.net> References: <78f2e6026423122983a8c2577c1c8b37@rna.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130432440 14813 80.91.229.2 (27 Oct 2005 17:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 17:00:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 27 19:00:31 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 1EVB5Y-0000z7-5k for gctc-ntg-context-518@m.gmane.org; Thu, 27 Oct 2005 18:58:52 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7621D127C4; Thu, 27 Oct 2005 18:58: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 04334-02; Thu, 27 Oct 2005 18:58:46 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 27EDE127B1; Thu, 27 Oct 2005 18:58:45 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1408A127B1 for ; Thu, 27 Oct 2005 18:58:43 +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 04152-06 for ; Thu, 27 Oct 2005 18:58:42 +0200 (CEST) Original-Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 319BA127A5 for ; Thu, 27 Oct 2005 18:58:42 +0200 (CEST) Original-Received: (qmail invoked by alias); 27 Oct 2005 16:58:41 -0000 Original-Received: from i5387E9C5.versanet.de (EHLO [192.168.0.3]) [83.135.233.197] by mail.gmx.net (mp004) with SMTP; 27 Oct 2005 18:58:41 +0200 X-Authenticated: #24293357 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <78f2e6026423122983a8c2577c1c8b37@rna.nl> X-Enigmail-Version: 0.93.0.0 X-Y-GMX-Trusted: 0 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:23146 Archived-At: Hi Gerben, Gerben Wierda wrote: > I have: > > \setupinterlinespace[medium] \setupinterlinespace[line=\dimexpr1.25\bodyfontsize\relax] > \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 > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > > The normal and the bold variant seem to have different interline spacing. So simply use a fixed value for your example. Greetings, Peter