Guest User

Untitled

a guest
May 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. **
  2. begin{document}
  3. Text here.
  4. begin{figure}
  5. centering
  6. begin{subfigure}[!h]{0.3textwidth}
  7. includegraphics[width=textwidth]{graph01.png}
  8. caption{A tree.}
  9. end{subfigure}
  10. ~
  11. begin{subfigure}[!h]{0.3textwidth}
  12. includegraphics[width=textwidth]{graph02.png}
  13. caption{Petersen's graph}
  14. end{subfigure}
  15. caption{Examples of a graph}
  16. end{figure}
  17. Text here again.
  18. end{document}
Add Comment
Please, Sign In to add comment