Skip to content

Commit

Permalink
fix gap
Browse files Browse the repository at this point in the history
  • Loading branch information
KeShih committed Oct 6, 2024
1 parent 4417aa4 commit aac5876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Typeset/Concat/concat_math.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ concater_rep::typeset_sqrt (tree t, path ip) {
(lfn->math_type == MATH_TYPE_OPENTYPE) && (lfn->sqrt_ver_gap > 0);
if (use_opentype) {
gap= (disp ? lfn->sqrt_ver_disp_gap : lfn->sqrt_ver_gap) +
(sep >> 1);
(lfn->wline >> 1);
}
box sqrtb= delimiter_box (decorate_left (ip), "<large-sqrt>", lfn, env->pen,
b->y1, b->y2 + gap);
Expand Down

0 comments on commit aac5876

Please sign in to comment.