alexandria/2024/documents/by-course/phil-1/paper-2/prelude.typ

17 lines
345 B
Text
Raw Normal View History

2024-11-07 22:27:29 -08:00
#let indented-argument(title: "", abbreviation: "", ..args) = [
#set par(first-line-indent: 0pt)
#pad(left: 12pt, smallcaps(title))
#let arg-numbering = (..nums) => nums.pos().map(n => (
"(" + abbreviation + str(n) + ")"
)).join()
#enum(
numbering: arg-numbering,
indent: 16pt,
tight: false,
..args.pos(),
)
]