Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. begin{center}
  2. begin{figure}
  3. centering
  4. begin{subfigure}[b]{0.3textwidth}
  5. includegraphics[natwidth=512px,natheight=511px,width=4cm,height=4cm]{param.png}
  6. caption{img1}
  7. label{img1}
  8. end{subfigure}%
  9. ~ %add desired spacing between images, e. g. ~, quad, qquad, hfill etc.
  10. %(or a blank line to force the subfigure onto a new line)
  11. begin{subfigure}[b]{0.3textwidth}
  12. includegraphics[natwidth=512px,natheight=511px,width=4cm,height=4cm]{crtpnt.png}
  13. caption{img2}
  14. label{fig:img2}
  15. end{subfigure}
  16. ~ %add desired spacing between images, e. g. ~, quad, qquad, hfill etc.
  17. %(or a blank line to force the subfigure onto a new line)
  18. begin{subfigure}[b]{0.3textwidth}
  19. includegraphics[natwidth=512px,natheight=511px,width=4cm,height=4cm]{ferro.png}
  20. caption{img3}
  21. label{fig:img3}
  22. end{subfigure}
  23. caption[prueba]{label{fig:images}caption}end{figure}end{center}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement