Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolaru committed Jul 22, 2022
1 parent 0feae5d commit 8022c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/layout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function tex_layout(expr, state)
[core, sub, super],
Point2f[
(0, 0),
(rightinkwidht(core) + 0.1, -0.2),
(rightinkbound(core) + 0.1, -0.2),
(rightinkbound(core) + 0.1, 0.9 * xheight(core))],
[1, shrink, shrink]
)
Expand Down

0 comments on commit 8022c67

Please sign in to comment.