I'm learning TeX, and today I try creating a bibliography. The problem is I keep my bib file in a folder, say a centralized folder for most of my source codes, and I compose the Tex file in another folder. I know that I should use this command for generating the bibliography:
Code: Select all
\bibliography{path_to_my_bib_file}
In my case, there are some spaces in the path:
C:/Document and Setting/User name/Source...
How can I solve the "space" problem and generate the bibliography?
Thanks in advance for your help.