From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/35041 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: Why \setupinterlinespace needs [line]? Date: Mon, 18 Jun 2007 07:57:07 +0200 Message-ID: <115224fb0706172257la556a1fh541e1bfcffd83b4c@mail.gmail.com> References: <996255336.20070616025921@gmail.com> 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: sea.gmane.org 1182146245 14584 80.91.229.12 (18 Jun 2007 05:57:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2007 05:57:25 +0000 (UTC) To: Yatskovsky , "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 18 07:57:23 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1I0AEt-0000oE-7w for gctc-ntg-context-518@m.gmane.org; Mon, 18 Jun 2007 07:57:23 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A40FB20130; Mon, 18 Jun 2007 07:57:20 +0200 (CEST) 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 12080-02-3; Mon, 18 Jun 2007 07:57:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C4C21200E6; Mon, 18 Jun 2007 07:57:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63347200E6 for ; Mon, 18 Jun 2007 07:57:11 +0200 (CEST) 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 12080-02-2 for ; Mon, 18 Jun 2007 07:57:08 +0200 (CEST) Original-Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by ronja.ntg.nl (Postfix) with ESMTP id 8BF2A1FDEE for ; Mon, 18 Jun 2007 07:57:08 +0200 (CEST) Original-Received: by wx-out-0506.google.com with SMTP id s10so1599731wxc for ; Sun, 17 Jun 2007 22:57:07 -0700 (PDT) Original-Received: by 10.90.94.2 with SMTP id r2mr3366984agb.1182146227710; Sun, 17 Jun 2007 22:57:07 -0700 (PDT) Original-Received: by 10.90.70.3 with HTTP; Sun, 17 Jun 2007 22:57:07 -0700 (PDT) In-Reply-To: <996255336.20070616025921@gmail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:35041 Archived-At: 2007/6/16, Vyatcheslav Yatskovsky : > Hello, > > I wonder why one must provide the line argument for \setupinterlinespace? > > \setupinterlinespace[line=4ex] > > IMHO, it is a tautology. The texshow says that \setupinterlinespace[4ex] (or \setupinterlinespace[big] ) is enough, but I cannot make it work. > > Regards, > Vyatcheslav Yatskovsky Hi, the "line"-parameter is used to set the global baselinedistance. You can switch local to a bigger distance with the "big" or "medium" keywords and back to the normal distance with "small" or "reset". \setupinterlinespace[4ex] is not supported, you misunterstod the explanation, you can only set dimensions for the "line"-parameter. I made a small example for you: \starttext \input knuth\par \setupinterlinespace[big] \input knuth\par \setupinterlinespace[small] \input knuth\par \stoptext Greetings Wolfgang ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________