File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ bigfoot # perpage.sty for footmisc
1717caption
1818ctex
1919enumitem
20- etoolbox
2120fancyhdr
2221fontspec
2322footmisc
Original file line number Diff line number Diff line change 282282
283283% 建议在模板开始处载入全部宏包,不要轻易改变加载顺序。
284284% \pkg{hyperref} 一般在最后加载。
285- \RequirePackage { etoolbox }
286285\RequirePackage { amsmath }
287286\RequirePackage { fontspec } [ 2017/03/31 ]
288287\RequirePackage { geometry }
29222921 }
29232922
29242923% 设置表格的默认字号
2925- \patchcmd \@ floatboxreset
2926- { \normalsize }
2927- { \_ _ustc_table_font: }
2928- { } { \msg _error:nnn { ustcthesis } { patch-failure } { \@floatboxreset } }
2924+ \cs _set_nopar:Npn \@ floatboxreset
2925+ {
2926+ \reset@font
2927+ % \normalsize
2928+ \_ _ustc_table_font:
2929+ \@setminipage
2930+ }
29292931
29302932\msg _new:nnn { ustcthesis } { patch-failure }
29312933 { Failed~ to~ patch~ ' \token_to_str:N #1 ' . }
You can’t perform that action at this time.
0 commit comments