|
源文件:
\documentclass[a4paper,12pt]{article}
\title{Welcome}
\author{redspider}
\date{2004.02.18}
\maketitle
\begin{document}
text
\end{document}
l
编译时出现错误提示:
!LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
1.5 \maketitle
?
但是编译的结果没问题,这时为什么。
\maketitle 命令有什么问题? |
|