\documentclass[pdflatex]{sn-jnl}
\usepackage{amsmath}
\title[Article Title]{Article Title}
\begin{document}
\maketitle
\begin{table}[htb]
\caption{Title}
\label{tab24022314}
\setlength{\tabcolsep}{1pt}
\begin{tabular}{|c|c|}
\hline
a & b \\
c & d \\
\hline
\end{tabular}
\begin{tablenotes}
\item The conditions
\end{tablenotes}
\end{table}
\end{document}
这才是一个正确用法。你没看 sn-jnl.cls
文件,1324行已经有 \usepackage{threeparttable}
了,从1332行开始又重新定义了 table
环境,重定义里用了 threeparttable
问 用Springer出版社的模板排版带注释的表格时报错