-
Notifications
You must be signed in to change notification settings - Fork 129
update list environments to internal_vertical #2713
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?
Conversation
|
Other than a few commands missing mode, it appears the main thing going on is avoiding digesting the |
16a4a71 to
6ded709
Compare
|
Thanks for the review, I added the corrections. So far it appears that this changeset is somewhat stable (no visible regressions) over arXiv. Plenty of examples where the missing part is still biting us though -- namely very tall heights for certain complex |
This is a first step towards addressing the mixed-mode lists that are encountered when dealing with latex's itemization environments.
mode => "internal_vertical"\preitem@parseemed to have an inaccuracy (I think) in checking the current element name is not an itemization element.\pardoesn't really seem needed for our tests to pass. The autoOpen/autoClose schema guarantees may be sufficient to deal with the markup side.What is still missing here is ensuring the horizontal material of the last item gets repacked at an itemization's end.