version 1.92.2.1, 2018/06/08 11:57:57
|
version 1.94, 2018/06/07 15:58:10
|
Line 171 sub end_itemgroup {
|
Line 171 sub end_itemgroup {
|
} |
} |
if ($target eq 'web') { |
if ($target eq 'web') { |
|
|
my $table='<br /><table>'; # extra space to match what latex does. |
my $table='<table class="LC_itemgroup">'; # extra space to match what latex does. |
if ((!$columns) || ($columns < 0)) { |
if ((!$columns) || ($columns < 0)) { |
if ($direction eq 'horizontal') { |
if ($direction eq 'horizontal') { |
if (@names > 0) { |
if (@names > 0) { |