create render

This commit is contained in:
2020-09-11 15:23:08 +08:00
parent efc719ff7f
commit dcb0f3bf7c
9 changed files with 606 additions and 18 deletions

View File

@@ -1,8 +1,14 @@
\documentclass[UTF8]{ctexart}
\title{文章标题}
\author{David}
\date{\today}
\usepackage{graphicx}
\begin{document}
\maketitle
This is the context of the article.
\end{document}
\begin{figure}[h]
\centering
\includegraphics[scale=0.5 ]{Central_Topic.eps}
\caption{eps}
\label{eps}
\end{figure}
这是图\ref{eps}
\end{document}