-
Notifications
You must be signed in to change notification settings - Fork 102
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
Command arguments passed without braces #60
Labels
Comments
I changed one of my local versions and it does exactly that, even with the sqrt, underline,frac commands and the script attachments of symbols like (\infty or \oo as in \int_a^\infty). Should I add it to the codebase and create a PR? |
B3zaleel
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Aug 20, 2018
Yes, thanks! |
B3zaleel
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Aug 28, 2018
\frac12 now renders the same as\frac1/2 and \frac1{2}. Changed some unclear variable names.
B3zaleel
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Aug 30, 2018
The renewed fraction command allows support for more fraction styles such as \frac17, \frac8/19 and \frac97{2^x \times 5}. The first and second styles can be terminated by a whitespace and escapeChar at the end, whilst the third style is terminated by a space between the first curly brace and the previous char.
B3zaleel
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Aug 31, 2018
Fixed the crash caused when the style is incomplete.
B3zaleel
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 1, 2018
ForNeVeR
pushed a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 15, 2018
ForNeVeR
pushed a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 15, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 16, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 16, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 17, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 17, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 17, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 18, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 18, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 18, 2018
ForNeVeR
added a commit
to B3zaleel/xaml-math
that referenced
this issue
Sep 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
\frac22
fails with an error "missing {" although it actually should render as this:I suggest we take actual EBNF for LaTeX and implement that instead of relying on intuition :)
The text was updated successfully, but these errors were encountered: