我们可以使用 floatrow 来实现其左侧标注的功能,该宏包详情,大家可以到系统里查看文档说明。如上问题的解决演示代码如下:
\documentclass{article} \usepackage{floatrow} \usepackage{graphicx} %\usepackage{subfig} \usepackage[label font=bf,labelformat=simple]{subfig}% <-- changed \usepackage{caption} \floatsetup[figure]{style=plain,subcapbesideposition=top} \begin{document} \begin{figure}[htb]\centering \sidesubfloat[]{\includegraphics[width=0.4\textwidth]{example-image-a}\label{fig:a}} \hfil \sidesubfloat[]{\includegraphics[width=0.4\textwidth]{example-image-b}\label{fig:b}} \caption{Main caption} \label{fig:myfigure} \end{figure} Figure \ref{fig:myfigure} consist three sub figures: \ref{fig:a} and \ref{fig:b} \end{document}
效果图:
发表评论 取消回复