最新の Primary Article Template - LaTeX for ACM をダウンロードしました。現在使用しているのは以下です。
Texmaker 5.1.3
(compiled with Qt 5.15.2)
Copyright (c) 2003-2022 by Pascal Brachet
Quick Build を使用して PDF を生成しています。しかし、コンパイルされません。LaTeX を最小限の形式に縮小しました。
\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 が生成されます。エラーは 2 つあります。どちらも次のとおりです。
! 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 の両方をダウンロードする必要があります。