“缺失数字,视为零”错误

“缺失数字,视为零”错误

我正在尝试编译教程中的示例,但有一个无法修复的错误。我的代码如下

\documentclass{article}
\title{Titulo}
\author{Example}
\begin{document}
\maketitle
\pagenumbering{gobble}
\newpage
\pagenumbering{Arabic}
\section{Section}
Hello world
\subsection{Subsection}
Structuring a document is easy
\end{document}

然后,运行代码时"Missing number, treated as zero, <to be read again>"\hfil \end{document}"出现错误:。

答案1

解决方案发布者

改变\pagenumbering{Arabic}\pagenumbering{arabic}

相关内容