over[left/right]arrow commands not recognized
yoshiask opened this issue · 1 comments
yoshiask commented
Describe the bug
\overleftarrow{a}
and \overrightarrow{a}
are not recognized as commands.
To Reproduce
Steps to reproduce the behavior:
- Call
LaTeXParser.MathListFromLaTeX("\\overrightarrow{f}(x,y) = xy^2")
- Observe that the result has an
Error
with the following text:
Error: Invalid command \overrightarrow\n\overrightarrow{f}(x,y) = xy^2\n↑ (pos 1)
Expected behavior
The parsing to be successful. If displayed in an SKCanvas, it should look something like this:
Environment (please complete the following information):
- Platform: CSharpMath.SkiaSharp
- Package Version or Commit: 0.5.0-beta
- Device: Windows 10 laptop (but should be applicable to all devices)
Happypig375 commented
This is just not implemented yet.