subimport and includegraphics compatibility issue
up vote
1
down vote
favorite
I am trying to subimport a content.tex document into a larger thesis.tex document. All works well with importing text and tikz files, but I am getting the following error when trying to import includegraphics{picture.png} which is called from the content.tex file.
Unable to load picture or PDF file
I've looked at a number of SO answers, but can't find anyone else who is having this problem.
I think that the problem might be coming from the fact that my includegraphics{} call is trying to find a file that is in a different directory than that which contains my content.tex. Specifically, I use the .. convention to navigate to a different directory, i.e. includegraphics{../../figs/picture.png}.
Any thoughts would be most appreciated.
graphics compiling import
add a comment |
up vote
1
down vote
favorite
I am trying to subimport a content.tex document into a larger thesis.tex document. All works well with importing text and tikz files, but I am getting the following error when trying to import includegraphics{picture.png} which is called from the content.tex file.
Unable to load picture or PDF file
I've looked at a number of SO answers, but can't find anyone else who is having this problem.
I think that the problem might be coming from the fact that my includegraphics{} call is trying to find a file that is in a different directory than that which contains my content.tex. Specifically, I use the .. convention to navigate to a different directory, i.e. includegraphics{../../figs/picture.png}.
Any thoughts would be most appreciated.
graphics compiling import
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to subimport a content.tex document into a larger thesis.tex document. All works well with importing text and tikz files, but I am getting the following error when trying to import includegraphics{picture.png} which is called from the content.tex file.
Unable to load picture or PDF file
I've looked at a number of SO answers, but can't find anyone else who is having this problem.
I think that the problem might be coming from the fact that my includegraphics{} call is trying to find a file that is in a different directory than that which contains my content.tex. Specifically, I use the .. convention to navigate to a different directory, i.e. includegraphics{../../figs/picture.png}.
Any thoughts would be most appreciated.
graphics compiling import
I am trying to subimport a content.tex document into a larger thesis.tex document. All works well with importing text and tikz files, but I am getting the following error when trying to import includegraphics{picture.png} which is called from the content.tex file.
Unable to load picture or PDF file
I've looked at a number of SO answers, but can't find anyone else who is having this problem.
I think that the problem might be coming from the fact that my includegraphics{} call is trying to find a file that is in a different directory than that which contains my content.tex. Specifically, I use the .. convention to navigate to a different directory, i.e. includegraphics{../../figs/picture.png}.
Any thoughts would be most appreciated.
graphics compiling import
graphics compiling import
edited Mar 8 '16 at 17:14
asked Mar 8 '16 at 1:03
user2728808
285
285
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
subimport doesn't update includegraphics, and the path is relative to the master .tex rather then the nested imported file.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
subimport doesn't update includegraphics, and the path is relative to the master .tex rather then the nested imported file.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
subimport doesn't update includegraphics, and the path is relative to the master .tex rather then the nested imported file.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
up vote
0
down vote
subimport doesn't update includegraphics, and the path is relative to the master .tex rather then the nested imported file.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
subimport doesn't update includegraphics, and the path is relative to the master .tex rather then the nested imported file.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 45 mins ago
Werner
431k599491628
431k599491628
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
Andrej
1011
1011
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Andrej is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
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%2f297878%2fsubimport-and-includegraphics-compatibility-issue%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