l****i 发帖数: 26 | 1 如果一页中引用两个以上图表,尽管都设了float bottom. 有一个图表经常会跑到第二页
上去。什么办法可以把它们放在一页上?
如果用float page 的设置,什么办法可以让图表总是在被引用的下一页出现?
谢谢! | T*******n 发帖数: 493 | 2
页
If they are both figures or both tables, try putting both items in the same
float:
\begin{figure}
\includegraphics[...]{...}
\caption[...]{...}
\label{...}
\addvspace{\bigskipamount}
\includegraphics[...]{...}
\caption[...]{...}
\label{...}
\end{figure}
Try \usepackage{afterpage}, and read the documentation for usage.
【在 l****i 的大作中提到】 : 如果一页中引用两个以上图表,尽管都设了float bottom. 有一个图表经常会跑到第二页 : 上去。什么办法可以把它们放在一页上? : 如果用float page 的设置,什么办法可以让图表总是在被引用的下一页出现? : 谢谢!
|
|