这投稿指南Springer Nature 则使用双栏格式。提供的Overleaf 模板建议使用table*
来将表格横跨两列。但是,当我这样做时,其中的内容\footnotetext
消失了,而\footnotemark
保留了下来,如下图所示。
有人能解释一下为什么会发生这种情况以及如何纠正它吗?
代码:
\documentclass{article}
%%%% Standard Packages
%%<additional latex packages if required can be included here>
\usepackage{graphicx}%
\usepackage{multirow}%
\usepackage{amsmath,amssymb,amsfonts}%
\usepackage{amsthm}%
\usepackage{mathrsfs}%
\usepackage[title]{appendix}%
\usepackage{xcolor}%
\usepackage{textcomp}%
\usepackage{manyfoot}%
\usepackage{booktabs}%
\usepackage{algorithm}%
\usepackage{algorithmicx}%
\usepackage{algpseudocode}%
\usepackage{listings}%
%%%%
%%%% user-defined packages
\usepackage[caption=false]{subfig} % subcaption is not compatible with ieee template so instead use this
\usepackage[T1]{fontenc} % for bib german words \citep{szczkesna2023datasets}
\usepackage[justification=centering]{caption} % to ventre the table caption when spanned across two columns
%%%%
\begin{document}
\begin{table*}[t]
\centering
\caption{fgklblfglkbgr dklfmglkmdfklg kldmfklgmldkf ml;dfmgf ,d;lmgermdf;l}
\begin{tabular}{|c|c|c|c|}
\hline
\textbf{dfdf} & \textbf{dfg} & \textbf{erfgfr} & \textbf{srfg}\footnotemark[1] \\
\hline
sdgdge & 5 & No & gfgfgf \\
rdfger & 5 & Yes & gfgffb \\
sdgerg & 15 & Yes & bfbgt \\
\hline
\end{tabular}
\footnotetext[1]{s;lfmer;l el;rmg;ler lermgpler mlfmv lermg;lrem merl;mg;lr lermgl;rm;p g;lermgkl;rem}
\label{tab:sgdrgergt}
\end{table*}
\end{document}
生成的表格: