Bibliographie/Referenzen funktionieren in keiner Weise

Bibliographie/Referenzen funktionieren in keiner Weise

Dies ist meine Einleitung. Ich habe mehrere Dinge ausprobiert, darunter das Ausführen durch pdflatex (ohne Fontspec usw.) und das ordnungsgemäße Befolgen der Dokumentation, soweit ich das beurteilen kann (obwohl es klar ist, dass ich das nicht tue). Ich habe TeXworks und TexStudio verwendet.

\documentclass[12pt]{article}
\usepackage[a4paper]{geometry}
\usepackage{fontspec}
\linespread{1.5}
\setmainfont{Times New Roman}
\usepackage{siunitx}
\title{a title}
\author{a name}
\newpage
\setcounter{page}{1}
\bibliography{essay}
\bibliographystyle{apalike}
\begin{document}

Dies ist das Protokoll, wenn ich versuche zu kompilieren

Missing \begin{document}. \begin{thebibliography}{}
Missing \begin{document}. \begin{thebibliography}{}
Empty `thebibliography' environment
Citation `Pyne05' on page 2 undefined
Citation `loturco15' on page 2 undefined
Citation `till15' on page 2 undefined
Citation `Haguenauer05' on page 2 undefined
Citation `baptista16' on page 2 undefined
Citation `atkinson98' on page 2 undefined
Citation `atkinson98' on page 2 undefined
Citation `safrit' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `klavora' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `leard' on page 2 undefined
Citation `buckthorpe12' on page 2 undefined
Citation `comyns23' on page 2 undefined
Citation `leard' on page 2 undefined
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
Underfull \hbox (badness 10000) in paragraph
There were undefined references.

Ich weiß nicht, wo ich anfangen soll, um herauszufinden, was schief läuft. Auch wenn ich mir mehrere Artikel zur Fehlerbehebung angesehen habe, kann ich nichts finden, was offensichtlich genug wäre, um mir auffallen zu können.

verwandte Informationen