答案1
\maketitle
依赖于三个宏:\title
、\author
和\date
。如果你不指定后者,则默认使用今天的日期。因此你只需将其定义为空:
\documentclass[20pt]{article}
\title{The Derivative}
\date{}
\begin{document}
\maketitle
Learning goals: We start to develop ...
\end{document}
\maketitle
依赖于三个宏:\title
、\author
和\date
。如果你不指定后者,则默认使用今天的日期。因此你只需将其定义为空:
\documentclass[20pt]{article}
\title{The Derivative}
\date{}
\begin{document}
\maketitle
Learning goals: We start to develop ...
\end{document}