Using include with file names that contain symbols and spaces
up vote
1
down vote
favorite
I need to include a chapter of a book if the name of the folder and the file contacting in is chapter1 and chapter1 respectively. I just do
include{chapter1/chapter1}
and everything is ok. The file name is not that do it is like this: word and word (assume it is called "black & blue")
I've tried the followings none of which have worked:
include{black_&_blue/black_&_blue}
include{black_&_blue/black_&_blue}
include{"black_&_blue"/"black_&_blue"}
include{"blackspace &space blue"/"blackspace &space blue"}
can somebody say how can I include the file name that has the symbols & and has spaces?
include
add a comment |
up vote
1
down vote
favorite
I need to include a chapter of a book if the name of the folder and the file contacting in is chapter1 and chapter1 respectively. I just do
include{chapter1/chapter1}
and everything is ok. The file name is not that do it is like this: word and word (assume it is called "black & blue")
I've tried the followings none of which have worked:
include{black_&_blue/black_&_blue}
include{black_&_blue/black_&_blue}
include{"black_&_blue"/"black_&_blue"}
include{"blackspace &space blue"/"blackspace &space blue"}
can somebody say how can I include the file name that has the symbols & and has spaces?
include
5
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to include a chapter of a book if the name of the folder and the file contacting in is chapter1 and chapter1 respectively. I just do
include{chapter1/chapter1}
and everything is ok. The file name is not that do it is like this: word and word (assume it is called "black & blue")
I've tried the followings none of which have worked:
include{black_&_blue/black_&_blue}
include{black_&_blue/black_&_blue}
include{"black_&_blue"/"black_&_blue"}
include{"blackspace &space blue"/"blackspace &space blue"}
can somebody say how can I include the file name that has the symbols & and has spaces?
include
I need to include a chapter of a book if the name of the folder and the file contacting in is chapter1 and chapter1 respectively. I just do
include{chapter1/chapter1}
and everything is ok. The file name is not that do it is like this: word and word (assume it is called "black & blue")
I've tried the followings none of which have worked:
include{black_&_blue/black_&_blue}
include{black_&_blue/black_&_blue}
include{"black_&_blue"/"black_&_blue"}
include{"blackspace &space blue"/"blackspace &space blue"}
can somebody say how can I include the file name that has the symbols & and has spaces?
include
include
edited Dec 1 at 10:56
chrisma
777416
777416
asked Nov 27 at 13:02
user175596
61
61
5
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45
add a comment |
5
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45
5
5
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f461990%2fusing-include-with-file-names-that-contain-symbols-and-spaces%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
5
It will take you 5 seconds to rename the files to something without spaces and funny symbols and perhaps hours to solve all the problems involved with such file names. Do you think it is really worth your time?
– Ulrike Fischer
Nov 27 at 14:45