ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* breaking long formulas
@ 2001-10-16 17:26 Lukas Kubin
  2001-10-17  7:37 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Kubin @ 2001-10-16 17:26 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

how do I break long formulas to more lines? I need aligning on equation
sing etc. and cannont find it the current documentation.
thank you

lukas

- --------------------------
 Choral Studio PERMONIK
 Lukas Kubin
 lukas.kubin@permonik.com
 +42(0)603/836180
 www.permonik.com
- --------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE7zG3Ci0J4PrkV4akRAmHwAJ4gFl9BlVFtF4SolKA2VCM71fh2RQCgoVxB
zgSXB4VuVr+j9j4Hdvo1W34=
=40bq
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: breaking long formulas
  2001-10-16 17:26 breaking long formulas Lukas Kubin
@ 2001-10-17  7:37 ` Taco Hoekwater
  2001-10-26 16:19   ` Lukas Kubin
  0 siblings, 1 reply; 4+ messages in thread
From: Taco Hoekwater @ 2001-10-17  7:37 UTC (permalink / raw)
  Cc: ntg-context

Hi Lukas,

Best advise for the moment: use \eqalign and \eqalignno from plain.tex. 

There is a math module in the works but its development has lagged behind
the updates of context itself, so much so that it is currently completely 
broken.

On Tue, 16 Oct 2001 13:26:19 -0400 (EDT), "Lukas Kubin" <lukas.kubin@permonik.com> wrote:

> how do I break long formulas to more lines? I need aligning on equation
> sing etc. and cannont find it the current documentation.
> thank you

-- 
groeten,

Taco


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: breaking long formulas
  2001-10-17  7:37 ` Taco Hoekwater
@ 2001-10-26 16:19   ` Lukas Kubin
  2001-10-29 10:11     ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Kubin @ 2001-10-26 16:19 UTC (permalink / raw)
  Cc: ntg-context

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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?:

- -------------
\placeformula
\startformula
        \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] + X_2^2 E\left[\left(R_{2j} -
\bar{R}_2\right)^2\right] = 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
\stopformula
- ------------

Thank you.

Lukas

- --------------------------
 Choral Studio PERMONIK
 Lukas Kubin
 lukas.kubin@permonik.com
 +42(0)603/836180
 www.permonik.com
- --------------------------

On Wed, 17 Oct 2001, Taco Hoekwater wrote:

> 
> Hi Lukas,
> 
> Best advise for the moment: use \eqalign and \eqalignno from plain.tex. 
> 
> There is a math module in the works but its development has lagged behind
> the updates of context itself, so much so that it is currently completely 
> broken.
> 
> 
> On Tue, 16 Oct 2001 13:26:19 -0400 (EDT), "Lukas Kubin" <lukas.kubin@permonik.com> wrote:
> 
> > how do I break long formulas to more lines? I need aligning on equation
> > sing etc. and cannont find it the current documentation.
> > thank you
> 
> 
> -- 
> groeten,
> 
> Taco
> 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.0 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE72Y0Mi0J4PrkV4akRAuDOAJ9Cuv5V3Wdf1OoFJiLtUXL5gN3eQwCZASRm
7/Wb4/oFZZ+DfjXF6/zmD6w=
=Fypl
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: breaking long formulas
  2001-10-26 16:19   ` Lukas Kubin
@ 2001-10-29 10:11     ` Taco Hoekwater
  0 siblings, 0 replies; 4+ messages in thread
From: Taco Hoekwater @ 2001-10-29 10:11 UTC (permalink / raw)


"Lukas Kubin" <lukas.kubin@permonik.com> 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-10-29 10:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-16 17:26 breaking long formulas Lukas Kubin
2001-10-17  7:37 ` Taco Hoekwater
2001-10-26 16:19   ` Lukas Kubin
2001-10-29 10:11     ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).