update math package status to reflect unicode-math/luamml compatibility #863
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.
Following the discussion in #860, this updates the status for several math packages to reflect compatibility with unicode-math and luamml. This only covers some packages because I want to make sure this is what was in mind before finishing the rest.
Basically any package that is incompatible with unicode-math or has no luamml support (which is most, unless they use basic constructs) is listed as partially compatible with a note.
The phrase "Use of math tagging currently requires support from external tools" was removed from those entries; I'll remove the rest in another PR once this one is merged.
Where it made sense, I added
\UseName{sys_if_engine_opentype:T}{\usepackage{unicode-math}}
to test files so that #858 doesn't error on all pdftex tests.For the changed test files, I also used
tagging=on
instead oftestphase={...}
. I'll do a mass conversion in another PR because otherwise the relevant diffs would be difficult to find.