SCU_ThesisDissertation_LaTeXTemplate icon indicating copy to clipboard operation
SCU_ThesisDissertation_LaTeXTemplate copied to clipboard

建议在MainBody.tex或模板中指定图片路径

Open OpenWaygate opened this issue 5 years ago • 1 comments

如题, 指定图片路径如下, 在每次添加图片时就不需要路径.

\graphicspath{{../Template/Components/Images/}}

OpenWaygate avatar Feb 15 '20 07:02 OpenWaygate

使用caption而不是caption2, 避免使用subcaption包添加子图时报错.

% 使用caption2宏包修改题注样式
\PassOptionsToPackage{labelsep=space}{caption}
\RequirePackage{caption}
% 修改题注样式
\renewcommand{\captionfont}{\zihao{5}\rm\heiti}
% \renewcommand{\captionlabeldelim}{~}

OpenWaygate avatar Feb 18 '20 07:02 OpenWaygate