verybadcat/CSharpMath

over[left/right]arrow commands not recognized

yoshiask opened this issue · 1 comments

Describe the bug

\overleftarrow{a} and \overrightarrow{a} are not recognized as commands.

To Reproduce

Steps to reproduce the behavior:

  1. Call LaTeXParser.MathListFromLaTeX("\\overrightarrow{f}(x,y) = xy^2")
  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: image

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)

This is just not implemented yet.