We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0feae5d commit 8022c67Copy full SHA for 8022c67
src/engine/layout.jl
@@ -56,7 +56,7 @@ function tex_layout(expr, state)
56
[core, sub, super],
57
Point2f[
58
(0, 0),
59
- (rightinkwidht(core) + 0.1, -0.2),
+ (rightinkbound(core) + 0.1, -0.2),
60
(rightinkbound(core) + 0.1, 0.9 * xheight(core))],
61
[1, shrink, shrink]
62
)
0 commit comments