提供代码要完整,可编译。
一个也许你的复现如下:
\documentclass{article}
\usepackage[a4paper,showframe]{geometry}
\usepackage{graphicx}
\usepackage{lipsum}
\usepackage{xcolor}
\begin{document}
\begin{figure}[h]
\centering
\caption[Sparse-SIM resolves known structures of ~60 nm in size.]{Sparse-SIM resolves known structures of ~60 nm in size.}
\includegraphics[width=.6\linewidth]{example-image}
\begin{minipage}{\textwidth}
{\color{red}\textbf{This is the table notes}}\\
\lipsum[1-6]%
\end{minipage}
\end{figure}
\end{document}
那你确实要么只能缩小字体,要么只能压缩内容。
问 latex中插图图注过长,部分未显示