增加了thickhline命令,用来在表格中,添加粗的横线。

This commit is contained in:
laoyang
2022-05-17 14:55:55 +08:00
parent 8cd2a5e14a
commit 0d22783b1c
+6
View File
@@ -11,3 +11,9 @@
%%
\captionsetup[table]{belowskip=0pt,aboveskip=5pt}
%线线
\newcommand{\thickhline}{%
\noalign {\ifnum 0=`}\fi \hrule height 1pt
\futurelet \reserved@a \@xhline
}