Files
Latex_learning/temp.tex
2020-04-21 16:08:33 +08:00

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}