Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

over[left/right]arrow commands not recognized #185

Open
yoshiask opened this issue Nov 25, 2020 · 1 comment
Open

over[left/right]arrow commands not recognized #185

yoshiask opened this issue Nov 25, 2020 · 1 comment
Labels
Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Enhancement

Comments

@yoshiask
Copy link

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 yoshiask added Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Bug labels Nov 25, 2020
@Happypig375 Happypig375 added Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Enhancement and removed Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Bug labels Dec 12, 2020
@Happypig375
Copy link
Collaborator

This is just not implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants