move page numbering to top right latex code example

Example 1: latex subfigure align top

\begin{figure}
  \centering
  \begin{subfigure}[t]{0.45\textwidth}
    \includegraphics[width=\linewidth, height=20em]{example-image-a}
    \caption{taller image}
  \end{subfigure}
  \begin{subfigure}[t]{0.45\textwidth}
    \includegraphics[width=\linewidth, height=15em]{example-image-b}
    \caption{shorter image}
  \end{subfigure}
  \caption{two images}
\end{figure}

Example 2: move figure to right latex

\begin{landscape}
\vspace*{1cm}
\hspace*{2cm}\includegraphics[width = 0.4 \linewidth]{figures1}\hspace*{-2cm}
\end{landscape}

Tags:

Misc Example