-
Notifications
You must be signed in to change notification settings - Fork 4
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
Broken paddings, yet again #16
Comments
In 7b93138, I have manually reviewed all usages of This is a workaround for the issue at hand, but the inline todo I ask because I want to avoid readjusting these margins again, should the template change in the future. |
I just took a look at this issue. It does not seem to be an issue with the However, this seems to be the normal behavior of a math display environment as it is usually used inside a text and not at the beginning of a new paragraph: https://tex.stackexchange.com/a/337107 To solve this, the paddings of the math display environments can be adjusted like shown in the post mentioned above. So for example you could use |
If I understand it correctly, this
To me, that seems to be an unreasonable expectation. But if it's the official way LaTeX handles this, there is probably little we can do. Thanks for looking into it! |
We should then at least use a common macro such that we can easily change that vspace by changing a single location. |
Unfortunately, the space itself depends also on the content that follows (e.g., if it is |
Isn't if feasible to insert some dummy content of height zero on top to avoid this extra handling? This could then be added using a macro. |
Good idea, unfortunately it does not seem to work (I tried \hphantom), because I need to set a negative space, height zero does not cut it. I also experimented with different units of length (millimeters are independent of the selected font, but this does not work either). |
I would prefer to have a minimal example and to discuss this further for the template. Florian may be able to help then. |
Due to commit 26dba4b (updated slide template), some paddings in boxes have now been "improved":
This is due to additional
\vspace
commands, which I originally added to fix some broken paddings. This is not an issue in the slide template. The correct fix is go to through the slides and remove some of these\vspace
commands. I will do it when I find the time.The text was updated successfully, but these errors were encountered: