-
Notifications
You must be signed in to change notification settings - Fork 17
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
Tagging (phase-III) lets center environment into minipage #119
Comments
Well it is not the minipage. You get similar problems without it. The problem is that the display environments do not reset the para-instance. That means they inherit from the center environment. You can change that with the optional argument
Generally, in standard LaTeX a list resets parts of the values, e.g. the leftskip is always 0pt. But it doesn't look very consistent, e.g. a
With the block code one could reset the para-instance:
This gives always justified paragraphs inside the list. But I couldn't setup a para-instance that reproduce the standard latex setup and I'm not sure what we really want here. |
I think the expectation is that verbatim is verbatim, thus in an LR document it should always be left aligned. One can argue about whether or not other lists should inherit values or not, but for verbatim I think it is simply a bug.
fixes that, but I think it should be set this way in latex-lab-block already. |
For verbatim this is fixed in develop. For other lists this is now referenced in #546 |
Confirming fixed in dev and closing. |
I encountered the following with a verbatim environment inside a centered minipage. Without tagging, the minipage is centered, but the verbatim content inside the minipage is not centered (as desired). With tagging, the verbatim material is centered.
The text was updated successfully, but these errors were encountered: