参考:

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

相关文章:

  • 2021-11-04
  • 2022-01-15
  • 2022-02-08
  • 2021-06-07
  • 2022-12-23
  • 2021-11-03
  • 2021-06-27
  • 2021-05-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
  • 2021-08-27
  • 2021-10-19
相关资源
相似解决方案