File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -1332,6 +1332,21 @@ \subsubsection{其他配置}
1332
1332
1333
1333
\end {function }
1334
1334
1335
+ \begin {function }[added=2024-04-30]{misc/tabularRowSeparation}
1336
+ \begin {bitsyntax }[emph={[1]tabularRowSeparation}]
1337
+ tabularRowSeparation = (*(1)|\marg {正实数}*)
1338
+ \end {bitsyntax }
1339
+
1340
+ \textit {此选项一般不需要用户自行修改。 }
1341
+
1342
+ 此选项用于调整表格各行之间的距离,允许小数。默认值为1,相当于不调整。
1343
+
1344
+ 学校没有明文规定,不过设为1.25更接近本科Word模板实作,设为1.6更接近硕博Word模板实作。
1345
+
1346
+ \textit {请在导言区使用此选项。 }
1347
+
1348
+ \end {function }
1349
+
1335
1350
\subsubsection {常量名称覆盖 }
1336
1351
\label {sec:const }
1337
1352
Original file line number Diff line number Diff line change 733
733
autoref / table .initial:n = {\g _@@_const_autoref_tab_tl},
734
734
autoref / equ .tl_set:N = \equationautorefname ,
735
735
autoref / equ .initial:n = {\g _@@_const_autoref_equ_tl},
736
- % 浮动体与正文之间的距离
736
+ % 浮动体相关的各种间距
737
737
floatSeparation .tl_set:N = \l _@@_misc_float_separation_tl,
738
738
floatSeparation .initial:n = {0},
739
+ tabularRowSeparation .tl_set:N = \l _@@_misc_tabular_row_separation_tl,
740
+ tabularRowSeparation .initial:n = {1},
739
741
}
740
742
% \end{macrocode}
741
743
%
1623
1625
% 调整浮动体与文字之间的距离
1624
1626
\addtolength {\intextsep }{\l _@@_misc_float_separation_tl\baselineskip }
1625
1627
\addtolength {\textfloatsep }{\l _@@_misc_float_separation_tl\baselineskip }
1628
+ % 调整表格各行之间的距离
1629
+ \cs _set:Npn \arraystretch {\l _@@_misc_tabular_row_separation_tl}
1626
1630
}
1627
1631
% \end{macrocode}
1628
1632
% \end{macro}
You can’t perform that action at this time.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
0 commit comments