This seems like a trivial thing, but I can't figure out how to use input properly on Fedora. When I used Windows 7, I would put the following into my document
\input{D:/Dropbox/Code_Library/LaTeX/custom_headings_1.tex}
The file is now located at /home/[user_name]/Home/Dropbox/Code_Library/LaTeX/custom_headings_1.tex
But when I try to use input{/home/[user_name]/Home/Dropbox/Code_Library/LaTeX/custom_headings_1.tex} I get a "file not found" error.
In retrospect, since I still use Windows regularly, doing this is probably not a good idea because I won't be able to compile documents on both platforms. Can any one suggest a better file inclusion system than putting a "custom_headings_1.tex" file in every new document's folder?
[user_name]have spaces? – egreg Apr 8 '12 at 13:27