我目前有几个表格很长,并且页码重叠。因此,我想从包含长表格的页面中删除论文编号。为此,我尝试使用包\thisfloatpagestyle{empty}
中的功能floatpag
。问题是,这\thisfloatpagestyle{empty}
会从每个浮动页面中删除页码,而不仅仅是包含长表格的页面。
我的代码:
\begin{table}[!p]
\thisfloatpagestyle{empty}
\centering
\renewcommand{\arraystretch}{0.8} %Adjusting rowheight
\begin{tabular}{@{\extracolsep{5pt}}lcc}
BLAH & BLAH & BLAH\\
\textit{Note:} & \multicolumn{2}{r}{$^{*}$p$<$0.1; $^{**}$p$<$0.05; $^{***}$p$<$0.01} \\
\end{tabular}
\begin{tablenotes}\footnotesize
\item[] Note.--- BLAH BLAH BLAH
\end{tablenotes}
\end{table}
请告诉我需要提供哪些其他信息以便于回答这个问题,我是一名乳胶新手。