Skip to content

Commit 8022c67

Browse files
committed
Fix typo
1 parent 0feae5d commit 8022c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/layout.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function tex_layout(expr, state)
5656
[core, sub, super],
5757
Point2f[
5858
(0, 0),
59-
(rightinkwidht(core) + 0.1, -0.2),
59+
(rightinkbound(core) + 0.1, -0.2),
6060
(rightinkbound(core) + 0.1, 0.9 * xheight(core))],
6161
[1, shrink, shrink]
6262
)

0 commit comments

Comments
 (0)