Replies: 1 comment
-
并保持行间距不变 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
怎么更改表格里面的字体大小,使得和表格标题一致?比如下列代码
\begin{table}[htbp] \caption{\label{tab:sample}自动调节列宽的表格} \begin{tabularx}{\linewidth}{c|X<{\centering}} \hline 第一列 & 第二列 \\ \hline xxx & xxx \\ \hline xxx & xxx \\ \hline xxx & xxx \\ \hline \end{tabularx} \end{table}
Beta Was this translation helpful? Give feedback.
All reactions