version 1.264, 2024/09/29 01:58:43
|
version 1.265, 2024/10/30 03:12:40
|
Line 1164 sub make_horizontal_latex_bubbles {
|
Line 1164 sub make_horizontal_latex_bubbles {
|
my $j=0; |
my $j=0; |
my $cou=0; |
my $cou=0; |
$result.='\vskip 2mm \noindent '; |
$result.='\vskip 2mm \noindent '; |
$result .= '\textbf{'.$Apache::lonxml::counter.'.} \vskip -3mm '; |
if ($Apache::lonhomework::type eq 'exam') { |
|
$result .= '\textbf{'.$Apache::lonxml::counter.'.} \vskip -3mm '; |
|
} |
|
|
for (my $i=0;$i<$number_of_tables;$i++) { |
for (my $i=0;$i<$number_of_tables;$i++) { |
if ($i == 0) { |
if ($i == 0) { |