Hello good people, I've got this showybox here (more can be found in template.typ and ommnibus.typ):
border-color: white,
title-color: black,
body-color: black,
footer-color: black,
thickness: (left: 1pt),
radius: 0pt
),
body-style: (
color: white
),
footer-style: (
color: white
),
title-style: (
color: white,
weight: "bold",
),
sep: (
dash: "loosely-dashed"
),
title: [Theorem 2.43 (Dimension of a sum).],
)[If $V_1,V_2$ of a #sbs of a #findem #vsp, then $ dim (V_1 + V_2) = dim V_1 + dim V_2 - dim (V_1 sect V_2). $]```
I don't know how to script this box into one command that also conforms to the section number:
`#thm[#number (in this case 43)][#name (Dimension of a sum)][#content1][#content2]...[#contentn](#footer)`
Could someone help me?