Skip to content

Commit

Permalink
Merge pull request #1071 from mathjax/fix/add_missing_textmacros
Browse files Browse the repository at this point in the history
Add missing commands to textmacros package
  • Loading branch information
zorkow authored Mar 16, 2024
2 parents 6847148 + 9c98089 commit dcef69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ts/input/tex/textmacros/TextMacrosMappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ new CommandMap('text-macros', {
dagger: ['Insert', '\u2020'],
ddagger: ['Insert', '\u2021'],
S: ['Insert', '\u00A7'],
AA: ['Insert', '\u212B'],
ldots: ['Insert', '\u2026'],
vdots: ['Insert', '\u22EE'],

',': ['Spacer', MATHSPACE.thinmathspace],
':': ['Spacer', MATHSPACE.mediummathspace],
Expand Down

0 comments on commit dcef69d

Please sign in to comment.