diff --git a/spec/chip.typ b/spec/chip.typ index 713f39b87..30b93373c 100644 --- a/spec/chip.typ +++ b/spec/chip.typ @@ -211,13 +211,13 @@ } (..for poly in polys { - ([_polynomial constraint_], [], $#expr_to_math(poly) = 0$, []) + (table.cell(align: right, colspan: 2, [_polynomial constraint_]), $#expr_to_math(poly) = 0$, []) },) } // Rendering the additional "desc" field for arith constraints let render_extra_description(constraint) = { - ([_description_], [], eval(constraint.desc, mode: "markup"), []) + (table.cell(align: right, colspan: 2, [_description_]), eval(constraint.desc, mode: "markup"), []) } show figure: set block(breakable: true)