Advertisement
Guest User

Untitled

a guest
Oct 31st, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. \documentclass[preview]{standalone}
  2. \usepackage{mwe}
  3. \usepackage{subcaption}
  4.  
  5. \begin{document}
  6.  
  7. \def\FigSize{.33}
  8. \begin{figure}
  9. \begin{minipage}{2\FigSize \linewidth}
  10. \begin{subfigure}[b]{\FigSize \textwidth}
  11. \centering
  12. \includegraphics[width=\FigSize \textwidth]{example-image-a}
  13. \phantomcaption
  14. \end{subfigure}
  15. \begin{subfigure}[b]{\FigSize \textwidth}
  16. \centering
  17. \includegraphics[width=\FigSize \textwidth]{example-image-b}
  18. \phantomcaption
  19. \end{subfigure}
  20. \end{minipage}
  21. \end{figure}
  22.  
  23. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement