From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32110 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: small smaller and vertical stretch Date: Tue, 12 Dec 2006 17:52:05 +0100 Message-ID: <1C8FBD52-1ECC-4E76-A95D-013D3D56BC57@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165942388 18769 80.91.229.10 (12 Dec 2006 16:53:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 16:53:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 12 17:53: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 1GuAsD-0000rx-S2 for gctc-ntg-context-518@m.gmane.org; Tue, 12 Dec 2006 17:52:57 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8CFD20093; Tue, 12 Dec 2006 17:52: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 20207-01-6; Tue, 12 Dec 2006 17:52:41 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1AAF620050; Tue, 12 Dec 2006 17:52:41 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43D7B2006E for ; Tue, 12 Dec 2006 17:52:36 +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 20207-01-5 for ; Tue, 12 Dec 2006 17:52:32 +0100 (CET) Original-Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by ronja.ntg.nl (Postfix) with SMTP id E19FC1FE16 for ; Tue, 12 Dec 2006 17:52:03 +0100 (CET) Original-Received: (qmail 9986 invoked from network); 12 Dec 2006 16:52:09 -0000 Original-Received: from unknown (HELO [89.50.51.213]) (698580@[89.50.51.213]) (envelope-sender ) by smtprelay03.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 12 Dec 2006 16:52:09 -0000 Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.3) 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:32110 Archived-At: 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? Steffen