GeneralShow multiple labels inside align environment in tree

General information and discussion about TeXnicCenter
Post Reply
HeiniKlum
Posts: 2
Joined: Mon Dec 20, 2010 3:49 pm

Show multiple labels inside align environment in tree

Post by HeiniKlum »

Dear Community,

I have a question concerning the display of multiple labels inside the align environment in the structure tree of TexnicCenter. Apparently TexnicCenter only displays the last defined label for each align environment in the structure tree.
-----------------------------------
Very simple example:
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
a &=b\label{eq1}\\
c &=d\label{eq2}
\end{align}
See \eqref{eq1} and \eqref{eq2}.
\end{document}
------------------------------------
As result of the code above, only the label "eq2" will be listed under objects\equations. Is there a way to make TexnicCenter display all labels that have been used?

Regards,
Heini

Recommended reading 2024:

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

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

Post Reply