Latex将表格里的每一行都左对齐将表格内的三行数字都左对齐.我是这么写的\begin{table}\renewcommand{\arraystretch}{1.3}\caption{example} \centering\begin{tabular}{c}\hline123445678999000\\1234\\17869626\\\hline\end{tabular}\

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 05:59:24

Latex将表格里的每一行都左对齐将表格内的三行数字都左对齐.我是这么写的\begin{table}\renewcommand{\arraystretch}{1.3}\caption{example} \centering\begin{tabular}{c}\hline123445678999000\\1234\\17869626\\\hline\end{tabular}\
Latex将表格里的每一行都左对齐

将表格内的三行数字都左对齐.
我是这么写的

\begin{table}
\renewcommand{\arraystretch}{1.3}
\caption{example} \centering
\begin{tabular}{c}
\hline
123445678999000\\
1234\\
17869626\\
\hline
\end{tabular}
\end{table}

Latex将表格里的每一行都左对齐将表格内的三行数字都左对齐.我是这么写的\begin{table}\renewcommand{\arraystretch}{1.3}\caption{example} \centering\begin{tabular}{c}\hline123445678999000\\1234\\17869626\\\hline\end{tabular}\
\begin{tabular}{c}
这一行最后一个参数c改成l,还可以改成r
c:center
r:right
l:left