Package pdftex.def Error file-pics.pdf not foundpsfrag or auto-pst-pdf return error: LaTeX Warning: File...
Is there a hobbyist standard for Trains track modules?
Citing contemporaneous (interlaced?) preprints
When was drinking water recognized as crucial in marathon running?
I can't die. Who am I?
Why are special aircraft used for the carriers in the United States Navy?
Can I solder 12/2 Romex to extend wire 5 ft?
If nine coins are tossed, what is the probability that the number of heads is even?
Why would the IRS ask for birth certificates or even audit a small tax return?
Rationale to prefer local variables over instance variables?
How to mitigate "bandwagon attacking" from players?
Practical reasons to have both a large police force and bounty hunting network?
What is better: yes / no radio, or simple checkbox?
Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?
Should we avoid writing fiction about historical events without extensive research?
In Adventurer's League, is it possible to keep the Ring of Winter if you manage to acquire it in the Tomb of Annihilation adventure?
Is the NES controller port identical to the port on a Wii remote?
When do _WA_Sys_ statistics Get Updated?
Is it possible to counterspell the revised Artificer?
Can a space-faring robot still function over a billion years?
"seeing as you don't know anyone but me" meaning in this context
Four buttons on a table
How to roleplay my character's ethics according to the DM when I don't understand those ethics?
Why did the Cray-1 have 8 parity bits per word?
Does "legal poaching" exist?
Package pdftex.def Error file-pics.pdf not found
psfrag or auto-pst-pdf return error: LaTeX Warning: File `filename-pics.pdf' not found on input linepdftex.def Error: File logo-eps-converted-to.pdf not foundProblem in MacTeX: package pdftex.def Error: File `./image1-eps-converted-to.pdf' not foundIncluding .eps figure in PDFLatexDrivers other than pdftex.def not supported, epstopdf problem?Cannot insert .eps figure into LuaLaTeX compilationChemdraw 16 for Mac OSX not working with psfrag and label replacing/autonumberingsublimetext 2, auto-pst-pdf, enable shell escape, chemnumCan chemnum replace TMP-Tags in any eps file, e.g. Origin? If so, how?Problem reading figures that are not in the same .tex folderProblems after installing Ubuntu 18.04 and EPS
I'm using chemnum. Conversion of EPS to PDF failed after a Windows updat:
! Package pdftex.def Error: File `file-pics.pdf' not found.See the pdftex.def package documentation for explanation.Type H <return> for immediate help.... includeschemes{pictures/pic1.eps}
I've reinstalled MikTeX and TeXmaker and updated MikTeX's packages.
I apologyse for my big example. I minimized it.
EDIT
documentclass[•]{article}
usepackage{graphicx}
usepackage[runs=2,crop=off]{auto-pst-pdf}
%eps mit pdflatex
%
begin{document}
%
includegraphics{5-FU.eps}
%
%
end{document}
And here is the log:
------ LaTeX Warning: File `Latex_beispiel-pics.pdf' not found on input line 10.
! Package pdftex.def Error: File `Latex_beispiel-pics.pdf' not found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.10 includegraphics{5-FU.eps}
Using draft setting for this image.
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package pst-pdf Warning: File `Latex_beispiel-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex Latex_beispiel.tex
(pst-pdf) dvips -o Latex_beispiel-pics.ps Latex_beispiel.dvi
(pst-pdf) ps2pdf Latex_beispiel-pics.ps
(pst-pdf) ---------------------------------------------- .
When i compile with usepackge{epstopdf} it works. without it doesn't. I have even tried to compile it the way it says in the .log: Latex->dvips->ps2pdf It still doesn't work. And I've found another strange thing. When I copy the file-pics.pdf from when it still worked, it deletes the .pdf with the pictures and puts out an error. I just don't get it anymore.
pdf eps chemnum
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 4 more comments
I'm using chemnum. Conversion of EPS to PDF failed after a Windows updat:
! Package pdftex.def Error: File `file-pics.pdf' not found.See the pdftex.def package documentation for explanation.Type H <return> for immediate help.... includeschemes{pictures/pic1.eps}
I've reinstalled MikTeX and TeXmaker and updated MikTeX's packages.
I apologyse for my big example. I minimized it.
EDIT
documentclass[•]{article}
usepackage{graphicx}
usepackage[runs=2,crop=off]{auto-pst-pdf}
%eps mit pdflatex
%
begin{document}
%
includegraphics{5-FU.eps}
%
%
end{document}
And here is the log:
------ LaTeX Warning: File `Latex_beispiel-pics.pdf' not found on input line 10.
! Package pdftex.def Error: File `Latex_beispiel-pics.pdf' not found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.10 includegraphics{5-FU.eps}
Using draft setting for this image.
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package pst-pdf Warning: File `Latex_beispiel-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex Latex_beispiel.tex
(pst-pdf) dvips -o Latex_beispiel-pics.ps Latex_beispiel.dvi
(pst-pdf) ps2pdf Latex_beispiel-pics.ps
(pst-pdf) ---------------------------------------------- .
When i compile with usepackge{epstopdf} it works. without it doesn't. I have even tried to compile it the way it says in the .log: Latex->dvips->ps2pdf It still doesn't work. And I've found another strange thing. When I copy the file-pics.pdf from when it still worked, it deletes the .pdf with the pictures and puts out an error. I just don't get it anymore.
pdf eps chemnum
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome! It cannot find the filefile-pics.pdf. Where is this file? Your document is using it, probably by including it using a package likegraphicxorpdfpages. Try putting it in the same directory as you.texfile.
– cfr
Nov 27 '15 at 0:11
Thanks for the answer! Thefile-pics.pdfis in the same directory with the.texfile. The.epsfiles are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.
– Murphy
Nov 27 '15 at 0:18
Create the smallest document you can which produces the error. Then post the code for that together with the.logfile.
– cfr
Nov 27 '15 at 0:24
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
1
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use oflipsumwhich you can't possibly need in your real document.
– cfr
Nov 27 '15 at 2:46
|
show 4 more comments
I'm using chemnum. Conversion of EPS to PDF failed after a Windows updat:
! Package pdftex.def Error: File `file-pics.pdf' not found.See the pdftex.def package documentation for explanation.Type H <return> for immediate help.... includeschemes{pictures/pic1.eps}
I've reinstalled MikTeX and TeXmaker and updated MikTeX's packages.
I apologyse for my big example. I minimized it.
EDIT
documentclass[•]{article}
usepackage{graphicx}
usepackage[runs=2,crop=off]{auto-pst-pdf}
%eps mit pdflatex
%
begin{document}
%
includegraphics{5-FU.eps}
%
%
end{document}
And here is the log:
------ LaTeX Warning: File `Latex_beispiel-pics.pdf' not found on input line 10.
! Package pdftex.def Error: File `Latex_beispiel-pics.pdf' not found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.10 includegraphics{5-FU.eps}
Using draft setting for this image.
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package pst-pdf Warning: File `Latex_beispiel-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex Latex_beispiel.tex
(pst-pdf) dvips -o Latex_beispiel-pics.ps Latex_beispiel.dvi
(pst-pdf) ps2pdf Latex_beispiel-pics.ps
(pst-pdf) ---------------------------------------------- .
When i compile with usepackge{epstopdf} it works. without it doesn't. I have even tried to compile it the way it says in the .log: Latex->dvips->ps2pdf It still doesn't work. And I've found another strange thing. When I copy the file-pics.pdf from when it still worked, it deletes the .pdf with the pictures and puts out an error. I just don't get it anymore.
pdf eps chemnum
I'm using chemnum. Conversion of EPS to PDF failed after a Windows updat:
! Package pdftex.def Error: File `file-pics.pdf' not found.See the pdftex.def package documentation for explanation.Type H <return> for immediate help.... includeschemes{pictures/pic1.eps}
I've reinstalled MikTeX and TeXmaker and updated MikTeX's packages.
I apologyse for my big example. I minimized it.
EDIT
documentclass[•]{article}
usepackage{graphicx}
usepackage[runs=2,crop=off]{auto-pst-pdf}
%eps mit pdflatex
%
begin{document}
%
includegraphics{5-FU.eps}
%
%
end{document}
And here is the log:
------ LaTeX Warning: File `Latex_beispiel-pics.pdf' not found on input line 10.
! Package pdftex.def Error: File `Latex_beispiel-pics.pdf' not found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.10 includegraphics{5-FU.eps}
Using draft setting for this image.
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package pst-pdf Warning: File `Latex_beispiel-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex Latex_beispiel.tex
(pst-pdf) dvips -o Latex_beispiel-pics.ps Latex_beispiel.dvi
(pst-pdf) ps2pdf Latex_beispiel-pics.ps
(pst-pdf) ---------------------------------------------- .
When i compile with usepackge{epstopdf} it works. without it doesn't. I have even tried to compile it the way it says in the .log: Latex->dvips->ps2pdf It still doesn't work. And I've found another strange thing. When I copy the file-pics.pdf from when it still worked, it deletes the .pdf with the pictures and puts out an error. I just don't get it anymore.
pdf eps chemnum
pdf eps chemnum
edited Nov 27 '15 at 13:32
Murphy
asked Nov 27 '15 at 0:05
MurphyMurphy
63
63
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Welcome! It cannot find the filefile-pics.pdf. Where is this file? Your document is using it, probably by including it using a package likegraphicxorpdfpages. Try putting it in the same directory as you.texfile.
– cfr
Nov 27 '15 at 0:11
Thanks for the answer! Thefile-pics.pdfis in the same directory with the.texfile. The.epsfiles are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.
– Murphy
Nov 27 '15 at 0:18
Create the smallest document you can which produces the error. Then post the code for that together with the.logfile.
– cfr
Nov 27 '15 at 0:24
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
1
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use oflipsumwhich you can't possibly need in your real document.
– cfr
Nov 27 '15 at 2:46
|
show 4 more comments
Welcome! It cannot find the filefile-pics.pdf. Where is this file? Your document is using it, probably by including it using a package likegraphicxorpdfpages. Try putting it in the same directory as you.texfile.
– cfr
Nov 27 '15 at 0:11
Thanks for the answer! Thefile-pics.pdfis in the same directory with the.texfile. The.epsfiles are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.
– Murphy
Nov 27 '15 at 0:18
Create the smallest document you can which produces the error. Then post the code for that together with the.logfile.
– cfr
Nov 27 '15 at 0:24
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
1
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use oflipsumwhich you can't possibly need in your real document.
– cfr
Nov 27 '15 at 2:46
Welcome! It cannot find the file
file-pics.pdf. Where is this file? Your document is using it, probably by including it using a package like graphicx or pdfpages. Try putting it in the same directory as you .tex file.– cfr
Nov 27 '15 at 0:11
Welcome! It cannot find the file
file-pics.pdf. Where is this file? Your document is using it, probably by including it using a package like graphicx or pdfpages. Try putting it in the same directory as you .tex file.– cfr
Nov 27 '15 at 0:11
Thanks for the answer! The
file-pics.pdf is in the same directory with the .tex file. The .eps files are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.– Murphy
Nov 27 '15 at 0:18
Thanks for the answer! The
file-pics.pdf is in the same directory with the .tex file. The .eps files are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.– Murphy
Nov 27 '15 at 0:18
Create the smallest document you can which produces the error. Then post the code for that together with the
.log file.– cfr
Nov 27 '15 at 0:24
Create the smallest document you can which produces the error. Then post the code for that together with the
.log file.– cfr
Nov 27 '15 at 0:24
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
1
1
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use of
lipsum which you can't possibly need in your real document.– cfr
Nov 27 '15 at 2:46
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use of
lipsum which you can't possibly need in your real document.– cfr
Nov 27 '15 at 2:46
|
show 4 more comments
1 Answer
1
active
oldest
votes
LaTeX Warning: File `*YourFilename*-pics.pdf' not found on input line ##
is most likely a failing in the auto-pst-pdf call via --shell-escape to perl or ghostscript
By default Tex Live for windows or mac may include minimal sets of these utilities.
However they are not normally installed with MiKTeX.
For the potential tests and solution see
https://tex.stackexchange.com/a/473106/170109
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f280215%2fpackage-pdftex-def-error-file-pics-pdf-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
LaTeX Warning: File `*YourFilename*-pics.pdf' not found on input line ##
is most likely a failing in the auto-pst-pdf call via --shell-escape to perl or ghostscript
By default Tex Live for windows or mac may include minimal sets of these utilities.
However they are not normally installed with MiKTeX.
For the potential tests and solution see
https://tex.stackexchange.com/a/473106/170109
add a comment |
LaTeX Warning: File `*YourFilename*-pics.pdf' not found on input line ##
is most likely a failing in the auto-pst-pdf call via --shell-escape to perl or ghostscript
By default Tex Live for windows or mac may include minimal sets of these utilities.
However they are not normally installed with MiKTeX.
For the potential tests and solution see
https://tex.stackexchange.com/a/473106/170109
add a comment |
LaTeX Warning: File `*YourFilename*-pics.pdf' not found on input line ##
is most likely a failing in the auto-pst-pdf call via --shell-escape to perl or ghostscript
By default Tex Live for windows or mac may include minimal sets of these utilities.
However they are not normally installed with MiKTeX.
For the potential tests and solution see
https://tex.stackexchange.com/a/473106/170109
LaTeX Warning: File `*YourFilename*-pics.pdf' not found on input line ##
is most likely a failing in the auto-pst-pdf call via --shell-escape to perl or ghostscript
By default Tex Live for windows or mac may include minimal sets of these utilities.
However they are not normally installed with MiKTeX.
For the potential tests and solution see
https://tex.stackexchange.com/a/473106/170109
answered Feb 3 at 16:02
KJOKJO
2,7491119
2,7491119
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f280215%2fpackage-pdftex-def-error-file-pics-pdf-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Welcome! It cannot find the file
file-pics.pdf. Where is this file? Your document is using it, probably by including it using a package likegraphicxorpdfpages. Try putting it in the same directory as you.texfile.– cfr
Nov 27 '15 at 0:11
Thanks for the answer! The
file-pics.pdfis in the same directory with the.texfile. The.epsfiles are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker.– Murphy
Nov 27 '15 at 0:18
Create the smallest document you can which produces the error. Then post the code for that together with the
.logfile.– cfr
Nov 27 '15 at 0:24
I've copied the information you mistakenly posted in the answer space into your question. Please use the 'edit' link to add information when required. The answer space should be reserved for answers. However, to copy everything, I had to reduce the number of total characters. To do this, I edited your original question quite drastically. Please check that it still reflects your intentions. I deleted some stuff repeated in the new material and tried to condense the rest, but it was not easy to do this without losing anything.
– cfr
Nov 27 '15 at 2:40
1
Is that really the smallest document which produces the error? If you remove anything there, the error is resolved? If so, just remove the use of
lipsumwhich you can't possibly need in your real document.– cfr
Nov 27 '15 at 2:46