최신 기본 기사 템플릿(ACM용 LaTeX)을 다운로드했습니다. 나는 현재 다음을 사용하고 있습니다:
Texmaker 5.1.3
(compiled with Qt 5.15.2)
Copyright (c) 2003-2022 by Pascal Brachet
Quick Build를 사용하여 PDF를 생성하고 있습니다. 하지만 컴파일되지는 않습니다. 라텍스를 최소한의 형태로 줄였습니다.
\documentclass[manuscript,screen,review]{acmart}
\begin{document}
\title{The Name of the Title Is Hope}
\maketitle
\section{Introduction}
\end{document}
이 문제는 \section{Introduction}의 \maketitle로 인해 발생합니다. \section{Introduction}을 삭제하면 올바른 PDF 출력이 생성됩니다. 두 가지 오류가 있습니다. 둘 다:
! Undefined control sequence.
\MakeTextUppercase ...\oe \OE \@@text@case@aux
{upper}{#1}{#2}
l.9 \section{Introduction}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
샘플과 동일한 문제인 TexMaker 5.1.4의 최신 버전을 사용해 보았습니다. 하지만 내 문서의 경우 로그에 다음과 같이 표시됩니다.
전체 로그로는 원인을 알 수 없습니다. 도와주세요! 감사해요!
답변1
이 문제를 해결하려면 최신 MikTex와 최신 TexMaker를 모두 다운로드해야 합니다.