有人有使用最新的 acmart 初級文章範本 - LaTeX for ACM 的經驗嗎?

有人有使用最新的 acmart 初級文章範本 - LaTeX for ACM 的經驗嗎?

我已經下載了最新的主要文章範本 - LaTeX for ACM。我目前正在使用:

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 來解決這個問題。

相關內容