SCU_ThesisDissertation_LaTeXTemplate
SCU_ThesisDissertation_LaTeXTemplate copied to clipboard
建议在MainBody.tex或模板中指定图片路径
如题, 指定图片路径如下, 在每次添加图片时就不需要路径.
\graphicspath{{../Template/Components/Images/}}
使用caption而不是caption2, 避免使用subcaption包添加子图时报错.
% 使用caption2宏包修改题注样式
\PassOptionsToPackage{labelsep=space}{caption}
\RequirePackage{caption}
% 修改题注样式
\renewcommand{\captionfont}{\zihao{5}\rm\heiti}
% \renewcommand{\captionlabeldelim}{~}