General ⇒ Problems with command \ref
-
- Posts: 2
- Joined: Mon Mar 17, 2008 7:38 pm
Problems with command \ref
I had a problem with the references of tables and figures. When I compile the PDF, when I refer to a table (for example), it write me the enumeration of the section or the subsection where the table is, in spite of the one of the table.
Do you have any suggestions??
I don't create any label of the section and the subsection and I don't have this problem with equations.
Please, I am really in trouble.
thanks
Luke
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
Problems with command \ref
Code: Select all
\begin{figure}
(some stuff here: \centering, \includegraphics...)
\caption{Text of the caption}\label{text}
\end{figure}
-
- Posts: 2
- Joined: Mon Mar 17, 2008 7:38 pm
Re: Problems with command \ref
It was (obviously) my fault

thanks for your prompt answer