Search found 3 matches

by boneill3
Thu Aug 07, 2008 1:45 am
Forum: Document Classes
Topic: Alignment of separate characters
Replies: 8
Views: 5560

Re: Alignment of separate characters

Thanks alot guys
I can see That I've got a lot of Learning to do.
Also I see with the use of \cdots that the code is alot more readable.
Thanks for the Tips
regards
Brendan
by boneill3
Wed Aug 06, 2008 10:24 pm
Forum: Document Classes
Topic: Alignment of separate characters
Replies: 8
Views: 5560

Re: Alignment of separate characters

Thanks Guy's I tried the code and works great!
I've just started this Topic and I didn't realise just how a extra line break etc. can cause so much grief.
once again thanks.
regards
Brendan
by boneill3
Wed Aug 06, 2008 4:12 am
Forum: Document Classes
Topic: Alignment of separate characters
Replies: 8
Views: 5560

Alignment of separate characters

Hello all,
I was wondering if someone could please help me to align the \equiv (equivalant sign) and the = signs in the following code



\begin{align}

\Gamma(x) &\equiv \lim_{n \rightarrow \infty}\displaystyle\prod_{v=0}^{n - 1}\frac{n! n^{x-1}}{x = v} \\
&= \lim_{n \rightarrow \infty} \frac{n!n ...