我已下载了最新的 ACM 主要文章模板 - LaTeX。我目前正在使用:
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。有两个错误。均为:
! 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 来解决这个问题。