From 0d22783b1c5af3e0ec2d2bbae6e5b72473b4fe3a Mon Sep 17 00:00:00 2001 From: laoyang Date: Tue, 17 May 2022 14:55:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86thickhline=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=EF=BC=8C=E7=94=A8=E6=9D=A5=E5=9C=A8=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=B2=97=E7=9A=84=E6=A8=AA?= =?UTF-8?q?=E7=BA=BF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cls/global.cls | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cls/global.cls b/cls/global.cls index 7424864..b11f1f1 100644 --- a/cls/global.cls +++ b/cls/global.cls @@ -10,4 +10,10 @@ \linespread{1.5} %% 表格 -\captionsetup[table]{belowskip=0pt,aboveskip=5pt} \ No newline at end of file +\captionsetup[table]{belowskip=0pt,aboveskip=5pt} + +%粗线,在表格中可以画出更粗的线条 +\newcommand{\thickhline}{% + \noalign {\ifnum 0=`}\fi \hrule height 1pt + \futurelet \reserved@a \@xhline +} \ No newline at end of file