以 article 格式为例
1. 标题、作者、日期
\title{Input the title here} %标题
\author{Input your name here} %作者姓名
\maketitle %完成标题,自动生成日期
2. 摘要
\title{Input the title here}
\author{Input your name here}
\maketitle
\begin{abstract}
Input the abstract here. %摘要内容
%空一行用以另起一行
\textbf{Keywords:}List the keywords here. %关键词
\end{abstract}
3. 部分
\part{}
4. 小节
\part{}
\section{Introdution}
\section{Assumptions and Justification}
\section{Notations}
\section{Model Design}
\section{Sensitivity Analysis}
\section{Further Discussion}
\section{Strength and Weakness}
\section{Appendix}
\section{Reference}
5. 子小节
\part{}
\section{Model Design}
\subsection{Model I}
\subsection{Model II}
6. 更小的小节
\part{}
\section{Model Design}
\subsection{Model I}
\subsubsection{Control Equations and Boundary Conditions}
\subsubsection{Calculating Results}
\subsubsection{Simulating Results}
7. 首段首行缩进
在导言区插入indentfirst宏包并进行设置
\usepackage{indentfirst}
\setlength{\parindent}{2em} %设置首行缩进两个字符
8. 另起一段
\subsection{Backgroung}
LaTeX is a high-quality typesetting system. %在段落结尾插入空行产生新的段落
LaTeX is available as free software.
9. 在本段中另起一行
\subsection{Backgroung}
LaTeX is a high-quality typesetting system.\\ %在段落结尾插入\\另起一行
LaTeX is available as free software.