I have a five pics presented on one page. I find that the pics are so small I want to magnify them. But when I use larger \linewidth in the \includegraphics, pics are overlapped together. I think the best way is to move the (a)(c) a little bit left and the (b)(d) a little bit right. Then I have the space to zoom them. Is there any method? Thanks for your helping.
\begin{figure}
\centering
\begin{subfigure}{0.4\linewidth}
\centering
\includegraphics[width=1.2\linewidth]{images/energy_ratio/linear0001.eps}
\caption{}
\label{fig:hard_cokntact}
\end{subfigure}
\qquad
\begin{subfigure}{0.4\linewidth}
\centering
\includegraphics[width=1.2\linewidth]{images/energy_ratio/linear001.eps}
\caption{}
\label{fig:penaltyh method}
\end{subfigure}
\begin{subfigure}{0.4\linewidth}
\centering
\includegraphics[width=1.2\linewidth]{images/energy_ratio/linear01.eps}
\caption{}
\label{fig:hard_cokntact}
\end{subfigure}
\qquad
\begin{subfigure}{0.4\linewidth}
\centering
\includegraphics[width=1.2\linewidth]{images/energy_ratio/linear03.eps}
\caption{}
\label{fig:penaltyh method}
\end{subfigure}
\begin{subfigure}{0.4\linewidth}
\centering
\includegraphics[width=1.2\linewidth]{images/energy_ratio/linear05.eps}
\caption{}
\label{fig:hard_cokntact}
\end{subfigure}
\end{figure}



subcaptionor thesubfigpackage. – Mico Apr 29 '19 at 06:48\usepackage[margin=1in,letterpaper]{geometry}or\usepackage[margin=3cm,a4paper]{geometry}to the preamble of your document, depending on which size paper you intend to print on. – zwol Apr 29 '19 at 15:13