当前位置: 首页 > 工具软件 > Tabular > 使用案例 >

Latex: 使 tabular 居中

昝欣可
2023-12-01

参考:

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

转载于:https://www.cnblogs.com/qq952693358/p/8964926.html

 类似资料: