Skip to content

Commit c049913

Browse files
authored
Merge pull request #1420 from Alex-Jordan/niceTables-midrule
empty node following booktabs rules
2 parents d0367ad + bb4678c commit c049913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

macros/ui/niceTables.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ sub getWidthPercent {
16161616
sub hrule {
16171617
my ($booktabs, $type, $thickness) = @_;
16181618
if ($booktabs) {
1619-
my $thicknessArg = '';
1619+
my $thicknessArg = $type eq 'bottom' ? '' : '{}';
16201620
$thicknessArg = '[' . getLaTeXthickness($thickness) . ']'
16211621
if ($thickness);
16221622
return "\\" . $type . 'rule' . $thicknessArg;

0 commit comments

Comments
 (0)