作者easy0519 ( dsasd)
看板LaTeX
标题Re: [问题] 关於并排多张图形的换页问题
时间Thu Jun 30 09:58:50 2011
subfig package \ContinuedFloat 的方式
----
\usepackage{subfig}
...
\begin{figure}
\centering
\mbox{
\subfloat[SubFigA]{
\includegraphics[width=1\textwidth]{SubFigAPath}
}
}
\mbox{
\subfloat[SubFigB]{
\includegraphics[width=1\textwidth]{SubFigBPath}
}
}
\caption{CaptionFigure}
\label{LabelFigure}
\end{figure}
\newpage
\begin{figure}
\ContinuedFloat
\centering
\mbox{
\subfloat[SubFigC]{
\includegraphics[width=1\textwidth]{SubFigCPath}
}
}
\caption{CaptionFigure}
\end{figure}
----
结果应该会像
@(a) SubFigA
@(b) SubFigB
Figure1.1 CaptionFigure
---换页
@(c) SubFigC
Figure1.1 CaptionFigure
※ 引述《thomson (完成度 2/5)》之铭言:
: 标题: Re: [问题] 关於并排多张图形的换页问题
: 时间: Tue Jul 27 18:07:22 2010
:
: 请问一下 有其他的解决办法吗?
:
: 我试了这篇文章的方法
:
: 但是搞不定
:
: ※ 引述《[email protected] (蒙古大夫 2.0)》之铭言:
: : ※ 引述《[email protected] (大家快来)》之铭言:
: : > 各位先进
: : > 想请教各位许多小图并排後 如果占版面太大 有办法自动换页吗?
: : > 我用cwtex编辑
: : > 有十张小图希望呈现:
: : > @ @
: : > @ @
: : > @ @
: : > @ @
: : > @ @
: : > 的样子
: : > 但是叠五排太长了
: : > 想请问有没有像大型表格那种自动换页的功能
: : > ps.我使用的指令如下
: : > \usepackage{subfigure}
: : [...]
: : 使用 subfigure 和 captcont package 配合。
: : 或使用 subfig package,里头有 \ContinuedFloat 指令可以使用。
:
: --
: 别太在意
: 我只是来
: 哈拉的
: 哈哈哈哈!!!!!
:
: --
:
※ 发信站: 批踢踢实业坊(ptt.cc)
: ◆ From: 140.113.236.39
: ※ 编辑: thomson 来自: 140.113.236.39 (07/27 18:07)
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 134.208.2.241