\begin{document}
\title{My First \LaTeX \ Model}
\author{唐维康}
\date{\today}
\maketitle
\begin{abstract}
本文主要介绍如何用LaTeX完成第一个模板
\end{abstract}
\tableofcontents
\newpage
\section{换行}
%
\begin{table}[!ht]
\centering
\caption{latex的学习}
\begin{tabular}{cccc}
\hline
\ &指标一&指标二&指标三\\
\hline
方案一&1&2&3\\
方案二&4&5&6\\
\hline
\end{tabular}
\end{table}
\section{列表}
列表有三种:无序列表,有序列表,描述列表
\begin{itemize}
\item 无序列表
\item 无序列表
\end{itemize}
\begin{enumerate}
\item 有序列表
\item 有序列表
\end{enumerate}
\begin{description}
\item[asd] 描述列表
\item[zxc] 描述列表
\end{description}
\section{章节目录}
\label{qaz}
\subsection{节标题}
这一小段我们介绍这些内容。
\subsubsection{子标题}
本课题将在理论和现实相结合的前提下,设计调查提纲和问卷,收集相关资料,客观分析问题。
以经常遭遇学生排斥的思想政治学习的主题为主要研究对象,探讨如何用学生能接纳的方式,让学生主动参与到思想政治学习中来。
\section{公式}
公式有两种:行内公式和行间公式\\
1.行内公式\\$a+b=c+d$\\
2.行间公式\\
\begin{align}
\label{*}
\text{若}AB^2=BC^2+C_{0} \\
\text{则}A=C \notag
\end{align}
\section{图片}
\begin{figure}[!ht]
\includegraphics[height=8cm]{C:/Users/taw19960426/Desktop/u=2151493683,1267395633&fm=26&gp=0.jpg}
\caption{美丽的花朵}
\label{花}
\end{figure}
\section{引用}
\noindent
1.满足公式\eqref{*}的整数成立。\\
2.图片\ref{花}是很美丽的。\\
3.章节\ref{qaz}介绍了LaTeX的使用。\\
4.这段话借助了\cite{1}。
\centering{
\begin{thebibliography}{99}
\bibitem{1}刘海洋.\emph{TaTeX入门}.电子工业出版社.2013.6
\end{thebibliography}}
\end{document}
生成pdf文件链接为:https://pan.baidu.com/s/1BSJJcxqPBDYGVx2dz8Wkvg
提取码:enhz