Generalhelp: about hyperlinks

LaTeX specific issues not fitting into one of the other forums of this category.
ekim
Posts: 5
Joined: Fri Apr 24, 2009 8:17 pm

help: about hyperlinks

Post by ekim »

Stefan_K wrote:It's similar like behind the link you've posted, the \nonumber is causing the problem. But use equation*, not eqnarray*.

Did adjusting the paper sizes help?

Stefan
Yes, adjusting paper sizes helped perfectly, like using equation* instead of equation. What exactly is the difference between these comments?

Anyways, thanks a lot for your time and help. I really appreciate it.
ekim.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Re: help: about hyperlinks

Post by Stefan Kottwitz »

eqnarray is used for sequences of equations with alignment, it's like an array with three columns in math mode, not just a simple equation. Today it's considered as obsolete, align environments of amsmath are recommended.

So just use equation (numbered) oder equation* (unnumbered) and if you want to align sequences of formulas on relation symbols then use an align environment.

Stefan
LaTeX.org admin
Post Reply