Subject: | _applyMapping(): $tree->{nodes}[$i] |
Cord Merrell writes:
I found a bug in LaTeX::TOM::Parser.pm module ...
On line 1021 (near bottom of sub _applyMapping()) the following change should
be made:
$node = $tree->{$node}[$i];
to
$node = $tree->{nodes}[$i];