lib edits

This commit is contained in:
2025-10-02 07:58:03 -07:00
parent 30713a7916
commit e2947ea54b
2 changed files with 32 additions and 2 deletions

View File

@ -106,6 +106,29 @@
))
}
#let review_box(title, content) = {
align(center, stack(
block(
width: 100%,
breakable: false,
fill: oblue,
stroke: oblue + 2pt,
inset: 1.5mm,
align(left, text(fill: white, weight: "bold", title)),
),
block(
width: 100%,
height: auto,
breakable: false,
fill: oblue.lighten(80%).desaturate(10%),
stroke: oblue + 2pt,
inset: 3mm,
align(left, content),
),
))
}
#let instructornote(content) = {
if_solutions(align(center, stack(