-
Notifications
You must be signed in to change notification settings - Fork 23
update tagging-status #860
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
Conversation
@@ -476,9 +477,9 @@ | |||
supported-through: [phase-III,math] | |||
comments: "Use of math tagging currently requires support from external tools." |
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.
is that statement (here and elsewhere) still true this way, or would it need to get adjusted? With luamml it should work, without any external tools, or not? @davidcarlisle ?
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.
From my limited understanding I'd think it can be removed but I'll wait for others' opinions
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.
Oh I thought I'd replied here but perhaps it never sent... The current status is that math requires lualatex/unicode-math/luamml or external tools. I'm not sure it really helps to say that everywhere and certainly the current wording is no longer true. I suggest we merge this PR anyway and then globally drop the "use of math" comment.
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.
ok, I'll merge. @mbertucci47 would you update as suggested when you find the time?
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.
What should the status be for 8-bit math packages that are incompatible with unicode-math? Say, mathpazo. And what about math packages that create complicated diagrams that don’t mess up pdf tags but don’t create good mathml?
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.
I think partially incompatible with a comment that they don't work with unicode math for fonts. Diagram packages I fear we need to mark as incompatible currently
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.
@davidcarlisle What's the status of all the extra "-INNER" mathml entries? Are they supposed to be there, innocuous, etc?
Try for example the aligned-overset example with unicode-math. The final mathml entry looks fine but it creates all these intermediate entries.
Adds some issues for the amsmath entry and updates the amscd and amscdx entries due to latex3/unicode-math#657.