Math & Sciencelinking equation numbers with text

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
bazman
Posts: 78
Joined: Mon Jan 26, 2009 3:24 am

linking equation numbers with text

Post by bazman »

Hi there,

Is it possible to link the equation numbers generated using

Code: Select all

\begin{equation}
\end{equation}
to the text. So that if I rearrange the order of my document the equation numbers in the text will still match that of the equations?

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: 10345
Joined: Mon Mar 10, 2008 9:44 pm

linking equation numbers with text

Post by Stefan Kottwitz »

Hi,

use \label and \ref, see Cross References.

Further you could use \eqref of amsmath.

Stefan
LaTeX.org admin
Post Reply