论书目编纂

论书目编纂

我在 Raspbian 上使用 Gummi,并尝试编译参考书目文件。我尝试了本网站上已经提到的许多技巧,但无济于事。

书目文件检测正常,并列出了我的参考文献(所以我假设.bib文件在语法上是正确的)但它无法编译。

出现的错误是:

I couldn't open database file .Thesis.tex-blx.bib
---line 3 of file /tmp/.Thesis.tex.aux
: \bibdata{.Thesis.tex-blx
:              ,/home/myusername/LaTeX/thesis}
I'm skipping whatever remains of this command
I found no database files---while reading file /
tmp/.Thesis.tex.aux
Warning--I didn't find a database entry for "biblatex-control"
Biblatex version: 1.7

其他相关代码:

\usepackage[backend=bibtex, style=numeric]{biblatex}
%other preamble stuff
\bibliography{thesis}
%body of my document
\nocite{*}
\printbibliography
\end{document}

我的 LaTeX 文件和 .bib 文件都称为“论文”,前者的“T”大写。

这是我第一次必须制作参考书目(耶,数学课程!)所以我可能错过了一些非常明显的东西。不过,任何帮助都会很感激。

相关内容