0
I’m creating a file in latex, and I need one of the pages to be in landscape, because it has several figures. However, only the figures are getting into landscape, and not the page itself.
I’m doing it this way:
\begin{landscape}
\begin{figure}[H]
\caption{\label{fig:sub_2018_OSPO-OSISAF_media}OSISAF E OSTIA}
\centering
\includegraphics[width=6cm,height=4cm]{Figuras_resultado/fig_sub_mes_estacao/sub_201801_OSPO-OSISAF_media.jpg}
... várias figuras
\end{figure}
\end{landscape}
How are you getting:
How I want it to stay:
Someone knows how to do it?
Thank you for your attention.
Hello. It worked out! Thank you!
– helena