Baixei o modelo de artigo primário mais recente - LaTeX para ACM. Atualmente estou usando:
Texmaker 5.1.3
(compiled with Qt 5.15.2)
Copyright (c) 2003-2022 by Pascal Brachet
Estou usando o Quick Build para gerar PDF. Mas não será compilado. Reduzi o látex à forma mínima.
\documentclass[manuscript,screen,review]{acmart}
\begin{document}
\title{The Name of the Title Is Hope}
\maketitle
\section{Introduction}
\end{document}
O problema é causado por \maketitle em \section{Introdução}. Excluir \section{Introdução} leva ao PDF de saída correto. Existem dois erros. Ambos são:
! 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,
Tentei a versão mais recente do TexMaker 5.1.4, mesmo problema para as amostras. Mas para o meu documento, o log agora diz:
Não consigo descobrir o motivo no log completo. Por favor ajude! Obrigado!
Responder1
Preciso baixar o MikTex mais recente e o TexMaker mais recente para resolver esse problema.