참고문헌/참고문헌은 어떠한 경우에도 작동하지 않습니다.

참고문헌/참고문헌은 어떠한 경우에도 작동하지 않습니다.

이것은 내 서문입니다. 나는 pdflatex를 통해 (fontspec 등 없이) 실행하고 내가 알 수 있는 한 문서를 올바르게 따르는 것을 포함하여 여러 가지를 시도했습니다(비록 내가 그렇지 않다는 것은 분명하지만). 나는 TeXworks와 TexStudio를 사용했습니다.

\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}

컴파일을 시도할 때의 로그입니다.

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.

여러 문제 해결 기사를 살펴본 후에도 무엇이 잘못되고 있는지 어디서부터 시작해야 할지 모르겠습니다. 스스로 알아차릴 만큼 분명한 내용을 찾을 수 없습니다.

관련 정보