This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
Add equations parsing #6
Open
Description
An
Equation
may containEquationFunction
,EquationSymbol
, andText
elements.
- Very basic, smaller than MathJax's vocabulary, doesn't even support bold typefaces
- Unclear what the output format is. Symbols not given as any sort of enum on developer site, nor in TypeScript docs
- if not exposed to API (like e.g. kix comment anchors weren't) then waste of time developing for it
- There's a symbol conversion table to LaTeX here
\leq | |
\geq | |
\prec | |
\succ | |
\preceq | |
\succeq | |
\ll | |
\gg | |
\equiv | |
\sim | |
\simeq | |
\asymp | |
\approx | |
\ne | |
\subset | |
\supset | |
\subseteq | |
\supseteq | |
\in | |
\ni | |
\notin |
\frac | |
\sum | |
\sqrt | |
\rootof | |
\subsuperscript | |
\subscript | |
\superscript | |
\abs | |
\overline | |
\widehat | |
\tilde | |
\bigcap | |
\bigcup | |
\prod | |
\coprod | |
\int | |
\oint |
\leftarrow | |
\rightarrow | |
\leftrightarrow | |
\Leftarrow | |
\Rightarrow | |
\Leftrightarrow | |
\uparrow | |
\downarrow | |
\updownarrow | |
\Uparrow | |
\Downarrow | |
\Updownarrow |