Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found....

Is a creature that sees a Medusa's eyes automatically subjected to a saving throw?

Broad Strokes - missing letter riddle

"Starve to death" Vs. "Starve to the point of death"

How do you get out of your own psychology to write characters?

Coworker asking me to not bring cakes due to self control issue. What should I do?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

A fantasy book with seven white haired women on the cover

What's this assembly doing?

Is there a file that always exists and a 'normal' user can't lstat it?

Do authors have to be politically correct in article-writing?

Boss asked me to sign a resignation paper without a date on it along with my new contract

Custom shape shows unwanted extra line

What species should be used for storage of human minds?

How big is a framed opening for a door relative to the finished door opening width?

Why is that max-Q doesn't occur in transonic regime?

How do you funnel food off a cutting board?

Midterm in Mathematics Courses

Does it take energy to move something in a circle?

What is the industry term for house wiring diagrams?

Has any human ever had the choice to leave Earth permanently?

Translation needed for 130 years old church document

Is there a way to store 9th-level spells in a Glyph of Warding or similar method?

Why avoid shared user accounts?

Converting very wide logos to square formats



Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found. …ludegraphics[width=7.5cm]{LastFig2a.tif}}


EPS Figure is cutoff on right when built to pdf, .eps is finepdftex.def Error: File logo-eps-converted-to.pdf not foundProblem in MacTeX: package pdftex.def Error: File `./image1-eps-converted-to.pdf' not foundPackage pdftex.def Error file-pics.pdf not foundCannot insert .eps figure into LuaLaTeX compilationepspdfconversion error: 'pdftex.def Error: … … .pdf not found'Failing to uploud latex file to arXiv. ! Package pdftex.def Error: File `Loss_Median.pdf' not foundIncluding eps graphics and compiling with pdflatex gives a pdftex.def Error: File 'xxx-eps-converted-to.pdf' not foundpdfLatex vs Latex>DVI>PS>PDF for EPS, PDF, PNG images (Texstudio)! Package pdftex.def Error: 'eps-converted-to.pdf' not found













0















I have a latex file that includes figures in PDF and PNG format and compiles well. The journal asked me to convert all the figures to EPS or TIF. I converted all my figures to TIF.
When compiling I got the following error:



Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found. ...ludegraphics[width=7.5cm]{LastFig2a.tif}}


I use the following packages:



usepackage{graphicx}
usepackage{subfigure}
usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


This is the way I use the figures for instance:



begin{figure}
hfill
subfigure[J48 - KDD]{includegraphics[width=7.5cm]{LastFig2a.tif}}
hfill
subfigure[CART - KDD ]{includegraphics[width=7.5cm]{LastFig2b.tif}}
hfill
subfigure[J48 - RLCP]{includegraphics[width=7.5cm]{LastFig2c.tif}}
hfill
subfigure[CART - RLCP]{includegraphics[width=7.5cm]{LastFig2d.tif}}
hfill
caption{Accuracy Results for KDDCUP and RLCP dataset}
label{fig:DS3}
end{figure}


What do I have to do that I'll be able to compile with TIF format as well as with eps?










share|improve this question

























  • Erh, latex does not support tif, what exactly are you submitting to?

    – daleif
    Oct 31 '18 at 20:33











  • I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

    – Avi
    Oct 31 '18 at 20:36






  • 1





    you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

    – David Carlisle
    Oct 31 '18 at 20:38













  • So the only thing I have to do is to convert my figures to tiff format?

    – Avi
    Oct 31 '18 at 20:41
















0















I have a latex file that includes figures in PDF and PNG format and compiles well. The journal asked me to convert all the figures to EPS or TIF. I converted all my figures to TIF.
When compiling I got the following error:



Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found. ...ludegraphics[width=7.5cm]{LastFig2a.tif}}


I use the following packages:



usepackage{graphicx}
usepackage{subfigure}
usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


This is the way I use the figures for instance:



begin{figure}
hfill
subfigure[J48 - KDD]{includegraphics[width=7.5cm]{LastFig2a.tif}}
hfill
subfigure[CART - KDD ]{includegraphics[width=7.5cm]{LastFig2b.tif}}
hfill
subfigure[J48 - RLCP]{includegraphics[width=7.5cm]{LastFig2c.tif}}
hfill
subfigure[CART - RLCP]{includegraphics[width=7.5cm]{LastFig2d.tif}}
hfill
caption{Accuracy Results for KDDCUP and RLCP dataset}
label{fig:DS3}
end{figure}


What do I have to do that I'll be able to compile with TIF format as well as with eps?










share|improve this question

























  • Erh, latex does not support tif, what exactly are you submitting to?

    – daleif
    Oct 31 '18 at 20:33











  • I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

    – Avi
    Oct 31 '18 at 20:36






  • 1





    you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

    – David Carlisle
    Oct 31 '18 at 20:38













  • So the only thing I have to do is to convert my figures to tiff format?

    – Avi
    Oct 31 '18 at 20:41














0












0








0








I have a latex file that includes figures in PDF and PNG format and compiles well. The journal asked me to convert all the figures to EPS or TIF. I converted all my figures to TIF.
When compiling I got the following error:



Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found. ...ludegraphics[width=7.5cm]{LastFig2a.tif}}


I use the following packages:



usepackage{graphicx}
usepackage{subfigure}
usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


This is the way I use the figures for instance:



begin{figure}
hfill
subfigure[J48 - KDD]{includegraphics[width=7.5cm]{LastFig2a.tif}}
hfill
subfigure[CART - KDD ]{includegraphics[width=7.5cm]{LastFig2b.tif}}
hfill
subfigure[J48 - RLCP]{includegraphics[width=7.5cm]{LastFig2c.tif}}
hfill
subfigure[CART - RLCP]{includegraphics[width=7.5cm]{LastFig2d.tif}}
hfill
caption{Accuracy Results for KDDCUP and RLCP dataset}
label{fig:DS3}
end{figure}


What do I have to do that I'll be able to compile with TIF format as well as with eps?










share|improve this question
















I have a latex file that includes figures in PDF and PNG format and compiles well. The journal asked me to convert all the figures to EPS or TIF. I converted all my figures to TIF.
When compiling I got the following error:



Package pdftex.def Error: File `LastFig2a-tif-converted-to.png' not found. ...ludegraphics[width=7.5cm]{LastFig2a.tif}}


I use the following packages:



usepackage{graphicx}
usepackage{subfigure}
usepackage{epstopdf}
epstopdfDeclareGraphicsRule{.tif}{png}{.png}{convert #1 OutputFile}
AppendGraphicsExtensions{.tif}


This is the way I use the figures for instance:



begin{figure}
hfill
subfigure[J48 - KDD]{includegraphics[width=7.5cm]{LastFig2a.tif}}
hfill
subfigure[CART - KDD ]{includegraphics[width=7.5cm]{LastFig2b.tif}}
hfill
subfigure[J48 - RLCP]{includegraphics[width=7.5cm]{LastFig2c.tif}}
hfill
subfigure[CART - RLCP]{includegraphics[width=7.5cm]{LastFig2d.tif}}
hfill
caption{Accuracy Results for KDDCUP and RLCP dataset}
label{fig:DS3}
end{figure}


What do I have to do that I'll be able to compile with TIF format as well as with eps?







floats eps tiff






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 32 mins ago









Henri Menke

75.7k8165277




75.7k8165277










asked Oct 31 '18 at 20:30









AviAvi

357514




357514













  • Erh, latex does not support tif, what exactly are you submitting to?

    – daleif
    Oct 31 '18 at 20:33











  • I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

    – Avi
    Oct 31 '18 at 20:36






  • 1





    you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

    – David Carlisle
    Oct 31 '18 at 20:38













  • So the only thing I have to do is to convert my figures to tiff format?

    – Avi
    Oct 31 '18 at 20:41



















  • Erh, latex does not support tif, what exactly are you submitting to?

    – daleif
    Oct 31 '18 at 20:33











  • I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

    – Avi
    Oct 31 '18 at 20:36






  • 1





    you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

    – David Carlisle
    Oct 31 '18 at 20:38













  • So the only thing I have to do is to convert my figures to tiff format?

    – Avi
    Oct 31 '18 at 20:41

















Erh, latex does not support tif, what exactly are you submitting to?

– daleif
Oct 31 '18 at 20:33





Erh, latex does not support tif, what exactly are you submitting to?

– daleif
Oct 31 '18 at 20:33













I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

– Avi
Oct 31 '18 at 20:36





I would like to submit a paper to journal (big data journal) and we produced pdf from latex. However, while submitting we got an error and they told us that the figures should be in tif format or eps....

– Avi
Oct 31 '18 at 20:36




1




1





you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

– David Carlisle
Oct 31 '18 at 20:38







you need the original images for latex, presumably the journal want the figures in addition in tiff or eps for their in-house processes.

– David Carlisle
Oct 31 '18 at 20:38















So the only thing I have to do is to convert my figures to tiff format?

– Avi
Oct 31 '18 at 20:41





So the only thing I have to do is to convert my figures to tiff format?

– Avi
Oct 31 '18 at 20:41










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%2f457797%2fpackage-pdftex-def-error-file-lastfig2a-tif-converted-to-png-not-found-lu%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%2f457797%2fpackage-pdftex-def-error-file-lastfig2a-tif-converted-to-png-not-found-lu%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

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...