Ad Code

Responsive Advertisement

How To Change Page Orientation From Portrait To Landscape

Default page style is Portrait in LaTex. You can change it to Landscape using:

\usepackage{lscape}

\newpage
\begin{landscape}
.....
.....
.....
\end{landscape}
\newpage

After \end{landscape}, page orientation will again be default one i.e. Portrait

Post a Comment

0 Comments