Skip to content
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

Block height for \text #412

Closed
ForNeVeR opened this issue Jun 11, 2023 · 0 comments · Fixed by #483
Closed

Block height for \text #412

ForNeVeR opened this issue Jun 11, 2023 · 0 comments · Fixed by #483

Comments

@ForNeVeR
Copy link
Owner

Consider this example:

\text{f(x)} = \cases{\text{1/3} & \text{if 0 ≤ x ≤ 1;} \\
\text{2/3} & \text{if 3 ≤ x ≤ 4;} \\
\text{0} & \text{elsewhere.}}
image

You may note that the text blocks are looking a off. Compare it with same block without \text, check the text block vertical offsets:

\text{f(x)} = \cases{1/3 & if\thickspace0 \leqslant x \leqslant 1; \\
2/3 & if\thickspace3 \leqslant x \leqslant 4; \\
0 & \text{elsewhere.}}
image

(I have specially left elsewhere in the \text block to compare the offset.)

Something's wrong here.

@ForNeVeR ForNeVeR changed the title Blox height for \text Block height for \text Jun 11, 2023
@ForNeVeR ForNeVeR mentioned this issue Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant