LaTex表格在同一行里并排——minipage

LaTex表格在同一行里并排

采用minipage命令

格式是

> \begin{minipage}[c]{0.5\textwidth}
> \begin{tabular}{c|cc|cc|cc}
> 				XXX
> \end{tabular}
> \captionof{table}{Ablation studies 1.}
> \end{minipage}
> \begin{minipage}[c]{0.5\textwidth}
> \begin{tabular}{c|cc|cc|cc}
> 				XXX
> \end{tabular}
> \captionof{table}{Ablation studies 1.}
> \end{minipage}

特别注意两个minipage之间不要空行!!!
如果两个表格大小上不协调,可以用\scalebox{0.9}{ } 命令整体调整表格大小。

\begin{minipage}[c]{0.5\textwidth}
		\centering
		\label{tab:ablation2}
		\setlength{\tabcolsep}{0.5 mm}
		\scalebox{0.9}{
		\begin{tabular}{c|cc|cc|cc}
			\hline
			\multirow{2}*{p}  & \multicolumn{2}{c|}{Stage I } &    \multicolumn{2}{c|}{Stage II}  \\
			&PSNR   &   LPIPS   &PSNR   &   LPIPS   &   $\Delta$PSNR    &   $\Delta$LPIPS
			\\
			\hline
			8   &  35.00    &	0.0000	&    20.00	& 0.0000 &-10.00 &   0.0000  \\
			16   &  35.00    &	0.0000	&    20.00	& 0.0000 &-10.00 &   0.0000  \\
			32   &  35.00    &	0.0000	&    20.00	& 0.0000 &-10.00 &   0.0000  \\
			64   &  35.00    &	0.0000	&    20.00	& 0.0000 &-10.00 &   0.0000  \\
			
			\hline
		\end{tabular}
	}
	\captionof{table}{Ablation studies 1.}
\end{minipage}
\begin{minipage}[c]{0.5\textwidth}
		\centering
		\label{tab:ablation}
		\setlength{\tabcolsep}{0.5mm}
		\vspace{-1mm}
		\scalebox{0.85}{
		\begin{tabular}{lcc|cccc}
			\hline
			MMM  &    PPP &   AAA &  PSNR$\uparrow$    &   LPIPS$\downarrow$ & VOI-S$\downarrow$    &   VOI-M$\downarrow$
			\\
			\hline
			\XSolidBrush   & \XSolidBrush & \XSolidBrush& 23.00  & 0.5000  &   4.0000    &   2.0000 \\
			\XSolidBrush   &  \Checkmark  & \Checkmark & 23.00  & 0.5000  &   4.0000    &   2.0000 \\
			\Checkmark & \XSolidBrush  & \Checkmark    & 23.00  & 0.5000  &   4.0000    &   2.0000 \\
			\Checkmark  & \Checkmark   & \XSolidBrush  & 23.00  & 0.5000  &   4.0000    &   2.0000 \\
			\Checkmark  & \Checkmark   & \Checkmark   & 23.00  & 0.5000  &   4.0000    &   2.0000 \\
			
			\hline
		\end{tabular}
	}
	\captionof{table}{Ablation studies 2.}
\end{minipage}

效果图

在这里插入图片描述

另一种方式是minipage

minipage

\begin{figure}[!h]
	\vspace{0.3cm}
	\begin{center}
		\begin{minipage}{0.49\linewidth}
			\centerline{\includegraphics[width=1\linewidth]{./figures/chap_DADn/tsne1.png}}
		\end{minipage}
		\hfill
		\begin{minipage}{0.49\linewidth}
			\centerline{\includegraphics[width=1\linewidth]{./figures/chap_DADn/tsne2.png}}
		\end{minipage}
		\vfill
		\vspace{0.2cm}
		\begin{minipage}{0.49\linewidth}
			\small
			\centerline{(a)}
		\end{minipage}
		\hfill
		\begin{minipage}{0.49\linewidth}
			\small
			\centerline{(b)}
		\end{minipage}
	\end{center}
	\caption{t-SNE visualization of the distribution of (a) representations and (b) maps. }
	\vspace{0.3cm}
	\label{fig_tsne}
\end{figure}
  • 3
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值