Latex 帮助
\命令行[UTF8]{参数}
\usepackage {graphicx}
\title {文章的标题}
\auther {作者名}
\date {\today}
\textbf{加粗}
\textit{斜体}
\underline{下划线}
一个换行符:空格
两个换行符:开启新段落
\part {第几部分}
\chapter {第几章}
\section {下划线}
\subsection {子章节}
图片
\begin {figure}
\includegraphics [width=0.5 \textwidth] \centering
\caption {标题}
\end {figure}
列表创建
\begin{itemize}
\item 列表项1
\item 列表项2
\end{itemize}
表格
\begin{tabular}{ c c c}
\hline
单元格1 & 单元格2
\begin{tabular}