Iam not sure iam following you in which package you mean. My preamble only has this command dealing with the subfigure package...
This is the figure as written in latex code:
Code: Select all
\begin{figure}[H]
\begin{center}
\subfigure[Pressure areas.]{
\includegraphics[width=0.85\textwidth]{Parts/Model/pics/Slider_Areas.eps}\label{fig:Areas}
\subfigure[Topview]{
\includegraphics[width=0.45\textwidth]{Parts/Model/pics/SliderTop.eps}\label{fig:SliderTop}}
\subfigure[Bottomview ]{
\includegraphics[width=0.45\textwidth]{Parts/Model/pics/SliderBelow.eps}\label{fig:SliderBelow}
}
\end{center}
\caption{Poppet.}
\label{fig:PoppetValveSubfig}
\end{figure}
When refferring to the first figure \ref{fig:Areas}. Latex only writes figure 2.2(a) instead of figure 2.2.2(a) ...
Hope this helps understanding the problem
