参考:
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
How to center the table in Latex
解决方法1:
{
\centering
\begin{tabular}
...
\end{tabular}
}
解决方法2:
\begin{center}
\begin{tabular}
...
\end{tabular}
\end{center}
2018.4
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。