GeneralNo recognition of labels (only partly)

General information and discussion about TeXnicCenter
Post Reply
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

No recognition of labels (only partly)

Post by Montag »

[Version: Version 1 Stable RC]

Hello,

my TXC doesn't recognize labels which are written before a linebreak:

Code: Select all

\begin{align}
x & = 3 \label{eq:TheFirstLabel} \\
y & = x + 3 \label{eq:TheSecondLabel}
\end{align}
If I would type "eq:The" later on in the document, after saving of course, TXC would only suggest "eq:TheFirstLabel" fior auto-completion. This leads to quite some scrolling when dealing with a lot of math ... as I am right now. :/
I'm guessing it has to do with the linebreak \\ ... does anyone else have the same problem and is there a solution for this? :)
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

No recognition of labels (only partly)

Post by localghost »

There has been a similar question some time ago [1]. But so far there seems to be no solution.

[1] View topic: Show multiple labels inside align environment in tree


Thorsten
Post Reply