Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. documentclass{scrartcl}
  2.  
  3. usepackage{graphicx}
  4. usepackage{makecell}
  5.  
  6.  
  7. begin{document}
  8. begin{figure}
  9. begin{tabular}{ccc}
  10. makecell[cc]{line 1 \ line 2 \ line 3 \} & makecell[cc]{includegraphics[width=0.5 textwidth]{example-image-a}\ text below image A} & makecell[cc]{includegraphics[width=0.5 textwidth]{example-image-b}\ text below image b}\
  11. makecell[cc]{line 1 \ line 2 \ line 3 \} & makecell[cc]{includegraphics[width=0.5 textwidth]{example-image-a}\ text below image A} & makecell[cc]{includegraphics[width=0.5 textwidth]{example-image-b}\ text below image b}\
  12. end{tabular}
  13. caption{caption of the whole figure}
  14. end{figure}
  15. end{document}
  16.  
  17. makecell[cc]{vfill line1 \ vfill line2 \ vfill line3\}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement