From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/32131 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: small smaller and vertical stretch Date: Wed, 13 Dec 2006 13:01:36 +0100 Message-ID: <78802F0B-2740-4429-902C-C86941957D1A@st.estfiles.de> 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.3) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166011324 6494 80.91.229.10 (13 Dec 2006 12:02:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 12:02:04 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 13 13:02:02 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 1GuSoA-0000PN-Lu for gctc-ntg-context-518@m.gmane.org; Wed, 13 Dec 2006 13:01:58 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 41313200C5; Wed, 13 Dec 2006 13:01:46 +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 29821-05-8; Wed, 13 Dec 2006 13:01:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A441C200B8; Wed, 13 Dec 2006 13:01:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 35842200A2 for ; Wed, 13 Dec 2006 13:01: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 29821-05-7 for ; Wed, 13 Dec 2006 13:01:29 +0100 (CET) Original-Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by ronja.ntg.nl (Postfix) with SMTP id 88027200C1 for ; Wed, 13 Dec 2006 13:01:29 +0100 (CET) Original-Received: (qmail 16672 invoked from network); 13 Dec 2006 12:01:40 -0000 Original-Received: from unknown (HELO [89.50.66.35]) (698580@[89.50.66.35]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 13 Dec 2006 12:01:40 -0000 In-Reply-To: <457EE44B.2000607@wxs.nl> 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:32131 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 Blank? I am not sure whether I could make the problem clear: What I need is a kind of \setupinterlinespace[.75*small]. But this syntax gives an error. So the question is: What is the right syntax to make "\setupinterlinespace[small]" smaller *and* keep the stretch? Steffen