Search found 7 matches

by Pushpkant
Fri Aug 24, 2012 10:25 pm
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Page break within the array.

Thank's a lot Stephan and cgnieder.

But I have found more convenient way to write these equations without changing my whole document.

I just used IEEEeqnarray instead of array
the IEEEeqnarray allow the pagebreaks,
here is the code:

\documentclass[12pt,a4paper]{article}
\usepackage{amsmath ...
by Pushpkant
Fri Aug 24, 2012 6:15 pm
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Page break within the array.

Is there any way to toggle the left and right alignment of the "align".

The first column of "align" is right aligned the second is left and so on.
I want first column to left aligned then second is right and so on.

The second problem is I want to make newenvironment for this, so that I don't have ...
by Pushpkant
Fri Aug 24, 2012 11:59 am
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Page break within the array.

Thank's a lot Stefan_K
This is much better to use align instead of arrays.
But here a new question arises, I have to add a "&" at starting of all the equation I have written. And the document is about 250 pages, is there any other way to do so.

Here is the old code

\begin{array}{rrlc}
\because ...
by Pushpkant
Thu Aug 23, 2012 7:26 pm
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Page break within the array.

here is my code:


\begin{array}{rrlr}
&& \sin{20\degree}\cdot\sin{40\degree}
\cdot\sin{60\degree}\cdot\sin{80\degree}\\
= && \frac{1}{2}\left[\cos{20\degree}-\cos{60\degree}
\right]\cdot\frac{\sqrt{3}}{2}\sin{80\degree}\\
= && \frac{\sqrt{3}}{4}\left[\cos{20\degree}
-\frac{1}{2}\right]\cdot ...
by Pushpkant
Thu Aug 23, 2012 11:04 am
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Re: Page break within the array.

this command doesn't work with arrays.
I have tried this.
is there any other solution for this.
Or can I use other environment for writing these equation in more beautiful manner.
by Pushpkant
Wed Aug 22, 2012 7:27 pm
Forum: Math & Science
Topic: Page break within the array.
Replies: 11
Views: 16332

Page break within the array.

I am using array environment for mathematical derivations. Although this environment produce beautiful equation with perfect spacing but it also produce very much white space which is undesirable.
Is there any way to produce such derivation but allowing column and page breaks as well as the normal ...
by Pushpkant
Wed Jul 25, 2012 8:28 pm
Forum: Math & Science
Topic: mhchem | Text Size changed
Replies: 1
Views: 2589

mhchem | Text Size changed

When I use the mhchem package in my document, the text size is changing automatically. Plz help.