Latex 显示多组图,且不显示底标

该博客展示了如何使用 LaTeX 编写代码来组织和注释图像。第一个例子演示了如何在底部显示文字,包括引用和字母标记,而第二个例子则只显示图像,没有底部内容。这些示例对于学术写作和报告制作很有帮助。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一,仅在最底下显示自己所需文字时

latex代码:

\begin{figure}[t]%
\centering
\begin{center}
\begin{minipage}{\textwidth}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}c@{}c@{}c@{}c@{\extracolsep{\fill}}}
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} \\
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} \\
A & B & C & D \\
\cite{b22} &  & \cite{b33} & abc \\
\end{tabular*}
\end{minipage}
\end{center}
\caption{Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.}\label{fig6}
\end{figure}

效果图:

 

二,底部不显示内容

latex代码:

\begin{figure}[t]%
\centering
\begin{center}
\begin{minipage}{\textwidth}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}c@{}c@{}c@{}c@{\extracolsep{\fill}}}
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} \\
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} \\
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} &
\includegraphics[width = 2cm]{pic/qq.jpg} \\
\end{tabular*}
\end{minipage}
\end{center}
\caption{Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.Here is the caption.}\label{fig6}
\end{figure}

效果图:

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值