mathy-unicode-characters
Version:
JavaScript / TypeScript utility to translate mathy Unicode characters to and from LaTeX, Mathematica, Wolfram, Elsevier Grid, etc.
22 lines (21 loc) • 577 B
TypeScript
export declare const varlatex2unicode: {
"\\bot": string;
"\\varpropto": string;
"\\succnapprox": string;
"\\lneq": string;
"\\gtreqqless": string;
"\\ngeqq": string;
"\\gneq": string;
"\\subsetneqq": string;
"\\succeq": string;
"\\supsetneqq": string;
"\\lesseqqgtr": string;
"\\nleqq": string;
"\\subseteqq": string;
"\\precsim": string;
"\\succsim": string;
"\\nsubseteqq": string;
"\\supseteqq": string;
"\\nsupseteqq": string;
};
export declare type Varlatex2unicode = keyof typeof varlatex2unicode;