I get this error when I try to run my file.
I try to put in a reference, but I only got [?].
This is the main document:
\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}
In the file hoofdstuk2 I refer to a source like this: \cite{Tsao2013558}
I don't understand why my reference is displayed as [?].
Can someone help me?

{}symbol in the gui). This makes it much easier for people to help you because they can cut-and-paste your code, allowing them to easily edit and test it on their own system. – May 18 '16 at 10:52% Hieronder voeg je de hoofdstukken in \input{../tex/hoofdstuk1} \input{../tex/hoofdstuk2} \newpage \section*{References} \bibliography{bibliography.bib}
\end{document}
– user105939 May 18 '16 at 11:07hoofdstuk2.tex. Please don't post it as a comment but edit your question. I did part of that so that you can see how it works. This will increase your chances of getting help – sheß May 18 '16 at 16:47\bibliographystyle{<style>}and you have to remove.bibfrom the name of the bibliography. – Guido May 18 '16 at 18:09