我是 LaTeX 新手,遇到了一个看似不小的问题。每次使用时都会出现以下错误\section
! Argument of \@thirdoffive has an extra }.
<inserted text>
\par
l.70 \section{Intro}
如果我注释掉\section
一些行,错误就会消失,我的 PDF 会正确显示。我做错了什么?
平均能量损失
\documentclass{nolta}
\usepackage[dvips]{graphicx}
\usepackage{url}
\usepackage{color}
\usepackage[table,xcdraw]{xcolor}
\newcommand{\NOLTA}{\textbf{NOLTA}}
\setcounter{page}{01}%%
\title{Example Title}
\AUTHOR{%
\author[a]{Name Author1}{1}\orcid{000-0000-0000-0000},
}
\AFFILIATE{%
\affiliate{Institution}{1},
}
\EMAIL{%
\email{[email protected]}{a}
}
\begin{document}
\begin{abstract}
An example abstract can go here.
\end{abstract}
\begin{keywords}
KW1, KW2, KW3
\end{keywords}
\maketitle
\section{Intro}
This is an example intro.
\end{document}
为什么它不起作用?