Public bug reported:

Binary package hint: texlive-base

When I run latex on the file below, the \ref{myfig} produces a 2 when it
should produce a 1.

\documentclass{article}
\begin{document}
\section{ First}
Huh?
\section{ Second}
What is going on Here?
\begin{figure}
This is my figure!
\label{myfig}
\caption{Notice the figure number.}
\end{figure}
Notice Figure \ref{myfig}.
\end{document}


When I comment out the line \section{ Second}, the \ref{myfig} produces the 
correct number (1).

** Affects: texlive-base (Ubuntu)
     Importance: Undecided
         Status: New

-- 
texlive-base figure counter broken
https://bugs.launchpad.net/bugs/185696
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to