-
-
Notifications
You must be signed in to change notification settings - Fork 65
Mathml tweaks indent #1665
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
Merged
Merged
Mathml tweaks indent #1665
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
95d09f2
Improve processing of MathMLForm for Input and Output Form
mmatera 842fc58
remove trailing print
mmatera 466bc6e
remove space from extra_operators, and add a comment
mmatera 8f0f52b
add a comment about mathml multiline output. Give a more consistent o…
mmatera 2d98ca7
Merge remote-tracking branch 'origin/master' into mathml_tweaks
f513083
indentation
d26de0d
mathml indent
cbceb63
update docs
e556ec9
update tests. adjust more indentation
9e816d2
Merge branch 'master' into mathml_tweaks
mmatera ada2900
Merge branch 'mathml_tweaks' into mathml_tweaks_indent
mmatera 2951a17
restore Makefile
mmatera 81689de
Merge branch 'master' into mathml_tweaks
mmatera a5e3104
improve Expression.sameQ to deal with BoxExpressions. Add tests for B…
mmatera 270f82d
add a test involving FractionBox
mmatera cb3ff7a
Merge branch 'improve_Expression_sameQ' into mathml_tweaks
mmatera 70f84ed
Improve processing of MathMLForm for Input and Output Form
mmatera 5b89c3f
remove trailing print
mmatera e88108d
remove space from extra_operators, and add a comment
mmatera 5295f48
add a comment about mathml multiline output. Give a more consistent o…
mmatera 1831e6b
improve Expression.sameQ to deal with BoxExpressions. Add tests for B…
mmatera 6c529bd
Add Box type annotations to render routines.
rocky 3c53f98
Fix type errors found by mypy
rocky 942752a
More mypy/type work.
rocky 6d25078
Merge branch 'master' into mathml_tweaks
rocky bddeb7a
merge
e57789a
merge
mmatera 5bc5469
merge. adjust indentation in gridbox. adjust test accordingly.
mmatera ddfdb17
ordering functions
mmatera 17413ed
merge
1e50e58
fix
cc1afde
merge
mmatera b7a4c79
merge
mmatera 262b628
merge
76bee53
merge
5488a13
fix mypy
5be081a
merge
mmatera a07cac9
removing unused inner function
mmatera 63728da
merge
mmatera e520721
ruff
mmatera 684e474
ruff
mmatera 4fc0fe9
Merge branch 'mathml_tweaks' into mathml_tweaks_indent
mmatera 7dbc388
Merge branch 'master' into mathml_tweaks
rocky 0b49738
Merge branch 'mathml_tweaks' into mathml_tweaks_indent
rocky 351eee1
Update mathics/format/render/mathml.py
mmatera 18abb93
Update mathics/format/render/mathml.py
mmatera 8e17b74
fix syntactic typo
rocky 42c6226
Apply suggestion from @rocky
rocky 0d4c08c
Update mathics/format/render/mathml.py
mmatera b626638
Merge branch 'mathml_tweaks' into mathml_tweaks_indent
mmatera File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticing now that it was a mistake to add
$UseSansSerif.WMA uses
CurrentValue[$DefaultFrontEnd, DefaultFontProperties].I guess for now, we have to live with this.