Latex 常用格式

这篇博客详细介绍了LaTeX的常用格式,包括文本的标题、加粗、罗马数字和编号,无序与有序列表的创建,以及图片的居中展示。同时,还涵盖了公式编辑,如数学符号、行间公式和居中显示,以及不同类型的表格布局,如三线表和长表格的处理方法。引用参考文献和图片的技巧也被提及。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Latex常用格式

文本格式

标题

一级标题  \section

二级标题  \subsection

三级级标题  \subsubsection

加粗

\textbf{}

罗马数字

\uppercase\expandafter{\romannumeral 数字}

编号

无序编号

\begin{itemize}
	\item a
	\item[*] a             % *标号
	\item[-] a             % -标号
	\item b
		\subitem c
\end{itemize}

有序编号

默认
\begin{enumerate}[(i)]
	\item a
	\item b
		\subitem c
\end{enumerate}
(i)
\begin{enumerate}[(i)]
	\item a
	\item b
\end{enumerate}
(1)
\begin{enumerate}[(1)]
	\item a
	\item b
\end{enumerate}

参考文献

\begin{thebibliography}{99}
	\bibitem{标签} Einstein, A., Podolsky, B., \& Rosen, N. (1935). Can quantum-mechanical description of physical reality be considered complete?. \emph{Physical review}, 47(10), 777.
	\bibitem{标签} \emph{A simple, easy \LaTeX\ template for MCM/ICM: EasyMCM}. (2018). Retrieved December 1, 2019, from\url{[https://www.cnblogs.com/xjtu-blacksmith/p/easymcm.html](https://www.cnblogs.com/xjtu-blacksmith/p/easymcm.html)}
\end{thebibliography}

引用方法:\cite{标签}

图片

单图-居中

\begin{figure}[htbp]
	\centering
	\includegraphics[width=.6\textwidth]{名字.png}
	\ca
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值