作者sharkga (鲨士)
看板LaTeX
标题[问题] 关於标题与图表顺序
时间Fri May 15 00:02:50 2015
想请问一个标题与图表顺序的问题
我的appendix chapter A.2 的内容只有一个表格
A.3则是有一张图,里头包含四个小图
表和图都很大,所以会占据一页
我希望的A.3的chapter标题会在A.2里头的表格後方
如下所示:
blahblah
A.2
(p.17)
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
(p.18)
A.3
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
(p.19)
结果pdf显示的是A.3 直接接到A.2後面
这样看起来A.2完全没有内容,就跳到A.3了
A.2
A.3
(p.17)
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
表表表表表表表表表
(p.18)
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
图图图 图图图
(p.19)
chapter{A.2}
\begin{table}
...(中略)
\end {table}\\
\chapter{A.3}
\begin{figure}[ht]
\begin{center}
\mbox{
\subfigure[ ]{\includegraphics[width=0.5\textwidth]{All2}}
\subfigure[ ]{\includegraphics[width=0.5\textwidth]{All3}} }
\mbox{
\subfigure[ ]{\includegraphics[width=0.5\textwidth]{All4}}
\subfigure[ ]{\includegraphics[width=0.5\textwidth]{All5}} }
\end{center}
\caption{blahblah (a) aa (b) bb (c) cc (d) dd}
\end{figure}
我有试着把A.3的图缩小
但发现A.3的标题不会跑到图上面
想请问要怎麽解决这个问题
另外想问说在appendix中
用chapter和section的主要差别为何(paper的话是用section吗)
我在正文中是用section和subsection
就我的认知是section的字体比较大,但层级应该是比chapter低一阶
最後一个问题是Appendices这几个字超大
我是用\appendixpage的
试过在那之前加上\small或
\renewcommand{\bibname}{\fontsize{100}{100}\selectfont appendices}
但没什麽用
谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 111.243.177.29
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/LaTeX/M.1431619373.A.694.html
1F:推 rogerli: 试试看 \begin{table}[h!] 05/15 11:35
※ 编辑: sharkga (140.112.190.123), 05/15/2015 11:44:07
2F:→ sharkga: 没有办法,目前的做法是在A.3之前加入很多行\\,硬是把标 05/15 11:45
3F:→ sharkga: 题挤到後面去,但是用同样的方法A.2和table没办法同一页 05/15 11:46
4F:→ sharkga: 後来发现A.2也可以用同样方法和表格在同一页 05/15 16:40
5F:→ andrew43: 用 clearpage 05/17 02:14
6F:推 saintdc: 我之前遇到这个问题把表格改成[!h] 图改成[!hp]就可以了 05/24 01:49