I have a 2 columns document and I have an Image which goes on one column (the left one). The image fits inside the column but the caption is too long, so it doesn't respect the page borders, it overpasses the borders and disappears when the page is over. How do I impose the caption to continue on the second column (right one)?
This is an example of my code:
Code: Select all
\documentclass[reprint,amsmath,amssymb,aps]{revtex4-2}
\usepackage{graphicx}
\usepackage{float}
\begin{figure}[p]
\includegraphics{img1.pdf}
\caption[font=\columnwidth, font=small]{Really long caption.....}
\label{fig:Fig1}
\end{figure}