We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6692995 commit edccccbCopy full SHA for edccccb
lib/LaTeXML/Core/Rewrite.pm
@@ -420,7 +420,9 @@ sub domToXPath {
420
return ($xpath, $nnodes, @wilds); }
421
422
# May need some work here;
423
-my %EXCLUDED_MATCH_ATTRIBUTES = (scriptpos => 1, 'xml:id' => 1, fontsize => 1); # [CONSTANT]
+my %EXCLUDED_MATCH_ATTRIBUTES = (
424
+ scriptpos => 1, mathstyle => 1,
425
+ 'xml:id' => 1, fontsize => 1); # [CONSTANT]
426
427
sub domToXPath_rec {
428
my ($document, $node, $axis, $pos) = @_;
0 commit comments