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) • 609 B
TypeScript
export declare const varlatexToUnicodeId: {
"\\gneqq ": string;
"\\subsetneq ": string;
"\\succcurlyeq ": string;
"\\succapprox ": string;
"\\supsetneq ": string;
"\\precapprox ": string;
"\\perp ": string;
"\\subseteq ": string;
"\\ngeqslant ": string;
"\\nleqslant ": string;
"\\not\\supseteq ": string;
"\\supseteq ": string;
"\\succnsim ": string;
"\\not\\subseteq ": string;
"\\propto ": string;
"\\lesseqgtr ": string;
"\\gtreqless ": string;
"\\lneqq ": string;
};
export declare type VarLatex = keyof typeof varlatexToUnicodeId;