8 lines
182 B
TeX
8 lines
182 B
TeX
\documentclass[UTF8]{ctexart}
|
|
\title{文章标题}
|
|
\author{David}
|
|
\date{\today}
|
|
\begin{document}
|
|
\maketitle
|
|
This is the context of the article.
|
|
\end{document} |