CSharpMath icon indicating copy to clipboard operation
CSharpMath copied to clipboard

over[left/right]arrow commands not recognized

Open yoshiask opened this issue 5 years ago • 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)

yoshiask avatar Nov 25 '20 21:11 yoshiask

This is just not implemented yet.

Happypig375 avatar Dec 12 '20 08:12 Happypig375