我得到了错误
! LaTeX Error: Something's wrong--perhaps a missing \item
\centering
当我在下面的代码中使用时。没有\centering
它可以工作,但表格不居中。希望你能帮助我!
\documentclass{statsoc}
\begin{table}
\centering
\caption{}
\label{}
\fbox{%
\begin{tabular}{lccc}
Cox-Model & Correct Model & Bias 1 & Bias 2\\
\hline
Basic & 1.133 & 1.302 & 1.124 \\
Strata(country) & 1.062 & 1.293 & 1.062 \\
\end{tabular}}
\end{table}
\end{document}
statsoc.cls 文件非常大!您可以通过下载“RSS 样式指南”来获取它: 在此处输入链接描述
答案1
\centering
仅在标题后使用:
\caption{}
\label{}
\centering