作者killyou (xxx)
看板LaTeX
标题Re: [问题] 图形放置的问题
时间Fri Dec 10 00:08:51 2010
※ 引述《evilpigcow (常保赤子之心~)》之铭言:
: 用画图的方式来讲解好了 原先是在two-column的模式下 要插入四张图(a)~(d)
: 在编译的时候是出现下面的这样情形
: 第一行 第二行
: □
: (a)
: □
: (b)
: □
: (c)
: □
: (d)
: 图一:PTT
: 请问有办法编译成:
: 第一行 第二行
: □ □
: (a) (b)
: □ □
: (c) (d)
: 图一:PTT
: 下面是撰写的内容 请问我该修改哪边才能够出现像上面的那种情形呢?
\begin{figure
*}[h]
\centering
\begin{tabular}{c
c}
\includegraphics[width=0.40\textwidth]{384K.pdf}
&
\includegraphics[width=0.40\textwidth]{512K.pdf}\\
\fontsize{8}{8pt}\selectfont (a) ${BW_{req}}$: 384K.
&
\fontsize{8}{8pt}\selectfont (b) ${BW_{req}}$: 512K.\\
\includegraphics[width=0.40\textwidth]{1024M.pdf}
&
\includegraphics[width=0.40\textwidth]{384K-1024M.pdf}\\
\fontsize{8}{8pt}\selectfont (c) ${BW_{req}}$: 1024M.
&
\fontsize{8}{8pt}\selectfont (d) ${BW_{req}}$: 384K-1024M.
\end{tabular}
\caption{PTT}
\label{fig:haha}
\end{figure
*}
: 请问是不是修改[ ]的内容啊 但我改了老半天他都没在动说= ="
figure* 是在two-column中跨栏
你还要它排两栏就要
\begin{tabular}{cc}
1 & 2 \\
3 & 4 \\
5 & 6 \\
7 & 8
\end{tabular}
wish it helps.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 124.8.76.116
1F:推 evilpigcow:哇~太棒了 原来是这样 谢谢大大 我学起来了:D 12/10 00:16
2F:→ andrew43:很杀的 id 但人很善良. 12/10 02:05