编译环境
编译的系统: Windows 10 / Others
TeX 发行版:TeX Live 2019 / Others
模板版本:v2.0.0
模板类型:doctor / academicmaster /professionalmaster/ nonfulltimemaster/bachelor
描述问题 在插入多个子图时,生成的小标题前a,b,c没有用()括起来,有人遇到过这个问题吗?该如何修改?
……
截图:

1模板生成的效果

2想要得到的效果
复现上述问题的代码:
\documentclass[doctor]{hhuthesis}
\begin{document}
\begin{figure}[!htb]
\centering
\subfloat[实验曲线1]{\includegraphics[width=0.5\textwidth]{Figure_S74.eps}}
\subfloat[实验曲线2]{\includegraphics[width=0.5\textwidth]{Figure_S78.eps}}
\newline
\subfloat[实验曲线3]{\includegraphics[width=0.5\textwidth]{Figure_S716.eps}}
\subfloat[实验曲线14]{\includegraphics[width=0.5\textwidth]{Figure_S724.eps}}
\caption{不同模型实验结果对比}\label{Fig8}
\end{figure}
\end{document}
编译环境
编译的系统: Windows 10 / Others
TeX 发行版:TeX Live 2019 / Others
模板版本:v2.0.0
模板类型:doctor / academicmaster /professionalmaster/ nonfulltimemaster/bachelor
描述问题 在插入多个子图时,生成的小标题前a,b,c没有用()括起来,有人遇到过这个问题吗?该如何修改?
……
截图:


1模板生成的效果
2想要得到的效果
复现上述问题的代码: