答案1
使用横向选项来翻页,像这样:
\usepackage{lscape}
\begin{document}
\begin{landscape}
...your Gantt-Chart here
\end{landscape}
\end{document}
要顺时针旋转,您需要使用rotating
包:
\usepackage{rotating}
\begin{document}
\begin{rotate}{270}
...your Gantt-Chart here
\end{rotate}
\end{document}
答案2
我用:
\begin{sidewaystable}[htbp]
...
\end{sidewaystable}