From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34920 Path: news.gmane.org!not-for-mail From: "Stepan Roucka" Newsgroups: gmane.comp.tex.context Subject: Re: setupindening and formulas Date: Tue, 5 Jun 2007 23:00:10 +0200 Message-ID: <1d35a1cf0706051400x32cf57b3lc7bfba9dbb8459e@mail.gmail.com> References: <1d35a1cf0706050211w1527e4bfyabdbbcd04e290fb9@mail.gmail.com> <1d35a1cf0706051001p5035dc2dgd6e964fa11f3d11c@mail.gmail.com> <20070605131542.i5gn51lc04c4wwww@web.mail.umich.edu> 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 1181077232 17838 80.91.229.12 (5 Jun 2007 21:00:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Jun 2007 21:00:32 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 05 23:00:30 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 1Hvg8h-0007Ng-DG for gctc-ntg-context-518@m.gmane.org; Tue, 05 Jun 2007 23:00:27 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A597C1FEA7; Tue, 5 Jun 2007 23:00:26 +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 20833-01-3; Tue, 5 Jun 2007 23:00:15 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7DF251FE97; Tue, 5 Jun 2007 23:00:15 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B38F1FE97 for ; Tue, 5 Jun 2007 23:00:13 +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 20833-01-2 for ; Tue, 5 Jun 2007 23:00:11 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by ronja.ntg.nl (Postfix) with ESMTP id E28BD1FE96 for ; Tue, 5 Jun 2007 23:00:10 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id o2so290970uge for ; Tue, 05 Jun 2007 14:00:10 -0700 (PDT) Original-Received: by 10.82.175.17 with SMTP id x17mr2405585bue.1181077210292; Tue, 05 Jun 2007 14:00:10 -0700 (PDT) Original-Received: by 10.82.157.16 with HTTP; Tue, 5 Jun 2007 14:00:10 -0700 (PDT) In-Reply-To: <20070605131542.i5gn51lc04c4wwww@web.mail.umich.edu> Content-Disposition: inline X-Google-Sender-Auth: d6263f25daab2d38 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:34920 Archived-At: Now I understand, thanks for your effort Stepan On 05/06/07, Aditya Mahajan wrote: > Quoting Stepan Roucka : > > > Thanks, > > with \startalign[n=1] the formulas don't overlap anymore, but they > > are still too > > close. Here is test example: > > > > \setupoutput[pdftex] > > \enableregime[utf] > > \setupindenting[yes,medium] > > > > \starttext > > > > \startformula\startalign[n=1] > > 2I_{\rm d} = I_{\rm e}^0 > > \left[\exp\left({-qU\over k_{\rm B}T_{\rm > > e}}\right)-1\right]+I_{\rm i1}-I_{\rm i2} > > \stopalign\stopformula > > > > \placeformula[eq:debye] > > \startformula\startalign[n=1] > > \lambda_{\rm D} = \sqrt{\epsilon_0 k_{\rm B}T_{\rm > > e}\over nq_{\rm e}^2} > > \stopalign\stopformula > > \stoptext > > What I meant was > > > \setupoutput[pdftex] > \enableregime[utf] > \setupindenting[yes,medium] > > \starttext > > \placeformula \startformula\startalign[n=1] > \NC 2I_{\rm d} = I_{\rm e}^0 > \left[ > \exp\left({-qU\over k_{\rm B} T_{\rm e}}\right) > -1 \right] > + I_{\rm i1}-I_{\rm i2} \NR > \NC \lambda_{\rm D} = \sqrt{\epsilon_0 k_{\rm B}T_{\rm e} \over > nq_{\rm e}^2} > \NR[eq:debye] > \stopalign\stopformula > > or better > > \placeformula \startformula\startalign[n=2] > \NC 2I_{\rm d} \EQ I_{\rm e}^0 > \left[ > \exp\left({-qU\over k_{\rm B} T_{\rm e}}\right) > -1 \right] > + I_{\rm i1}-I_{\rm i2} \NR > \NC \lambda_{\rm D} \EQ > \sqrt{\epsilon_0 k_{\rm B}T_{\rm e} \over nq_{\rm e}^2} > \NR[eq:debye] > \stopalign\stopformula > > \stoptext > > If you feel that some formulas are too close, you can add > \noalign{\vskip 1ex} between lines. Otherwise, if you want all > multi-line formulas to be more spread out, change > > \def\displayopenupvalue{0.25\bodyfontsize} > > to something other than .25. \displayopenup value is equivalent to \jot > in plain tex. > > Aditya > > > ___________________________________________________________________________________ > 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 > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 ___________________________________________________________________________________