UNPKG

mathy-unicode-characters

Version:

JavaScript / TypeScript utility to translate mathy Unicode characters to and from LaTeX, Mathematica, Wolfram, Elsevier Grid, etc.

65 lines (64 loc) 1.35 kB
export declare const acs2unicode: { "bulop": string; "deg": string; "tridls": string; "there4": string; "cong": string; "Gt": string; "sqdott": string; "diams": string; "conint": string; "radic": string; "les": string; "rngs": string; "esdot": string; "gsim": string; "utri": string; "tridott": string; "bottom": string; "Lt": string; "vbarcir": string; "rng": string; "plus": string; "ap": string; "exist": string; "angst": string; "Verbar": string; "ne": string; "utrif": string; "Obox": string; "infin": string; "gE": string; "sub": string; "dtrif": string; "sum": string; "crclbar": string; "crcldt": string; "thermod": string; "sup": string; "cap": string; "ges": string; "prop": string; "tsqs": string; "lE": string; "oplus": string; "divide": string; "squf": string; "ang": string; "sime": string; "starf": string; "prod": string; "or": string; "bbull": string; "forall": string; "dtri": string; "int": string; "apprch": string; "tridrs": string; "equals": string; "mnplus": string; "notin": string; "plusmn": string; "isin": string; }; export declare type Acs2unicode = keyof typeof acs2unicode;