eps images won't show up












0















I have a figure where each image shows a frame of a video, so their order is important. I have the eps files in the same folder, and I get no errors, but when I run it the images are not shown, instead there are table cells and the name of the file is written in the box. How can I resolve this?



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}


More details:



% 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:
% renewcommandUrlFont{color{blue}rmfamily}

begin{document}
%
title{Contribution Titlethanks{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 Authorinst{1}orcidID{0000-1111-2222-3333} and
Second Authorinst{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}









share|improve this question




















  • 1





    Sound like you are in "draft" mode

    – KJO
    3 hours ago






  • 1





    Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

    – KJO
    3 hours ago






  • 1





    not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

    – David Carlisle
    3 hours ago






  • 1





    Ok I t should work replace that first {S001} with the word {example} and does it show ?

    – KJO
    3 hours ago








  • 1





    Sorry that should have been {example-image-a}

    – KJO
    3 hours ago
















0















I have a figure where each image shows a frame of a video, so their order is important. I have the eps files in the same folder, and I get no errors, but when I run it the images are not shown, instead there are table cells and the name of the file is written in the box. How can I resolve this?



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}


More details:



% 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:
% renewcommandUrlFont{color{blue}rmfamily}

begin{document}
%
title{Contribution Titlethanks{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 Authorinst{1}orcidID{0000-1111-2222-3333} and
Second Authorinst{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}









share|improve this question




















  • 1





    Sound like you are in "draft" mode

    – KJO
    3 hours ago






  • 1





    Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

    – KJO
    3 hours ago






  • 1





    not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

    – David Carlisle
    3 hours ago






  • 1





    Ok I t should work replace that first {S001} with the word {example} and does it show ?

    – KJO
    3 hours ago








  • 1





    Sorry that should have been {example-image-a}

    – KJO
    3 hours ago














0












0








0








I have a figure where each image shows a frame of a video, so their order is important. I have the eps files in the same folder, and I get no errors, but when I run it the images are not shown, instead there are table cells and the name of the file is written in the box. How can I resolve this?



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}


More details:



% 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:
% renewcommandUrlFont{color{blue}rmfamily}

begin{document}
%
title{Contribution Titlethanks{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 Authorinst{1}orcidID{0000-1111-2222-3333} and
Second Authorinst{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}









share|improve this question
















I have a figure where each image shows a frame of a video, so their order is important. I have the eps files in the same folder, and I get no errors, but when I run it the images are not shown, instead there are table cells and the name of the file is written in the box. How can I resolve this?



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}


More details:



% 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:
% renewcommandUrlFont{color{blue}rmfamily}

begin{document}
%
title{Contribution Titlethanks{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 Authorinst{1}orcidID{0000-1111-2222-3333} and
Second Authorinst{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}






subfloats eps epstopdf






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago







dusa

















asked 3 hours ago









dusadusa

11815




11815








  • 1





    Sound like you are in "draft" mode

    – KJO
    3 hours ago






  • 1





    Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

    – KJO
    3 hours ago






  • 1





    not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

    – David Carlisle
    3 hours ago






  • 1





    Ok I t should work replace that first {S001} with the word {example} and does it show ?

    – KJO
    3 hours ago








  • 1





    Sorry that should have been {example-image-a}

    – KJO
    3 hours ago














  • 1





    Sound like you are in "draft" mode

    – KJO
    3 hours ago






  • 1





    Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

    – KJO
    3 hours ago






  • 1





    not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

    – David Carlisle
    3 hours ago






  • 1





    Ok I t should work replace that first {S001} with the word {example} and does it show ?

    – KJO
    3 hours ago








  • 1





    Sorry that should have been {example-image-a}

    – KJO
    3 hours ago








1




1





Sound like you are in "draft" mode

– KJO
3 hours ago





Sound like you are in "draft" mode

– KJO
3 hours ago




1




1





Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

– KJO
3 hours ago





Editors can be set to not show graphics so as to speed up viewing but you have not explained what you are using as an editor or what settings you have in your preamble hence we expect an MWE to see what you are doing

– KJO
3 hours ago




1




1





not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

– David Carlisle
3 hours ago





not a setting in the editor, what you describe sounds as if you have documentclass[draft]{....} but as you have not shown any relevant code nor the log file, hard to know.

– David Carlisle
3 hours ago




1




1





Ok I t should work replace that first {S001} with the word {example} and does it show ?

– KJO
3 hours ago







Ok I t should work replace that first {S001} with the word {example} and does it show ?

– KJO
3 hours ago






1




1





Sorry that should have been {example-image-a}

– KJO
3 hours ago





Sorry that should have been {example-image-a}

– KJO
3 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481818%2feps-images-wont-show-up%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481818%2feps-images-wont-show-up%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks