Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. documentclass[journal]{IEEETran}
  2. ifCLASSINFOpdf
  3. usepackage[pdftex]{graphicx}
  4. graphicspath{{pdf/}{jpeg/}{png/}}
  5. DeclareGraphicsExtensions{.pdf,.jpeg,.png}
  6. else
  7. usepackage[dvips]{graphicx}
  8. graphicspath{{../eps/}}
  9. DeclareGraphicsExtensions{.eps}
  10. fi
  11. ifCLASSOPTIONcompsoc
  12. usepackage[caption=false,font=normalsize,labelfont=sf,textfont=sf]{subfig}
  13. else
  14. usepackage[caption=false,font=footnotesize]{subfig}
  15. fi
  16.  
  17. begin{document}
  18. begin{figure}
  19. centering
  20. subfigure[]{includegraphics[width=0.8linewidth]{fig1-a.png}}
  21. vfill
  22. subfigure[]{includegraphics[width=0.8linewidth]{fig1-b.pdf}}
  23. vfill
  24. subfigure[]{includegraphics[width=0.8linewidth]{fig1-c.png}}
  25. caption{...}
  26. label{fig2}
  27. end{figure}
  28. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement