Search found 3 matches

by PatrickM
Sun May 27, 2007 12:10 pm
Forum: General
Topic: help getting started
Replies: 20
Views: 14447

Re: help getting started

I would really like to see the full .tex file we're talking about.
by PatrickM
Fri May 18, 2007 11:51 pm
Forum: General
Topic: Wide equation in align environment
Replies: 2
Views: 4260

Re: Long equation

I'll give it a try tomorrow.. Thanks in advance

edit: I gave it a try today. Looks a lot better, I like the layout very much. Thank you :)
by PatrickM
Fri May 18, 2007 11:31 pm
Forum: General
Topic: Wide equation in align environment
Replies: 2
Views: 4260

Wide equation in align environment

Hello fellow LaTeX users.

I have a problem with a long line in an align-environment. The code looks as follows:
\begin{align}
h'(x)&=\lim_{\Delta x\to 0}\frac{h(x+\Delta x)-h(x)}{\Delta x}\Leftrightarrow\\
h'(x)&=\lim_{\Delta x\to 0}\frac{f(x+\Delta x)\cdot g(x+\Delta x)-f(x)\cdot g(x)}{\Delta x ...