由 sidewaystable 旋转成横向的桌子

由 sidewaystable 旋转成横向的桌子

我正在写论文,我有一个问题,就是长桌子无法水平书写,我需要旋转它才能横向书写。这是纸质格式的主表:

在此处输入图片描述

我正在尝试以横向模式编写它。在我的论文格式中执行此操作的 latex 文本是:

\begin{sidewaystable}
\centering
    \begin{tabular}{ccccccc}
            \toprule
            \vertsp Parameter \vertsp Planck high-$\ell$+$\tau_{\rm prior}$ \vertsp Planck TTTEEE \vertsp Planck high-$\ell$+$\tau_{\rm prior}$+BKP \vertsp Planck TTTEEE+BKP \\
            \hline\hline
            \morehorsp
            n = 1   \vertsp N \vertsp $ 41^{+5}_{-7} $ \vertsp $ 50^{+5}_{-9} $\vertsp $ 43^{+4}_{-6} $  \vertsp $ 51^{+5}_{-9} $ \\
            \vertsp $ \xi $ \vertsp $ 0.0003^{+0.0014}_{-0.0006} $ \vertsp $ 0.0009^{+0.0007}_{-0.0003} $ \vertsp $ 0.0009^{+0.0007}_{-0.0005} $ \vertsp $ 0.0009^{+0.0006}_{-0.0004} $ \\
            \vertsp $ n_s $ \vertsp $ 0.962\pm 0.005 $ \vertsp $ 0.966\pm 0.005 $ \vertsp $ 0.961\pm 0.005 $ \vertsp $ 0.966\pm 0.005$ \\
            \vertsp $ n_{\rm run} $ \vertsp $ -0.0009^{+0.0004}_{-0.0002} $ \vertsp $ -0.0006^{+0.0002}_{-0.0001} $ \vertsp $ -0.0008\pm{-0.0002} $ \vertsp $ -0.0006^{+0.0002}_{-0.0001} $\\   
            \vertsp $ r $ \vertsp $ < 0.213 $ \vertsp $ < 0.100 $ \vertsp $ < 0.106 $ \vertsp $ <0.081 $\\
            \vertsp $ \chi^2 $ \vertsp $ 2453 $ \vertsp $ 12992 $ \vertsp $ 2495 $ \vertsp $ 12992 $\\
            \hline\hline
            \morehorsp
            n = 2/3\vertsp N \vertsp $ 36^{+6}_{-7} $ \vertsp $ 45^{+6}_{-8} $ \vertsp $ 38^{+4}_{-6} $ \vertsp $ 45^{+5}_{-8} $ \\
            \vertsp $ \xi $ \vertsp $ 0.0000^{+0.0016}_{-0.0006} $ \vertsp $ 0.0008^{+0.0008}_{-0.0003} $ \vertsp $ 0.0006^{+0.0008}_{-0.0005} $ \vertsp $ 0.0007^{+0.0007}_{-0.0004}$ \\
            \vertsp $ n_s $ \vertsp $ 0.961\pm {0.005}$ \vertsp $ 0.966^{+0.005}_{-0.004} $ \vertsp $ 0.961\pm{0.005} $ \vertsp $ 0.966\pm 0.005$ \\
            \vertsp $ n_{\rm run} $\vertsp $ -0.0011^{+0.0007}_{-0.0002} $ \vertsp $ -0.0006^{+0.0003}_{-0.0001} $ \vertsp $ -0.0009^{+0.0004}_{-0.0002} $ \vertsp $ -0.0006^{+0.0003}_{-0.0001} $ \\   
            \vertsp $ r $ \vertsp $ < 0.188 $ \vertsp $ < 0.094 $  \vertsp $ <0.101 $ \vertsp $ <0.077 $\\
            \vertsp $ \chi^2 $ \vertsp $ 2452 $ \vertsp $ 12949 $ \vertsp $ 2495 $ \vertsp $ 12992 $\\
            \hline\hline
            \morehorsp
            n = 4/3\vertsp N \vertsp $ 46^{+4}_{-6} $ \vertsp $ 55^{+5}_{-10} $ \vertsp $ 47^{+4}_{-6} $ \vertsp $ 55^{+5}_{-9} $\\
            \vertsp $ \xi $ \vertsp $ 0.0004^{+0.0013}_{-0.0006} $ \vertsp $ 0.0011^{+0.0007}_{-0.0003} $ \vertsp $ 0.0011^{+0.0006}_{-0.0004} $ \vertsp $0.0011\pm{0.0005}$ \\
            \vertsp $ n_s $ \vertsp $ 0.962\pm 0.005$ \vertsp $ 0.966\pm 0.005 $ \vertsp $ 0.961\pm 0.005$ \vertsp $ 0.966\pm 0.005 $ \\
            \vertsp $ n_{\rm run} $ \vertsp $ -0.0009\pm{0.0003} $ \vertsp $ -0.0006^{+0.0002}_{-0.0001} $ \vertsp $ -0.0008\pm{0.0002} $ \vertsp $-0.0006^{+0.0002}_{-0.0001}$\\   
            \vertsp $ r $ \vertsp $ < 0.215 $ \vertsp $ < 0.106 $ \vertsp $ <0.108 $ \vertsp $ < 0.082 $ \\
            \vertsp $ \chi^2 $ \vertsp $ 2454 $  \vertsp $ 12950 $ \vertsp $ 2495 $ \vertsp $ 12992$\\
            \bottomrul
        \end{tabular}
    \caption{Constraints on cosmological and inflationary parameters in case of power-law potentials with non-minimal coupling from Planck and Planck+BKP datasets. Constraints on parameters are at the $68 \% $ C.L.  (upper limits at $95 \%$ C.L.)  }
    \label{Table1}
\end{sidewaystable}

但在输出中,所有内容都毫无规律地混合在一起,如下所示:

在此处输入图片描述

相关内容