-
Notifications
You must be signed in to change notification settings - Fork 72
Under annotations #245
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
base: master
Are you sure you want to change the base?
Under annotations #245
Conversation
|
@Happypig375 Implementation might take a few days, especially display part is a quite complicated, on a Mathify I've spent more then week :) I'll do a small commits, please track all my commits for better quality and quick fixes. |
|
@Happypig375 Just ran the dotnet format command on a core CSharpMath.csproj , and it broght changes on 53 files, similar to what it changed that you commented already. Lats first resolve problem with autoformatting. I'm using vs code ide, which ide do you use and which formatters? don't want to bring lots of formatting changes on my pr
|
|
@hflexgrig I just use Visual Studio and it formats things on the fly. You can pull request all the auto formatting. The unnecessary space should be fixed though. |
…rpMath into under_annotations
|
@Happypig375 I think finished with basic implementation, lats fixup this one and merge, then adding rest of the annotations would be much easier! this was the most difficult part. |
|
@hflexgrig Tell me when you let me take this PR over |
I think we can merge it now, if no additional fixups required from your side |
|
There is at least a big red cross that needs fixing. Also, your |
Hmm... running dotnet format --exclude Typography breaking the unittests.
|
ce4dee3 to
a0f06ef
Compare
|
@hflexgrig It does that when encountering any warning. Warnings are disregarded by the format check for now. |
|
I can commit some tests when you're done with committing. |
Yes please, go ahead |
|
Hmm, it appears that Is this a Unix vs Windows issue? |
|
I suspect this is a CRLF and LF line ending issue. |
|
See #250 PR on this PR - hflexgrig#1 |
That one could be merged into master, and then master into my branch, so that pr changes are clear. |



Here in this pr I'll try to bring under annotations ( \underbrace, \underbracket ) with display and latex support