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

Command arguments passed without braces #60

Closed
ForNeVeR opened this issue Feb 26, 2017 · 2 comments
Closed

Command arguments passed without braces #60

ForNeVeR opened this issue Feb 26, 2017 · 2 comments
Labels

Comments

@ForNeVeR
Copy link
Owner

Currently \frac22 fails with an error "missing {" although it actually should render as this:

image

I suggest we take actual EBNF for LaTeX and implement that instead of relying on intuition :)

@B3zaleel
Copy link
Contributor

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
@ForNeVeR
Copy link
Owner Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants