On 15 November 2010 06:04, Jack Tanner <i...@hotmail.com> wrote: > Something is really screwy with the references in this simple document under > LyX 1.6.7. > > The key sentence should get rendered in PDF (via pdflatex) as > > here be a formatted reference to figure 1, which lives in section 2: Figure > 1 on page 1. and here be a reference to the float label: 1 > > Instead, it gets rendered as > > here be a formatted reference to figure 1, which lives in section 2: Figure > 2 on page 1. and here be a reference to the float label: 2
\caption{fig in section two}\label{fig:lorem-ipsum}Lorem ipsum doesn't the figure label need to come directly after the caption in latex. In Lyx one can insert this directly into the figure caption, and similarly add labels for sections etc -- Stephen