From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32116 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: small smaller and vertical stretch Date: Tue, 12 Dec 2006 19:58:43 +0100 Message-ID: References: <1C8FBD52-1ECC-4E76-A95D-013D3D56BC57@st.estfiles.de> <457EE44B.2000607@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.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 1165949948 17881 80.91.229.10 (12 Dec 2006 18:59:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 18:59:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 12 19:59:07 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 dough.gmane.org with esmtp (Exim 4.50) id 1GuCqI-0005fy-Qf for gctc-ntg-context-518@m.gmane.org; Tue, 12 Dec 2006 19:59:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3DC4720060; Tue, 12 Dec 2006 19:58:59 +0100 (CET) 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 28669-01-3; Tue, 12 Dec 2006 19:58:52 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D9B3B1FFB6; Tue, 12 Dec 2006 19:58:51 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3581D1FAD7 for ; Tue, 12 Dec 2006 19:58:50 +0100 (CET) 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 28669-01-2 for ; Tue, 12 Dec 2006 19:58:45 +0100 (CET) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with SMTP id 1272E1FFB9 for ; Tue, 12 Dec 2006 19:58:44 +0100 (CET) Original-Received: (qmail 26734 invoked from network); 12 Dec 2006 18:58:51 -0000 Original-Received: from unknown (HELO [89.50.68.49]) (698580@[89.50.68.49]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 12 Dec 2006 18:58:51 -0000 In-Reply-To: <457EE44B.2000607@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:32116 Archived-At: Am 12.12.2006 um 18:18 schrieb Hans Hagen: > Steffen Wolfrum wrote: >> Hi, >> >> using "small" and "medium" rather than "8pt" or "10pt" gives some >> vertical "stretch". >> Very useful in some situations: >> >> \setupinterlinespace[small] >> \setupwhitespace[medium] >> >> >> But what to do if "small" is still too big? >> And yet the "stretch" is needed? >> >> >> While I can say ... \blank[.75*medium] ... this operation is not >> allowed for the two above. So, what to do? >> > define a new blank like this (?) ... \defineblank[smaller][8pt plus 1pt minus 1pt] ... and then ... \setupinterlinespace[smaller] ... provides a similar "stretch" effect as its bigger brother \setupinterlinespace[small] ? Steffen