出错代码:
\documentclass[10pt]{article}\title{My first document}
\date{2013-09-01}
\author{John Doe}\begin{document}\maketitle\chapter*{Abstract}Some more text
\end{document}
出错原因:\chapter只能用于book或者report,不能用于article
出错代码:
\documentclass[10pt]{article}\title{My first document}
\date{2013-09-01}
\author{John Doe}\begin{document}\maketitle\chapter*{Abstract}Some more text
\end{document}
出错原因:\chapter只能用于book或者report,不能用于article