[LaTeXila] About labels in the figure environment



Hello everyone,

I would like to submit a little request. I love the automatic figure insertion button in LaTeXila 2.4, but there is something that ennoys me a bit. When I click, I obtain:

\begin{figure}
  \begin{center}
    \includegraphics{}
    \label{fig:}
    \caption{}
  \end{center}
\end{figure}

What's the matter? I have to invert \label and \caption if I want LaTeX to be able to refer to my picture and not to the section it is in. I must write:

\begin{figure}
  \begin{center}
    \includegraphics{}
    \caption{}
    \label{fig:}
  \end{center}
\end{figure}

That's not very important, though. But I had to say it :)

Cheers,

Pierre


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]