Advertisement
Guest User

alex

a guest
Mar 4th, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.39 KB | None | 0 0
  1. \documentclass[11pt]{article}
  2. \usepackage{caption}
  3. \usepackage{lipsum}
  4. \usepackage{mwe}
  5. \begin{document}
  6. \lipsum[3]
  7. \noindent
  8.  \begin{minipage}[c]{0.5\linewidth}
  9. \lipsum[2]
  10.  \end{minipage}\hfill
  11.  \begin{minipage}[c]{0.5\linewidth}\centering
  12.    \includegraphics[width=0.5\linewidth]{example-image-b}
  13.    \captionof{figure}{A wonderful picture}
  14.  \end{minipage}
  15. \lipsum[4]
  16. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement