General ⇒ Show multiple labels inside align environment in tree
Show multiple labels inside align environment in tree
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
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