LATEX中怎么讲两个图并列放置之后让各自的图题在图下面居中 50
如图所示,想让两个图的标题能居中放置。下面是靓图并列的程序。\begin{figure}\begin{center}\begin{minipage}[c]{0.5\tex...
如图所示,想让两个图的标题能居中放置。下面是靓图并列的程序。
\begin{figure}
\begin{center}
\begin{minipage}[c]{0.5\textwidth}
\centering
\includegraphics[angle=0,width=8cm,height=5.6cm]{tu4.eps}%就在前面括号中写图片名
%\renewcommand{\figurename}{Figure 4. Respective throughputs of sharing bottleneck link by Vegas and Reno}
\centering
\caption{Respective~~throughputs~~of~~sharing~~~~~~~~bottleneck link by Vegas and Reno}
\label{fig:levfig}
\end{minipage}%
\begin{minipage}[c]{0.5\textwidth} \centering\includegraphics[angle=0,width=8cm,height=5.6cm]{tu5.eps}
\caption{Respective throughput of sharing bottleneck link by Adaptive Vegas and Reno }
\label{fig:levfig}
\end{minipage}
\end{center}
\end{figure} 展开
\begin{figure}
\begin{center}
\begin{minipage}[c]{0.5\textwidth}
\centering
\includegraphics[angle=0,width=8cm,height=5.6cm]{tu4.eps}%就在前面括号中写图片名
%\renewcommand{\figurename}{Figure 4. Respective throughputs of sharing bottleneck link by Vegas and Reno}
\centering
\caption{Respective~~throughputs~~of~~sharing~~~~~~~~bottleneck link by Vegas and Reno}
\label{fig:levfig}
\end{minipage}%
\begin{minipage}[c]{0.5\textwidth} \centering\includegraphics[angle=0,width=8cm,height=5.6cm]{tu5.eps}
\caption{Respective throughput of sharing bottleneck link by Adaptive Vegas and Reno }
\label{fig:levfig}
\end{minipage}
\end{center}
\end{figure} 展开
2个回答
展开全部
不知道你的documentclass是啥 。。。
用caption包就可以了。
\usepackage{caption}
\captionsetup{justification=centering}
用caption包就可以了。
\usepackage{caption}
\captionsetup{justification=centering}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
方法很多啊,比如用表格,minipage,也可以直接用includegraphics放: \begin{figure}[H]\centering \includegraphics[width=.25\textwidth]{fig1.jpg} \includegraphics[width=.25\textwidth]{fig3.jpg} \includegraphics[width=.25\textwidth]
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询