From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5946 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: breaking long formulas Date: Mon, 29 Oct 2001 11:11:40 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <20011029111140.43d81c03.taco@elvenkind.com> References: <20011017093713.1c213e96.taco@elvenkind.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035396505 5955 80.91.224.250 (23 Oct 2002 18:08:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:08:25 +0000 (UTC) Original-To: ntg-context@ntg.nl In-Reply-To: Xref: main.gmane.org gmane.comp.tex.context:5946 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5946 "Lukas Kubin" wrote: > Thank you Taco. > But I'm not skilled in plaintex (I tried your suggestion -unsuccesfuly). > Could you please give me a more descriptive advise how to adjust the > following part of text in ConTeXt to be broken into more lines?: How about this? $$\eqalign{ \sigma_P^2 &= X_1^2 E\left[\left(R_1j - \bar{R}_1\right)^2\right] + 2X_1 X_2 E\left[\left(R_{1j} - \bar{R}_1\right)\left(R_{2j} - \bar{R}_2\right)\right]\cr &\qquad + X_2^2 E\left[\left(R_{2j} - \bar{R}_2\right)^2\right]\cr &= X_1^2 \sigma_1^2 + 2X_1 X_2 E\left[\left(R_{1j} - \bar{R}_1\right)\left(R_{2j} - \bar{R}_2\right)\right] + X_2^2 \sigma_2^2\cr }$$ -- groeten, Taco