Guest User

Untitled

a guest
Jan 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2. usepackage{graphicx}
  3. begin{document}
  4. begin{figure}[htb]
  5. centering
  6. begin{tabular}{@{}c@{}}
  7. includegraphics[width=.5textwidth]{example-image} \
  8. includegraphics[width=.5textwidth]{example-image} \
  9. includegraphics[width=.2textwidth]{example-image}
  10. end{tabular}
  11. end{figure}
  12. end{document}
Add Comment
Please, Sign In to add comment