在SIVP期刊乳胶模板中有一个像这样的例子
\begin{figure}
\resizebox{0.3\hsize}{!}{\includegraphics*{Images/Introduction/l14.eps}}
\resizebox{0.3\hsize}{!}{\includegraphics*{Images/Introduction/l14.seg.eps}}
\caption{Imperfect segmentation in variable illumination.}
\end{figure}
但我需要一个例子,我可以为每个数字使用子标题。
如果我使用以下代码
\begin{figure}[H]
\centering
\begin{subfigure}[t]{0.15\textwidth}
\centering
\includegraphics[width=.9\textwidth]{Images/ProposedMethod/distance.eps}
\caption{Distance table for pixel $P_1$}
\label{distancetable}
\end{subfigure}%
~ %add desired spacing between images, e. g. ~, \quad, \qquad etc.
%(or a blank line to force the subfigure onto a new line) dilatedcannyedge
\begin{subfigure}[t]{0.15\textwidth}
\centering
\includegraphics[width=.9\textwidth]{Images/ProposedMethod/detlaE.eps}
\caption{$\Delta E_{Lab}$-values}
\label{deltaE}
\end{subfigure}%
~ %add desired spacing between images, e. g. ~, \quad, \qquad etc.
%(or a blank line to force the subfigure onto a new line) dilatedcannyedge
\begin{subfigure}[t]{0.15\textwidth}
\centering
\includegraphics[width=.9\textwidth]{Images/ProposedMethod/replacedE.eps} \caption{Replaced values for $\Delta E_{Lab}$}
\label{zeroones}
\end{subfigure}%bb=0 0 263 198, scale=.2
\caption{Transformation of matrix values to construct VCD region.}
\label{vcdregionconstructionsteps}
\end{figure}
使用\ usepackage {graphicx,subfigure}然后它显示我subfigure.sty找不到