Skip to content

Commit

Permalink
fix: Fixes name of accented math symbol, eliminates duplicate newStan…
Browse files Browse the repository at this point in the history
…dardHspace assignment

Closes #1274
  • Loading branch information
arichard4 committed Nov 18, 2021
1 parent 985b9c3 commit 4c38f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/math/base-elements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,6 @@ elements.atomType = atomType
elements.scriptType = scriptType
elements.mathVariantToScriptType = mathVariantToScriptType
elements.symbolDefaults = symbolDefaults
elements.newStandardHspace = newStandardHspace
elements.newSubscript = newSubscript
elements.newUnderOver = newUnderOver
elements.newStandardHspace = newStandardHspace
Expand Down
2 changes: 1 addition & 1 deletion packages/math/unicode-symbols.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local mkAtomType = {
mathfence = atomType.ordinary,
mathalpha = atomType.ordinary,
mathbin = atomType.binaryOperator,
mathaccent = atomType.accentedSymbol,
mathaccent = atomType.accentSymbol,
mathaccentwide = atomType.accentSymbol,
mathrel = atomType.relationalOperator,
mathunder = atomType.underSymbol,
Expand Down

0 comments on commit 4c38f1a

Please sign in to comment.