xmu-thesis-grd
xmu-thesis-grd copied to clipboard
图片和表格的编号和label之间的间隔
答辩时有老师指出间隔符不该是':',查了下可参考如下方式解决,添加以下内容在 \begin{document} 之前
\usepackage{graphicx} \usepackage{caption}
\captionsetup{labelsep=quad}