We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea4ecf commit e7c7c93Copy full SHA for e7c7c93
1 file changed
ustcthesis.cls
@@ -2748,11 +2748,12 @@
2748
% 图注、表注使用 `\figurenote` 或 `\tablenote` 命令,与 `apa7.cls` 一致。
2749
% 图注采用宋体 11pt,单倍行距,段前6磅,段后0磅。
2750
% 多个图注则须顺序编号,注序左缩进2字,与注文之间空一字符,续行悬挂缩进左对齐,两端对齐。
2751
+\let\ustc@figure@note@font\ustc@caption@font
2752
\newcommand\figurenote[1]{%
2753
\begingroup
2754
\par
2755
\setlength\parskip{6bp}%
- \ustc@caption@font
2756
+ \ustc@figure@note@font
2757
\parbox{\linewidth}{#1\par}\par
2758
\endgroup
2759
}
@@ -2763,6 +2764,13 @@
2763
2764
\figurenote{#1}%
2765
2766
2767
+% 设置 \pkg{threeparttable} 表注的默认字号。
2768
+\AtEndOfPackageFile*{threeparttable}{
2769
+ \AtBeginEnvironment{tablenotes}{%
2770
2771
+ }
2772
+}
2773
+
2774
% 不宜将多个插图连续排版,插图与文字论述段落应穿插排版。
2775
2776
% 修改默认的浮动体描述符为 |h|。
0 commit comments