From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/53440 Path: news.gmane.org!not-for-mail From: luigi scarso Newsgroups: gmane.comp.tex.context Subject: Re: Problem with \setupinterlinespace Date: Thu, 15 Oct 2009 15:59:00 +0200 Message-ID: References: <4AD728B7.5030703@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1255615172 24620 80.91.229.12 (15 Oct 2009 13:59:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Oct 2009 13:59:32 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 15 15:59:21 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1MyQrH-00073Q-Sw for gctc-ntg-context-518@m.gmane.org; Thu, 15 Oct 2009 15:59:11 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D1884C9AF9; Thu, 15 Oct 2009 15:59:10 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UbTrSlZiTlfN; Thu, 15 Oct 2009 15:59:06 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3B74EC9AC1; Thu, 15 Oct 2009 15:59:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 02B35C9ABB for ; Thu, 15 Oct 2009 15:59:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id u9QtIBQZJka3 for ; Thu, 15 Oct 2009 15:59:01 +0200 (CEST) Original-Received: from mail-ew0-f223.google.com (mail-ew0-f223.google.com [209.85.219.223]) by balder.ntg.nl (Postfix) with ESMTP id DD0FCC9AC1 for ; Thu, 15 Oct 2009 15:59:00 +0200 (CEST) Original-Received: by ewy23 with SMTP id 23so925868ewy.2 for ; Thu, 15 Oct 2009 06:59:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5xcN/vmiincaGBND5CNw7nJQEuJ5ROXQ/+0G18U0/rI=; b=xnPn7rKq3QQ83hJXiAUaL4S3gsfeoSG2HOODU0gkndp0Ea7f54t8g2dfM7FqqF/KZM 2cctWZACYZgVzgIkLKKrp4slCPQgovtT/vfjfeYvbu2B0H0OR95G79n32FdWuBXoZfZt i4RlFHo7FwtiTGYlTh2vZOHnDG2vELl+7OjCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GLueM+Xl065ZT4lDeS0ppE6J5auhLvZ1h6jyNiP6cbdoQUhrYhc6sFNiOV5ACcurMk TdyrTR/LFreLuYTyA7vGdWRdMDqEl8qnDzo0CAfKcIM67OC2dtw0HVNyYODNd5mgcDXA iIyP6nZnl/8T0Kj1a3DCMcQ2GkHoTbMAoRKrU= Original-Received: by 10.216.88.144 with SMTP id a16mr15696wef.208.1255615140560; Thu, 15 Oct 2009 06:59:00 -0700 (PDT) In-Reply-To: <4AD728B7.5030703@gmx.net> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:53440 Archived-At: What about this ? \usemodule[maps] \usemodule[visual] \setupinteraction[state=start] \setuplanguage[en] \definecolumnsetspan[wide][n=2] \def\Tfx{\tfx\setupinterlinespace[line=2.5ex]} \starttext \startArticle [Year=2009, Number=xx, Period=xx, Page=1, Title={foo}, Author={Luigi Scarso}] \input knuth \blank \begingroup \Tfx \input knuth\par \starttyping function newCounter() local i = 0 return function() i = i+1 return i end end c1 = newCounter() print(c1()) --> 1 print(c1()) --> 2 c2 = newCounter() print(c2()) --> 1 print(c1()) --> 3 print(c2()) --> 2 \stoptyping \input knuth\par \endgroup \blank \input tufte \par \stopArticle \stoptext -- luigi ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________