eps 图像不会显示

eps 图像不会显示

我有一张图,其中每幅图像都显示视频的一帧,因此它们的顺序很重要。我在同一个文件夹中有 eps 文件,并且没有出现任何错误,但是当我运行它时,图像没有显示,而是显示表格单元格,并且文件的名称写在框中。我该如何解决这个问题?

\begin{figure}
\centering
\subfloat{\includegraphics[width = 1in]{S001}\includegraphics[width = 1in]{S002}\includegraphics[width = 1in]{S003}\includegraphics[width = 1in]{S004}} \\
\includegraphics[width = 1in]{S005}\includegraphics[width = 1in]{S006}\includegraphics[width = 1in]{S007}\includegraphics[width = 1in]{S008} \\
\includegraphics[width = 1in]{S009}\includegraphics[width = 1in]{S010}\includegraphics[width = 1in]{S011}\includegraphics[width = 1in]{S012} \\
\includegraphics[width = 1in]{S013}\includegraphics[width = 1in]{S014}\includegraphics[width = 1in]{S015}\includegraphics[width = 1in]{S016} \\
\includegraphics[width = 1in]{S017}\includegraphics[width = 1in]{S018}\includegraphics[width = 1in]{S019}\includegraphics[width = 1in]{S020}
\caption{ A temporal sequence}
 \label{fig:temp}
\end{figure}

更多细节:

% This is samplepaper.tex, a sample chapter demonstrating the
% LLNCS macro package for Springer Computer Science proceedings;
% Version 2.20 of 2017/10/04
%
\documentclass[runningheads]{llncs}
%
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{multirow,tabularx}
\usepackage{hhline}
\usepackage{enumitem}
\usepackage{subfig}
\usepackage{url}
\usepackage{amssymb}
\usepackage{url}
\usepackage{ragged2e} 
\usepackage{adjustbox}
\usepackage{setspace}
\usepackage{rotating}
\usepackage{pdfpages}
\usepackage{caption}
% Used for displaying a sample figure. If possible, figure files should
% be included in EPS format.
%
% If you use the hyperref package, please uncomment the following line
% to display URLs in blue roman font according to Springer's eBook style:
% \renewcommand\UrlFont{\color{blue}\rmfamily}

\begin{document}
%
\title{Contribution Title\thanks{Supported by organization x.}}
%
%\titlerunning{Abbreviated paper title}
% If the paper title is too long for the running head, you can set
% an abbreviated paper title here
%
\author{First Author\inst{1}\orcidID{0000-1111-2222-3333} \and
Second Author\inst{2,3}\orcidID{1111-2222-3333-4444} }
%
\authorrunning{F. Author et al.}
% First names are abbreviated in the running head.
% If there are more than two authors, 'et al.' is used.
%
\institute{Institute}
%
\maketitle              % typeset the header of the contribution
%
\begin{abstract}
The abstract should briefly summarize the contents of the paper in
150--250 words.

\keywords{First keyword  \and Second keyword \and Another keyword.}
\end{abstract}
%
%
%
\section{First Section}

--Where my figure is--

% ---- Bibliography ----

% \bibliographystyle{splncs04}
% \bibliography{mybibliography}
%
\begin{thebibliography}{8}


\bibitem{ref_url1}
LNCS Homepage, \url{http://www.springer.com/lncs}. Last accessed 4
Oct 2017
\end{thebibliography}
\end{document}

相关内容