#let part = $ a B pi Delta $ #let kinds = (math.serif, math.sans, math.cal, math.frak, math.mono, math.bb) #let modifiers = (v => v, math.italic, math.bold, v => math.italic(math.bold(v))) #let cells = (sym.triangle.nested, [--], [`italic`], [`bold`], [both]) #for kk in kinds { cells.push(raw(repr(kk).trim(""))) for mm in modifiers { cells.push($ mm(kk(part)) $) } } #set page(width: auto) #set align(center) #table(columns: 1 + modifiers.len(), ..cells)