我们可以使用 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}

效果图:

subtopcaption_1.png

选自:https://tex.stackexchange.com/questions/310081/subfigures-to-add-a-and-b-to-subfigures-in-the-top-left-corner-and-to-label 

点赞(8)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部