Graphics, Figures & TablesHow to split a really long caption figure in two columns

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
santo1
Posts: 1
Joined: Thu Apr 07, 2022 4:45 pm

How to split a really long caption figure in two columns

Post by santo1 »

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply