TeXstudio:参考书目“我找不到样式文件”

TeXstudio:参考书目“我找不到样式文件”

我正在使用 TeXstudio,从今天起我遇到了以下有关参考书目的问题:

Prozess gestartet: bibtex.exe "dokument"

This is BibTeX, Version 0.99d (MiKTeX 2.9.6350 64-bit)
The top-level auxiliary file: dokument.aux
I couldn't open style file bibstyle.bst
---line 224 of file dokument.aux
 : \bibstyle{bibstyle
 :                   }
I'm skipping whatever remains of this command
I found no style file---while reading file dokument.aux
(There were 2 error messages)

Prozess endete mit Fehler(n)

我正在使用以下命令:

\bibliographystyle{bibstyle}
\bibliography{literatur}

最近几天我没有对参考书目做任何相关更改,至少没有刻意更改。我只是将*.tex源文件从网络驱动器移动到本地。

有人能帮助我吗?如有必要,我可以提供更多信息。

答案1

好吧伙计们,忘记我这个愚蠢的问题吧……

从网络驱动器移动到本地目录时,文件bibstyle.bst消失了 - 不要问我为什么。我现在恢复了它,一切又恢复正常了!

相关内容