我在横向表格和页码方面遇到了问题。我已经尝试了几种方法。也许有人可以帮我解决这个问题。
\afterpage{%
\clearpage
\begin{landscape}
\subsection{Lorem Ipsum}
\begin{table}[htb]
\centering
\caption{Lorem Ipsum}
\label{tab:LoremIpsum}
\begin{tabularx}{\linewidth}{lcccc}
\hline
\textbf{Lorem} & \textbf{Ipsum} & \textbf{Dolor} & \textbf{Sit} & \textbf{Amet} \\
& & \textbf{Lorem} & \textbf{Ipsum} & \textbf{Dolor} \\
\hline
Lorem & 2 & 1 & 1 & 1 \\
Ipsum & 3 & 1 & 0 & 1 \\
Dolor & 3 & 1 & 1 & 1 \\
Sit & 2 & 1 & 1 & 1 \\
Amet & 3 & 1 & 1 & 1 \\
Lorem & 2 & 1 & 1 & 1 \\
Ipsum & 3 & 1 & 1 & 1 \\
Dolor & 2 & 1 & 1 & 1 \\
Sit & 2 & 1 & 1 & 1 \\
Amet & 2 & 1 & 1 & 1 \\
Lorem & 2 & 1 & 1 & 1 \\
Ipsum & 2 & 1 & 1 & 1 \\
Dolor & 3 & 1 & 1 & 1 \\
Sit & 2 & 1 & 1 & 1 \\
Amet & 1 & 1 & 1 & 1 \\
Lorem & 2 & 1 & 1 & 1 \\
Ipsum & 2 & 1 & 1 & 1 \\
Dolor & 3 & 1 & 1 & 1 \\
Sit & 3 & 1 & 1 & 1 \\
Amet & 1 & 1 & 1 & 1 \\
\hline
\textbf{Consectetur} & & & & \\
\hline
\end{tabularx}
\end{table}
\end{landscape}
}
页码显示在左角,且旋转不正确。我希望在不旋转的情况下在右角显示页码。
谢谢