\documentclass{article}
\begin{document}
this is my first document
\end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\documentclass{article} 声明文档的类型是一篇文章
\begin{document} 和\end{document}标出正文的范围
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\documentclass{UTF8}{ctexart}
\begin{document}
\section{文字}
特可爱排版
\section{数学}
a^2+b^2=c^2
\]
\end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~