LATEX 多张图片,按m行n列排放

2张图片,1行2列:

\begin{figure}[htbp]
	\centering
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=1.0\linewidth]{image/process1.png}
		\caption{随即加入高斯噪声}
		\label{chutian1}%文中引用该图片代号
	\end{minipage}
	%\qquad
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=1.0\linewidth]{image/process2.png}
		\caption{旋转图像}
		\label{chutian2}%文中引用该图片代号
	\end{minipage}
\end{figure}

4张图片,2行2列

\begin{figure}[!h]
	\centering
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=0.9\linewidth]{image/car.png}
		\caption{car}
		\label{chutian1}%文中引用该图片代号
	\end{minipage}
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=0.9\linewidth]{image/bridge.png}
		\caption{bridge}
		\label{chutian2}%文中引用该图片代号
	\end{minipage}
	%\qquad
	%让图片换行,
	
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=0.9\linewidth]{image/pillbox.png}
		\caption{pillbox}
		\label{chutian3}%文中引用该图片代号
	\end{minipage}
	\begin{minipage}{0.49\linewidth}
		\centering
		\includegraphics[width=0.9\linewidth]{image/tent.png}
		\caption{tent}
		\label{chutian4}%文中引用该图片代号
	\end{minipage}
\end{figure}

3张图片,1行3列

    	\begin{figure}[!h]
    		\centering
    		\begin{subfigure}{0.325\linewidth}
    			\centering
    			\includegraphics[width=1.0\linewidth]{figures/Pearson相关系数.png}
    			\caption{Pearson相关系数}
    			\label{corr}%文中引用该图片代号
    		\end{subfigure}
    		%\qquad
    		\begin{subfigure}{0.325\linewidth}
    			\centering
    			\includegraphics[width=1.0\linewidth]{figures/Spearman相关系数.png}
    			\caption{Spearman相关系数}
    			\label{corr}%文中引用该图片代号
    		\end{subfigure}
    		%\qquad
    		\begin{subfigure}{0.325\linewidth}
    			\centering
    			\includegraphics[width=1.0\linewidth]{figures/Kendall相关系数.png}
    			\caption{Kendall相关系数}
    			\label{corr}%文中引用该图片代号
    		\end{subfigure}
    	\end{figure}

其中,begin{figure}的参数含义如下:

[h] ~ here,当前位置。将图形放置在正文文本中给出该图形环境的地方。如果本页所剩页面不够,这一参数将不起作用。
[t] ~ top,顶部。将图形放置在页面的顶部。
[b] ~ bottom,底部。将图形放置在页面的底部。
[p] ~ page of its own,浮动页。将图形放置在一个允许有浮动对象的页面上。

加 !是LaTex排版系统忽略“美学”标准,把表格和图片插入到你的文本中,是动的。但是不加!,图和表按顺序放置。所以为了让图片随着你的代码移动,最好加一个!

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值