Skip to content

Commit

Permalink
Merge pull request #906 from Alex-Jordan/nicetables-column-styling
Browse files Browse the repository at this point in the history
keep column styling when using multicolumn
  • Loading branch information
drgrice1 authored Aug 20, 2023
2 parents 58789ff + e9fa271 commit b661e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/ui/niceTables.pl
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ sub Row {
$columntype =~ s/^p/b/ if ($valign eq 'bottom');
$columntype =~ s/^p/m/ if ($tableOpts->{valign} eq 'middle');
$columntype =~ s/^p/b/ if ($tableOpts->{valign} eq 'bottom');
$columntype = ">{$cellAlign->{tex}}" . $columntype if $cellAlign->{tex};
$columntype = getLaTeXcolumnWidth($alignment->[0]{left}) . $columntype
if ($i == 0 && $alignment->[0]{left} && !$cellOpts->{halign});

Expand Down

0 comments on commit b661e4f

Please sign in to comment.