General ⇒ Unable to "insert label"
Unable to "insert label"
Trivial question:
I want to insert label in equation. Of course I can write it manually and it works but I suppose that should be possible with right click on equation in "Navigator" window, and choosing "insert label" from context menu.
But for some reason it is not possible - right click on some equation gives context menu with grayed "insert label", "insert reference" and "insert reference to page", so they are not clickable at all!
On the other side - right click on Headers (in Navigator) works fine!
I am obviously missing something.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10397
- Joined: Mon Mar 10, 2008 9:44 pm
Unable to "insert label"
Unable to "insert label"
Code: Select all
\begin{equation}\label{eq:simple}
a=b
\end{equation}eq:simple and, if you click "insert reference", TXC will write \eqref{eq:simple}.So, if you want to add a label to an equation, you should include the
\label statement manually (unless another way to do that exists).