为什么我的整个文档在没有 \begin{landscape} 的情况下旋转了 90 度

为什么我的整个文档在没有 \begin{landscape} 的情况下旋转了 90 度

为什么当我使用 时,我的整个文档被旋转了 90 度\usepackage{lscape},即使没有\begin{landscape}\end{landscape}

\documentclass{aastex63}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{booktabs}
\usepackage{lineno}
\usepackage{longtable}
\usepackage{lscape}

\begin{document}
\centering
my text
\begin{longtable}{cccccccccccccc}
\caption{my title}
\endfirsthead
\caption{countinue}
\endhead
\endfoot
\endlastfoot
my table
\end{longtable}
\end{document}

我使用 PDFTeXify 编译了我的文档

相关内容