Latex 常用格式

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}
	\caption{标题}\label{标签}
\end{figure}

引用方法:\ref{标签}

多图-居中

\begin{figure}[htbp]
	\centering
	
	\begin{subfigure}[b]{.4\textwidth}
		\includegraphics[wid
  • 0
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值