// e.g. rf for resume-formatter #let contact_header(a,b,c) = grid( gutter: 0in, column-gutter: 0in, row-gutter: 0in, columns: (1fr, 1fr), align(left)[ #list( tight: false, marker: "", indent: 0in, body-indent: 0in, spacing: 0.05in, [#a], [#b], [#c], ) ], ) // NOTE: this bullet and the ul are not used currently because // they trip up pdf to text tools #let bullet = pad(y: 2pt, text(size: 8pt)[λ]) #let ul(..content) = list( tight: false, spacing: 0.05in, marker: bullet, ..content ) #let role_time(role, time) = heading( numbering: none, text(size: 16pt)[#role #text(weight: 600, size: 12pt)[#time]], ) #let aspect_title(title) = pad(bottom: 5pt, [== #text(size: 18pt, weight: 900, [#title])])