使用 \subbottom 和 memoir 删除子标题末尾的句号

使用 \subbottom 和 memoir 删除子标题末尾的句号

我正在使用memoir包(hyperref如果有所不同,请使用包)并且我使用它\subbottom来将子图放置在图形环境中。我只是希望子标题为(a)和(b),这会自动处理,所以我将标题留空(如下所示)。但是,当我编译代码时,最终输出在(a)后有一个句点,因此我的图形被标记为(a)。和(b)。关于如何删除句点有什么想法吗?

\begin{figure}[bt]
 \centering
    \subbottom[]{\includegraphics[width=0.28\textwidth]{imagea}\label{fig:imagea}}
    \hfill
    \subbottom[]{\includegraphics[width=0.30\textwidth]{imageb}\label{fig:imageb}}\\
    \caption{Images}
    \label{fig:images}
 \end{figure}

相关内容