-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Mathtext brackets #4183
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
Mathtext brackets #4183
Conversation
The vertical aliment of the |
To my eyes, the Computer Modern one looks fine. The stix is a bit low, but the minus sign is a bit low in that font anyway. It doesn't look and odd in the context of more stuff. |
yeah, cm looks right to me, the other pngs don't seem right. The vertical extent of the | doesn't match the extent of the bracket, and they aren't aligned. Are they supposed to or not? In cm, the vertical bar doesn't match the vertical extent, but it seems to be better aligned. |
I think the \documentclass{article}
\usepackage{amsmath}
\begin{document}
\thispagestyle{empty}
\begin{math}
\left\langle - \right| \left | + \right\rangle
\end{math}
\end{document}
I am wearing my physicist hat here complaining about this. This PR is definitily an improvement and if the answer is 'use tex' to get the more centered version that is probably ok. |
Fixing this properly has turned into a rather deep wormhole of problems... I say we just keep this open and I (or some other brave soul) can continue to hack away at it as able... |
Fix for #3374.
This special cases the minus sign to be treated as if it has full
x
height. Also fixes a small problem with vertical alignment of text that was discovered along the way.