a****g 发帖数: 53 | 1 我是新手。
用的是最简单的命令:
% Table 1
\begin{table}[h]
\caption{。。。}
\centering
\begin{tabular}{p{3.8cm}p{1cm}p{1cm}p{1.5cm}p{1cm}p{1cm}p{1cm}}
。。。
\end{tabular}
\label{table are}
\end{table}
表格一完,同页的文字和表格之间有很大一块空白。请问如何消除?
谢谢!
还有个相关问题,也许和这个有关,就是我插入图片,表格,用的全是\begin{table/figure}[h],但是出了第一个图确实在文本中间,其它图一律都是在一页的顶部(明明没有用[t])。
我对这个图和表的排版一直不熟悉。看了教程都没有说道这些。谁能指点一下吗? |
S**I 发帖数: 15689 | 2 [h] means "do its best to place at the current position"; [H] means "place
here regardless of any surrounding conditions".
【在 a****g 的大作中提到】 : 我是新手。 : 用的是最简单的命令: : % Table 1 : \begin{table}[h] : \caption{。。。} : \centering : \begin{tabular}{p{3.8cm}p{1cm}p{1cm}p{1.5cm}p{1cm}p{1cm}p{1cm}} : 。。。 : \end{tabular} : \label{table are}
|
y***h 发帖数: 3 | 3 btw, you need to use float package to use H option!
【在 S**I 的大作中提到】 : [h] means "do its best to place at the current position"; [H] means "place : here regardless of any surrounding conditions".
|