Latex使用笔记

  • 根号 \sqrt[5]{777} 777 5 \sqrt[5]{777} 5777
  • 连乘 \prod_{i=1}^{n} ∏ i = 1 n \prod_{i=1}^{n} i=1n
  • Latex插入代码并高亮显示 https://blog.csdn.net/da_kao_la/article/details/83105948
  • 插入图片
	\begin{figure}
	\centering
	\includegraphics[width=4in]{2.jpg}
	\caption{对噪声图像2去噪 PSNR=33dB}
	\end{figure}
  • 并排插入图片
    可以参考
    https://blog.csdn.net/a6822342/article/details/80533135
    https://blog.csdn.net/u012428169/article/details/78014458/
	\begin{figure}
	\centering
		\begin{minipage}[t]{0.45\linewidth}
			\centering
			\includegraphics[width=3in]{Figure_1.png}
			\caption{对噪声图像1去噪 PSNR随卷积核大小的变化}
		\end{minipage}
	\begin{minipage}[t]{0.45\linewidth}
		\centering
		\includegraphics[width=3in]{Figure_2.png}
		\caption{对噪声图像2去噪 PSNR随卷积核大小的变化}
	\end{minipage}
	\end{figure}
  • 插入摘要
	\begin{abstract}
		....
	\end{abstract}
  • 插入假设
	\newtheorem{assumption}{Assumption}
	\begin{assumption}
		If 
	\end{assumption}
  • 插入引理
\newtheorem{lemma}{Lemma}[section]
\begin{lemma} \label{lemma1}

\end{lemma}
  • 插入定理
\newtheorem{thm}{\bf Theorem}[section]
\begin{thm}\label{thm1}
Suppose system (\ref{l1}) satisfies Assumption (\ref{mim1}), the closed-loop system consisting of
system (\ref{l1}), the disturbance observer (\ref{g1}) and the proposed controller (\ref{n3}) is semi-globally ISS.
\end{thm} 
  • 插入证明
\begin{proof}
***
\end{proof}
  • 插入空白行
\viskp\baselineskip 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值