How to input eps_tex from subdirectory?
I have the following directories:
maindir
'-thesis.tex
'-figures
'-drawing.eps_tex
'-drawing.eps
My thesis.tex looks like this:
documentclass{article}
usepackage{graphicx, color}
begin{document}
input{figures/drawing.eps_tex}
end{document}
When I try to compile I get the following error:
LaTeX Warning: File `drawing.eps' not found on input line 52.
! Package pdftex.def Error: File `drawing-eps-converted-to.pdf' not found.
If I have the drawing in the maindir
, the error does not occur and the drawing-eps-converted-to.pdf
is build and everything works as expected. Apparently, there is some implicit input{}
for the mentioned file from a script that thinks it is executed in the maindir
.
How to fix this? I have a lot of figures and don't want to keep them in the maindir
.
input eps
add a comment |
I have the following directories:
maindir
'-thesis.tex
'-figures
'-drawing.eps_tex
'-drawing.eps
My thesis.tex looks like this:
documentclass{article}
usepackage{graphicx, color}
begin{document}
input{figures/drawing.eps_tex}
end{document}
When I try to compile I get the following error:
LaTeX Warning: File `drawing.eps' not found on input line 52.
! Package pdftex.def Error: File `drawing-eps-converted-to.pdf' not found.
If I have the drawing in the maindir
, the error does not occur and the drawing-eps-converted-to.pdf
is build and everything works as expected. Apparently, there is some implicit input{}
for the mentioned file from a script that thinks it is executed in the maindir
.
How to fix this? I have a lot of figures and don't want to keep them in the maindir
.
input eps
add a comment |
I have the following directories:
maindir
'-thesis.tex
'-figures
'-drawing.eps_tex
'-drawing.eps
My thesis.tex looks like this:
documentclass{article}
usepackage{graphicx, color}
begin{document}
input{figures/drawing.eps_tex}
end{document}
When I try to compile I get the following error:
LaTeX Warning: File `drawing.eps' not found on input line 52.
! Package pdftex.def Error: File `drawing-eps-converted-to.pdf' not found.
If I have the drawing in the maindir
, the error does not occur and the drawing-eps-converted-to.pdf
is build and everything works as expected. Apparently, there is some implicit input{}
for the mentioned file from a script that thinks it is executed in the maindir
.
How to fix this? I have a lot of figures and don't want to keep them in the maindir
.
input eps
I have the following directories:
maindir
'-thesis.tex
'-figures
'-drawing.eps_tex
'-drawing.eps
My thesis.tex looks like this:
documentclass{article}
usepackage{graphicx, color}
begin{document}
input{figures/drawing.eps_tex}
end{document}
When I try to compile I get the following error:
LaTeX Warning: File `drawing.eps' not found on input line 52.
! Package pdftex.def Error: File `drawing-eps-converted-to.pdf' not found.
If I have the drawing in the maindir
, the error does not occur and the drawing-eps-converted-to.pdf
is build and everything works as expected. Apparently, there is some implicit input{}
for the mentioned file from a script that thinks it is executed in the maindir
.
How to fix this? I have a lot of figures and don't want to keep them in the maindir
.
input eps
input eps
asked Feb 19 at 15:25
MrJonasMrJonas
134
134
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Setting the graphicspath
fixed it:
graphicspath{{curdir figures/}}
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%2f475670%2fhow-to-input-eps-tex-from-subdirectory%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
Setting the graphicspath
fixed it:
graphicspath{{curdir figures/}}
add a comment |
Setting the graphicspath
fixed it:
graphicspath{{curdir figures/}}
add a comment |
Setting the graphicspath
fixed it:
graphicspath{{curdir figures/}}
Setting the graphicspath
fixed it:
graphicspath{{curdir figures/}}
answered Feb 19 at 15:31
MrJonasMrJonas
134
134
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%2f475670%2fhow-to-input-eps-tex-from-subdirectory%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