Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. documentclass{beamer}
  2. usepackage{multirow}
  3. begin{document}
  4. begin{frame}
  5. begin{tabular}{|*{4}{c|}} hline
  6. & & & \hline
  7. multirow{3}*{includegraphics[width=.2textwidth]{example-image-golden-upright}} & includegraphics[width=.2textwidth]{example-image-a} & includegraphics[width=.2textwidth]{example-image-a} & hspace*{.205textwidth}\cline{2-3}
  8. & includegraphics[width=.2textwidth]{example-image-a} & includegraphics[width=.2textwidth]{example-image-a} & \cline{2-3}
  9. & includegraphics[width=.2textwidth]{example-image-a} & includegraphics[width=.2textwidth]{example-image-a} & \hline
  10. end{tabular}
  11. end{frame}
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement