Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/variables/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Latex sivp期刊中的子图_Latex_Figure - Fatal编程技术网

Latex sivp期刊中的子图

Latex sivp期刊中的子图,latex,figure,Latex,Figure,在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{f

在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

Hi!是否已检查该软件包是否正确安装?如何检查软件包是否正确安装。如何手动安装软件包。请指定您的操作系统和tex latex发行版,否则很难回答。。。