我正在尝试在附录中创建一个横向表格。该表格(几乎)不适合该页面,但位于下一页。有人能给我提示吗?
这是我的简短序言和表格内容。
\documentclass[review,preprint,11pt,authoryear]{elsarticle}
\usepackage{graphicx}
\usepackage{booktabs,tabularx,ctable,array,multirow,hyperref,lineno}
\usepackage{textcomp,amssymb,amsmath,textcomp}
\usepackage{longtable,caption,rotating,geometry}
\usepackage{lmodern,makecell,tablefootnote}
\setlength{\tabcolsep}{3.5pt}
\geometry{
a4paper,
total={160mm,257mm},
left=20mm,
top=18mm,
}
\captionsetup[longtable]{%
labelfont={small,it} ,
textfont={small,it} ,
position=top ,
belowskip=0pt ,
aboveskip=4pt
}
\newcommand{\tab}{\hspace{5mm}}
\begin{document}
\appendix
\newpage
\section{} \label{s:wrapping}
\begin{sidewaystable}[h]
\begin{small}
\caption{Mathematical descriptions of the geometrical forms of the wrapping surfaces}
\label{t:geometry}
\begin{tabular}{lc|cccc|ccc|ccc|ccc|ccc|ccc|ccc}
\toprule[0.035cm]
muscle &form &r &rx &ry &rz &\multicolumn{3}{c}{ps} &\multicolumn{3}{c}{pe} &\multicolumn{3}{c}{pc} &\multicolumn{3}{c}{nx} &\multicolumn{3}{c}{ny} &\multicolumn{3}{c}{nz} \\
& & & & & & x &y &z & x &y &z & x &y &z & x &y &z & x &y &z & x &y &z \\
\midrule[0.035cm]
serratus anterior &ellipsoid & &0.137 &0.11 &0.22 & & & & & & &0 &-0.132&0.897 &0.9945 &0 &-0.1045 &0 &1 &0 &0.1045 &0 &0.9945 \\
serratus posterior superior &cylinder &0.04 & & & &-0.0300 &-0.0800 &1.0300 & 0.0166 &-0.1732 &1.1077 & & & & & & & & & & & & \\
trapezius &cylinder &0.012 & & & &-0.0850 &-0.0370 &1.0400 &-0.0486 &-0.1179 &1.1209 & & & & & & & & & & & & \\
\bottomrule[0.035cm]
\end{tabular}
\end{small}
\end{sidewaystable}
\end{document}