My codes are:
\documentclass[aps,pra,twocolumn,margin=1mm]{revtex4-2}
\usepackage{graphicx}
\usepackage{overpic}
%%%%%%
\begin{document}
\begin{figure}
%\centering
\begin{overpic}[width=3in]{tree.jpg}\put(6,68){(a)}\end{overpic}
\hspace{-3mm}
\begin{overpic}[width=3in]{tree.jpg}\put(6,68){(b)}\end{overpic}
\begin{overpic}[width=3in]{tree.jpg}\put(6,68){(c)}\end{overpic}
\hspace{-3mm}
\begin{overpic}[width=3in]{tree.jpg}\put(6,68){(d)}\end{overpic}\end{figure}
\end{document}
I want to get rid of the useless white edge, I have tried the {standlone}, but something is wrong, so what can I do?
The tree picture is: 


[width=3in]so naturally if the page is wider than 6in you get white space – David Carlisle Mar 13 '24 at 09:36\hspace{-3mm}which i am guessing is trying to compensate for the inter-word space between the images, just omit the space by commenting out the end of lines with%– David Carlisle Mar 13 '24 at 09:38\includegraphicsby itself, the space goes away. – John Kormylo Mar 13 '24 at 15:35