살아가는 이야기
LaTeX error: ! File ended while scanning use of \@writefile. 본문
LaTeX 오류 중 아래와 같이 끝나는 오류가 발생하는 경우가 있다.
! File ended while scanning use of \@writefile.
<inserted text>
\par
l.16 \begin{document}
분명 파일에는 아무 문제가 없는데 이런 오류가 발생하는 경우에는 해당 .aux 파일을 지우고 다시 LaTeX을 수행하면 해결될 수도 있다. 추정컨대 \begin{document} 근처에서 TOC를 만들기 위해 .aux 파일을 참조하는데 .aux 파일이 어떤 이유에서 망가졌을 경우에 발생하는 것 같다.
=== For English Users ===
Using LaTeX, if you got the following error message:
! File ended while scanning use of \@writefile.
<inserted text>
\par
l.16 \begin{document}
please, try to delete .aux file and recompile the LaTeX document. It seems to be caused by the corrupted .aux file in generating the TOC of your document.
Comments