Skip to content

Commit dadb4e4

Browse files
authored
feat: add abbreviation for HEq (#632)
`≍` has recently been added as notation for `HEq`, but the only abbreviation for it currently available is `\asymp`. This PR adds the more intuitive `\heq` as abbreviation for the same symbol.
1 parent 514362b commit dadb4e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lean4-unicode-input/src/abbreviations.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,5 +1832,6 @@
18321832
"Vert": "",
18331833
"Vvdash": "",
18341834
"tiny": "",
1835-
"miny": "⧿"
1835+
"miny": "⧿",
1836+
"heq": ""
18361837
}

0 commit comments

Comments
 (0)