Menu

#1295 Listing figure labels of subfigure pictures

None
closed
nobody
5
2013-07-04
2012-05-10
Anonymous
No

When using subfigure environment, only the label of the first subfigure is listed in overviews "Environment" and "Outline" (no other subfigures and also not the label of the surrounding figure environment). Additional, only the first labels are found using the shortcut STRG+Space to complete inputs.

Example code of my figure environment:

\begin{figure}
\centering
\subfigure[][]{
\centering
\includegraphics{fig1}
\label{fig1}
}
\subfigure[][]{
\centering
\includegraphics{fig2}
\label{fig2} % not listed
}
\caption{}
\label{fig} % not listed
\end{figure}

Discussion

  • Tino Weinkauf

    Tino Weinkauf - 2013-06-28
    • status: open --> closed
     
  • Tino Weinkauf

    Tino Weinkauf - 2013-06-28

    Autocompletion has them all now.

     

Anonymous
Anonymous

Add attachments
Cancel