include a .tex file with spaces in the filename
Posted
by NomeN
on Stack Overflow
See other posts from Stack Overflow
or by NomeN
Published on 2010-03-15T00:08:02Z
Indexed on
2010/03/15
0:09 UTC
Read the original article
Hit count: 222
I am including chapters in my latex file one by one by using the \include{}
statement, up till now I've had no problem with that. But I've recently written a chapter which I've saved under a name including spaces...because you can.
Now the include{}
statement apparently doesn't like spaces, and prints just the filename in my document in stead of the chapter.
It is probably a pretty easy fix (apart from removing the spaces in the filename, ;-) ), but I can't find it.
© Stack Overflow or respective owner