D******y 发帖数: 32 | 1 I want to use the smaller font in a table and also reduce the vertical space
between two rows, so i can put the table into one page. \squeezetable is not
the command for miktex which is I am using. How to do that? thanks | f********h 发帖数: 149 | 2 I recall there is something similar to \baselinestretch that you can
define for tabular row.
For font size, you can change it. kao gu bah
【在 D******y 的大作中提到】 : I want to use the smaller font in a table and also reduce the vertical space : between two rows, so i can put the table into one page. \squeezetable is not : the command for miktex which is I am using. How to do that? thanks
| T*******n 发帖数: 493 | 3 Change the font size before beginning the tabular environment, e.g.:
\begin{table}
\centering
\caption{...}
\begingroup % equivalent to {, to delimit scope of font size change
\tiny
\begin{tabular}{...}
...
\end{tabular}
\endgroup % equivalent to }
\end{table}
I never heard of \squeeztable.
【在 D******y 的大作中提到】 : I want to use the smaller font in a table and also reduce the vertical space : between two rows, so i can put the table into one page. \squeezetable is not : the command for miktex which is I am using. How to do that? thanks
|
|