-
Notifications
You must be signed in to change notification settings - Fork 105
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
Color support #142
Color support #142
Conversation
Added support for parsing a color string representation with the "color" command.
Added the converter for the "colorbox".
Fixed some minor issues with the boolean checks
@B3zaleel if you're going to make any changes — please create a new branch based on And feel free to ask me any questions if something isn't clear to you about my change requests. I'll be glad to explain everything, produce examples or fix some of the issues myself (or even all of them). For now, I'm awaiting either questions or changes from you. And, again, thanks for your interest in our project, we appreciate it very much! 👍 |
Alright, I'm going to finalize this task based on @B3zaleel's contributions and my comments. Stay tuned. |
# Conflicts: # src/WpfMath/TexFormulaParser.cs
# Conflicts: # README.md # WpfMath.sln # src/WpfMath.Tests/ParserTests.fs # src/WpfMath.Tests/WpfMath.Tests.fsproj # src/WpfMath/TexFormulaParser.cs
Thanks, everyone! Now this is (finally!) ready for merge. |
Changes extracted from #138 by @B3zaleel.
Closes #165.
TODO:
\color
and\colorbox
)TexParseException
s)TexParseException
s)