Latex使用技巧

一、画图

\begin{figure}[h/t/b/p]
h——放置在此处
t——放置在顶部
b——放置在底部
p——浮动放置
*——两栏放置
	\begin{figure}[htbp]
		\begin{minipage}[t]{0.5\linewidth}
			\centering
			\centerline{\includegraphics[width=3.0cm]{2.eps}}
			\centerline{(a)}
		\end{minipage}%
		\begin{minipage}[t]{0.5\linewidth}
			\centering
			\centerline{\includegraphics[width=2.8cm]{3.eps}}
			\centerline{(b)}
		\end{minipage}
		\setlength{\abovecaptionskip}{1pt}
		\caption{Basic blocks of the backbone network}
		\label{fig:2}
	\end{figure}

在这里插入图片描述

	\begin{figure*}
		\begin{minipage}{1\linewidth}
			\centering
			\centerline{\includegraphics[width=16.0cm]{4.eps}}
			\centerline{(a)}
		\end{minipage}%
		
		\begin{minipage}{1\linewidth}
			\centering
			\centerline{\includegraphics[width=16.0cm]{5.eps}}
			\centerline{(b)}
		\end{minipage}
		
		\begin{minipage}{1\linewidth}
			\centering
			\centerline{\includegraphics[width=16.0cm]{6.eps}}
			\centerline{(c)}
		\end{minipage}
		
		\setlength{\abovecaptionskip}{6pt}
		\caption{Object detection results Comparison with other methods}
		\setlength{\abovecaptionskip}{9pt}
		\centerline{{(a) Proposed Network  (b) ShuffleNet V2  (c) MobileNet V2}}
		\label{fig:3}
	\end{figure*}

在这里插入图片描述
\begin{figure*}
\begin{minipage}{1\linewidth}
\centering
\centerline{\includegraphics[width=16.0cm]{4.eps}}
\centerline{(a)}
\end{minipage}%

	\begin{minipage}{1\linewidth}
		\centering
		\centerline{\includegraphics[width=16.0cm]{5.eps}}
		\centerline{(b)}
	\end{minipage}
	
	\begin{minipage}{1\linewidth}
		\centering
		\centerline{\includegraphics[width=16.0cm]{6.eps}}
		\centerline{(c)}
	\end{minipage}A
	
	\setlength{\abovecaptionskip}{6pt}
	\caption{Object detection results Comparison with other methods}
	\setlength{\abovecaptionskip}{9pt}
	\centerline{{(a) Proposed Network  (b) ShuffleNet V2  (c) MobileNet V2}}
	\label{fig:3}
\end{figure*}A

在这里插入图片描述
画图在文中引用:\ref{fig:2},\ref{fig:3}

二、表格

表格在线生成工具 general table

cccc:居中
llllll:靠左

\begin{table*}[htbp]
		\centering
		\begin{tabular}{|c|c|c|c|c|c|c|}
			\hline
			Method & Train$\_$Method & AP & $AP^{50}$ & $AP^{75}$ & $AP^{M}$ &$AP^{M}$\\
			\hline \hline
			\cline{1-7}
			\multirow{6}{*}{Car Point}
			&CMU-Pose&31.8&43.6&37.9&26.2&35.8\\
			\cline{2-7}
			&Pose-AE&32.8&43.7&39.2&28.6&39.3\\
			\cline{2-7}
			&Mask-RCNN&33.9&57.4&37.9&27.4&42.1\\
			\cline{2-7}
			&PersonLab&36.4&56.1&42.3&32.5&39.8\\
			\cline{2-7}
			&DLA&28.1&54.8&34.0&32.5&37.2\\
			\cline{2-7}
			&Center-net&33.0&56.8&41.6&32.9&42.4\\
			\cline{1-7}
			Box-middle&$--$&69.8&79.9&74.9&66.2&75.8\\
			\cline{1-7}
			Ours&$--$&78.8&90.3&85.4&75.8&82.7\\
			\hline
		\end{tabular}
	
     	\caption{The experimental results of the three methods regressing the grounding point separately: direct regression to the grounding point, identify the center of bottom edge of the wheel as the grounding point, and two stage strategy proposed by us.}
     	\setlength{\abovecaptionskip}{20pt}
		\label{table1}
	\end{table*}

在这里插入图片描述

\begin{table}
\centering
\setlength{\abovecaptionskip}{2pt}%
\setlength{\belowcaptionskip}{2pt}%
\captionsetup{font={small}}
\caption{The impact of the different methods updating tracking template. }\label{table02}
\begin{tabular}{@{}lccc@{}}
\toprule
ID Matching strategy in multi-camera  & $ID_{front}$  & $ID_{left}$    & $ID_{right}$      \\ \midrule
Baseline                      & 0.84      & 0.85     & 0.86      \\
+Attention module             & 0.87      & 0.92     & 0.89      \\
\begin{tabular}[c]{@{}l@{}}+Attention module \\ +Spatial constraint strategy\end{tabular} & 0.94      & 0.96     & 0.97 \\

\bottomrule
\end{tabular}
\end{table}

在这里插入图片描述

\begin{table*}
		\begin{center}
			\begin{tabular}{|c|c|c|c|}
				\hline
				Model & CPU & GPU & DSP \\
				\hline\hline
				ShuffleNet V2 + FFM & 523.3 & 75.6 & 28.8 \\
				MobileNet V2 + FFM & 531.8 & 78.1 & 30.3\\
				ZNet Full Channel & 551.4 & 81.2 & 32.5\\
				ZNet Half Channel & 249.3 & 34.4 & 14.3\\
				\hline
			\end{tabular}
		\end{center}
		\caption{Inference Time of ShuffleNet V2, MobileNet V2 and ZNet.The CPU, GPU, DSP represent the inference time (ms) on the Qualcomm Snapdragon platform.}
		\label{table:3}
	\end{table}

在这里插入图片描述
表格在文中引用:\ref{table:2},\reg{table:3}

三、参考文献

参考文献在bib文件里边
在这里插入图片描述
在bib文件里边放置bib类型的参考文献,粘贴进来即可,然后修改@article{ Alpher01}等方便引用。
在这里插入图片描述
在这里插入图片描述

正文中引用参考文献:\cite{Alpher01}

四、宏包的调用

在这里插入图片描述

五、公式排序

\begin{equation}

\end{equation}
\begin{equation}

    \left\{
             \begin{array}{lr}
             G(F(s_p^i))⋂G(F(s_p^j))=\theta &  \\
             s.t.s_p^i⋂s_p^j=\theta, &
             \end{array}
\right.
\end{equation}

在这里插入图片描述

\begin{equation}
\left\{
\begin{array}{cc}
     & G(F(s_p^i))⋂G(F(s_p^j))=\theta \\
     & s.t.s_p^i⋂s_p^j=\theta,
\end{array}
\right.
\end{equation}

在这里插入图片描述

  • 3
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

呆呆的猫

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值