作者cgkm (cgkm)
看板LaTeX
标题Re: [问题] 请问关於 subfigure 的caption
时间Tue Jul 3 12:53:53 2007
\usepackage{subfigure}
...
\begin{figure}
\centering
\subfigure[]{xxxxx
\label{fig:图a} } \quad
\subfigure[]{yyyyy
\label{fig:图b} }
\caption{
\subref{fig:图a} Five x's.
\subref{fig:图b} Five y's.
\label{fig:图}}
\end{figure}
结果:
xxxxx yyyyy
(a) (b)
Figure 1. (a) Five x's. (b) Five y's.
※ 引述《shihtse (hi hi ...)》之铭言:
: 请问关於subfigure的caption
: 使用subfigure的情况
: \usepackage{subfigure}
: 结果如下
: xxxxxxxxx xxxxxxxxx
: xxxxxxxxx xxxxxxxxx
: xxxxxxxxx xxxxxxxxx
: (a) aa (b) bb
: Fig.x.x ccccccccccc
: 现在想要变成下面的结果
: xxxxxxxxx xxxxxxxxx
: xxxxxxxxx xxxxxxxxx
: xxxxxxxxx xxxxxxxxx
: (a) (b)
: Fig.x.x (a) aa (b) bb
: 请问一下要如何达成 谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 75.62.135.55
1F:推 shihtse:谢谢你 07/04 11:50