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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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