Skip to content

Commit d2a570d

Browse files
committed
Update AsciiMath to include changes since previous update
1 parent 862d01b commit d2a570d

File tree

1 file changed

+1
-0
lines changed
  • unpacked/jax/input/AsciiMath

1 file changed

+1
-0
lines changed

unpacked/jax/input/AsciiMath/jax.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ var AMsymbols = [
546546
{input:"aleph", tag:"mo", output:"\u2135", tex:null, ttype:CONST},
547547
{input:"...", tag:"mo", output:"...", tex:"ldots", ttype:CONST},
548548
{input:":.", tag:"mo", output:"\u2234", tex:"therefore", ttype:CONST},
549+
{input:":'", tag:"mo", output:"\u2235", tex:"because", ttype:CONST},
549550
{input:"/_", tag:"mo", output:"\u2220", tex:"angle", ttype:CONST},
550551
{input:"/_\\", tag:"mo", output:"\u25B3", tex:"triangle", ttype:CONST},
551552
{input:"'", tag:"mo", output:"\u2032", tex:"prime", ttype:CONST},

0 commit comments

Comments
 (0)