我正在通过命令将文件路径传递给 bibtex
\bibliography{/Users/MyName/Dropbox/Bibliography Both/bibo}
但是,由于有空格(这个只是为了演示目的而做的愚蠢的事),BibTex 会抱怨:
This is BibTeX, Version 0.99d (TeX Live 2014)
The top-level auxiliary file: auxfile.aux
White space in argument---line 47 of file auxfile.aux
: \bibdata{'/Users/MyName/Dropbox/Bibliography
: Both/bibo'}
I'm skipping whatever remains of this command
The style file: ecta.bst
I found no database files---while reading file auxfile.aux
Warning--I didn't find a database entry for "RefWorks:13"
(There were 2 error messages)
有没有办法避开空白?要么
\
或双引号/单引号不起作用。
太感谢了!