Skip to content

Commit

Permalink
missed a renaming for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed May 9, 2024
1 parent f75b0c6 commit 4cd73e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Engine/TeX_Math.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ sub scriptHandler {
if ($$prevop[1] eq $op) { # Whoops, duplicated; better use FLOATING
Error('unexpected', "double-" . lc($$prevop[1]), $stomach, "Double " . lc($$prevop[1]))
unless $prevspace;
$cs = '\@@FLOATING' . $op;
$cs = '\lx@floating@' . lc($op);
last; }
else { # Else, is OK (so far) assume POST (it will stack previous script)
$prevscript = $prev; # we'll overlap the width of the previous.
Expand Down

0 comments on commit 4cd73e7

Please sign in to comment.