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

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

Post Reply