IEEE latex 三个子图并排占两列 三个子图竖排占一列 三线表

1.下面是实现3个子图竖着排占1列;
 

\begin{figure}[htbp]
    
    \centering
    
    \subfigure[Number of elements read] {\includegraphics[height=2in,width=2in,angle=0]{fig/Graph1.eps}}
    
    \subfigure[Size of disk files scanned] {\includegraphics[height=2in,width=2in,angle=0]{fig/Graph2.eps}}
    
    \subfigure[Execution time] {\includegraphics[height=2in,width=2in,angle=0]{fig/Graph3.eps}}
    
    \caption{ PathStack versus TJFast using XMark data }
    
    \label{fig5}
    
\end{figure}

2.下面是“3个子图并排占2列”的代码:

\begin{figure*}[!htbp]


\centering
\subfigure[fig1]{
	\label{fig:subfig:a} %% label for first subfigure
	\includegraphics[width=3.2cm,height=3.5cm]{fig/Graph1.eps}}
\hspace{0.5in}
\subfigure[fig2]{
	\label{fig:subfig:b} %% label for second subfigure
	\includegraphics[width=3.2cm,height=3.5cm]{fig/Graph2.eps}}
\hspace{0.5in}
\subfigure[fig3]{
	\label{fig:subfig:c} %% label for second subfigure
	\includegraphics[width=3.2cm,height=3.5cm]{fig/Graph3.eps}}
\caption{dabiaoti}
\label{fig:subfig} %% label for entire figure
\end{figure*}


\begin{table}[htbp]
	\caption{Table Type Styles}
	\begin{center}
		\begin{tabular}{cccc}
			\hline
			\hline
			\textbf{Table}&\multicolumn{3}{c}{\textbf{Table Column Head}} \\
			\cline{2-4} 
			\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
			\hline
			copy& More table copy$^{\mathrm{a}}$& aa & bb  \\
			\hline
			cc& dd $^{\mathrm{a}}$& aa & bb  \\
			\hline
			\hline
			%\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
		\end{tabular}
		\label{tab1}
	\end{center}
\end{table}

3.下面是实现3线表实现代码:

\begin{table}[htbp]
	\caption{Table Type Styles}
	\begin{center}
		\begin{tabular}{cccc}
			\hline
			\hline
			\textbf{Table}&\multicolumn{3}{c}{\textbf{Table Column Head}} \\
			\cline{2-4} 
			\textbf{Head} & \textbf{\textit{Table column subhead}}& \textbf{\textit{Subhead}}& \textbf{\textit{Subhead}} \\
			\hline
			copy& More table copy$^{\mathrm{a}}$& aa & bb  \\
			\hline
			cc& dd $^{\mathrm{a}}$& aa & bb  \\
			\hline
			\hline
			%\multicolumn{4}{l}{$^{\mathrm{a}}$Sample of a Table footnote.}
		\end{tabular}
		\label{tab1}
	\end{center}
\end{table}

  • 3
    点赞
  • 23
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值