Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.56 KB | None | 0 0
  1.  
  2. \begin{figure}
  3.     \centering
  4.     \begin{subfigure}{0.98\linewidth}
  5.         \frame{\includegraphics[width=\linewidth]{images/superstorm1.png}}
  6.         \label{fig:superstorm1}
  7.         \caption{}
  8.     \end{subfigure}
  9.     \begin{subfigure}{0.98\linewidth}
  10.         \frame{\includegraphics[width=\linewidth]{images/superstorm2.png}}
  11.         \label{fig:superstorm2}
  12.         \caption{}
  13.     \end{subfigure}
  14.     \begin{subfigure}{0.98\linewidth}
  15.         \frame{\includegraphics[width=\linewidth]{images/superstorm3.png}}
  16.         \label{fig:superstorm3}
  17.         \caption{}
  18.     \end{subfigure}
  19.     \caption{ ... }
  20.     \label{...}
  21. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement