Latex: 使 tabular 居中

2023-11-02

参考:

How to center the table in Latex

Latex: 使 tabular 居中

解决方法1:

{
\centering
\begin{tabular} 
... 
\end{tabular}
} 

解决方法2:

\begin{center}
\begin{tabular}
...
\end{tabular}
\end{center}

2018.4

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Latex: 使 tabular 居中 的相关文章

随机推荐