Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2022
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{graphicx}
  4. \usepackage{subcaption}
  5.  
  6. \begin{document}
  7.  
  8. \begin{figure}[!h]
  9. \begin{subfigure}[b]{0.49\textwidth}
  10. \includegraphics[width=0.99\linewidth,keepaspectratio]{Power_int.pdf}
  11. \caption{Power dispatch}\label{fig:Power_int}
  12. \end{subfigure}
  13. \begin{subfigure}[b]{0.49\textwidth}
  14. \centering
  15. \includegraphics[width=0.99\linewidth,keepaspectratio]{Heat_int.pdf}
  16. \caption{Heat dispatch}\label{fig:load}
  17. \end{subfigure}
  18. \caption{Power and heat dispatch in the integrated market framework}
  19. \label{fig:image2}
  20. \end{figure}
  21.  
  22. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement