Skip to content

Commit 1d6449c

Browse files
committed
keep column styling when using multicolumn
1 parent f55e397 commit 1d6449c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

macros/ui/niceTables.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ sub Row {
942942
$columntype =~ s/^p/b/ if ($valign eq 'bottom');
943943
$columntype =~ s/^p/m/ if ($tableOpts->{valign} eq 'middle');
944944
$columntype =~ s/^p/b/ if ($tableOpts->{valign} eq 'bottom');
945+
$columntype = ">{$cellAlign->{tex}}" . $columntype if $cellAlign->{tex};
945946
$columntype = getLaTeXcolumnWidth($alignment->[0]{left}) . $columntype
946947
if ($i == 0 && $alignment->[0]{left} && !$cellOpts->{halign});
947948

0 commit comments

Comments
 (0)