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

Parenthesis instead of square brackets #171

Closed
lellid opened this issue Dec 17, 2018 · 2 comments
Closed

Parenthesis instead of square brackets #171

lellid opened this issue Dec 17, 2018 · 2 comments
Assignees
Labels

Comments

@lellid
Copy link
Contributor

lellid commented Dec 17, 2018

\lbrack and \rbrack are rendered to left and right parentheses (), but they should be rendered to left and right square brackets [].

Moreover, the parser parses a left parenthesis ( to a SymbolAtom containing the name lbrack. I guess the error above arises from the confusion about what lbrack and rbrack are.

@lellid
Copy link
Contributor Author

lellid commented Dec 20, 2018

Fixed it! I could write a PDR, but I have different VS2017 settings, and its only a few lines in 4 different files, so please have a look at this commit.

Let me know if this is fixing it!

@ForNeVeR ForNeVeR self-assigned this Dec 22, 2018
@ForNeVeR
Copy link
Owner

Thanks, I'll take a look.

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