文章目录
- 一、字符类
- 1.罗马字母
- 2.字母公式体
- 3.给字母加上下标
- 4.百分号
- 二、各种符号列表类
- 1. 实心列表符号
- 2.自定义列表符号
- 三、表格
- 四、图片类
- 插入图片并写题注
一、字符类
1.罗马字母
- 罗马字母对照表
2.字母公式体
# 两边用 $包起来即可:
$ds$
3.给字母加上下标
- 给字母加入上下标
4.百分号
1 \%
二、各种符号列表类
1. 实心列表符号
- 其他列表:Latex学习之插入编号-实心圆点列表,横杆,数字
- 圆点列表
Our main contributions are as follows:
\begin{itemize}
\item[$\bullet$] content1
\item[$\bullet$] content2
\end{itemize}
2.自定义列表符号
- Latex中item的用法:自定义标号
三、表格
表格生成网站:https://www.tablesgenerator.com/
- 格式1
\begin{table}[]
\begin{tabular}{c|c|c|c|c}
\hline
& & & & \\ \hline
& & & & \\ \hline
& & & & \\
& & & & \\ \hline
\end{tabular}
\end{table}
四、图片类
插入图片并写题注
- Latex——加入图片并给图片写题注