From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23721 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: interline space? Date: Thu, 24 Nov 2005 22:10:54 +0100 Message-ID: <43862C5E.2080507@wxs.nl> References: <1842998116.20051123095537@iol.it> <9D104DE9-38AF-4A15-B51C-54C25270403C@ntlworld.ie> <43843657.8050506@wxs.nl> <14310513524.20051124205503@iol.it> <43861D91.7000805@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132866827 12335 80.91.229.2 (24 Nov 2005 21:13:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 21:13:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Nov 24 22:13:42 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 1EfOOc-0000zW-UM for gctc-ntg-context-518@m.gmane.org; Thu, 24 Nov 2005 22:12:47 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7D5B712853; Thu, 24 Nov 2005 22:12: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 22070-01; Thu, 24 Nov 2005 22:12:46 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93B121284A; Thu, 24 Nov 2005 22:10:58 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E1F1F1284A for ; Thu, 24 Nov 2005 22:10:56 +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 21795-08 for ; Thu, 24 Nov 2005 22:10:55 +0100 (CET) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 7EF9312837 for ; Thu, 24 Nov 2005 22:10:55 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 4750 for ; Thu, 24 Nov 2005 22:15:22 +0300 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: <43861D91.7000805@elvenkind.com> X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:23721 Archived-At: Taco Hoekwater wrote: > Giuseppe Bilotta wrote: > >> Wednesday, November 23, 2005 Hans Hagen wrote: >> >> >>> Charles Doherty wrote: >> >> >> >>>> On 23 Nov 2005, at 08:55, Giuseppe Bilotta wrote: >>>> >>>> >>>>> How do I get a double-spaced document? >>>>> \setupinterlinespace[big] seems to do nothing ... >>>>> >>> default is 2.8ex (.72/.28 ratio), so gb may try 5.6ex >> >> >> But why doesn't \setupinterlinespace work? Or am I using the >> wrong syntax? > > > This works: > > \setupinterlinespace[big] > \starttext > \dorecurse{10}{\input knuth} > \stoptext > > This doesn't: > > \setupinterlinespace[big] > \switchtobodyfont[10pt] > \starttext > \dorecurse{10}{\input knuth} > \stoptext > > But I don't know whether that's a bug or a feature or a side-effect. interesting; this is handled in: \def\setuprelativeinterlinespace[#1]% {\processallactionsinset % \regelwit = dummy ! [#1] [ \v!on=>\oninterlineskip, \v!off=>\offinterlineskip, \v!reset=>\setfontparameters,% just \setstrut, test first \s!unknown=>\assignvalue{#1}\regelwit{1.00}{1.25}{1.50}% \spacing\regelwit]} now, (apart from \regelwit being dutch), this value is used nowhere else, so this setting will not be seen afterwards in this respect it's not a bug but just a characteristics; however, it would make sense to let it carry over, so ... i have to think about it Hans (quote old code btw)