version 1.66, 2006/12/19 00:49:53
|
version 1.67, 2006/12/19 14:53:17
|
Line 178 sub end_numericalhint {
|
Line 178 sub end_numericalhint {
|
if (lc($hideunit) eq "yes") { delete($$args_ref{'unit'}); } |
if (lc($hideunit) eq "yes") { delete($$args_ref{'unit'}); } |
|
|
if ($$tagstack[-1] eq 'formulahint') { |
if ($$tagstack[-1] eq 'formulahint') { |
$$args_ref{'type'}='fml'; |
if ($$args_ref{'samples'}) { |
|
$$args_ref{'type'}='fml'; |
|
} else { |
|
$$args_ref{'type'}='math'; |
|
} |
} elsif ($$tagstack[-1] eq 'numericalhint') { |
} elsif ($$tagstack[-1] eq 'numericalhint') { |
$$args_ref{'type'}='float'; |
$$args_ref{'type'}='float'; |
} |
} |