当我尝试运行我的文件时,出现此错误。我尝试输入参考,但只得到[?]
。这是主文档:
\documentclass[10pt,a4paper]{article}
\usepackage{standalone}
\usepackage[english]{babel}
\begin{document}
\tableofcontents
\newpage % Hieronder voeg je de hoofdstukken in
\input{../tex/hoofdstuk1}
\input{../tex/hoofdstuk2}
\newpage
\section*{References}
\bibliography{bibliography.bib}
\end{document}
我在文件中hoofdstuk2
引用了这样的来源:\cite{Tsao2013558}
我不明白为什么我的引用显示为[?]
。有人能帮助我吗?
答案1
给定的 MWE 的问题在于它不包含\bibiographystyle
因此bibtex
停止并出现错误
I found no \bibstyle command---while reading file hoofdstuk2..aux
(There was 1 error message)
并且它不会生成.bbl
文件。