Post #1751227
2026-04-28 17:38 UTC
Example:
#let formatMinutes(d) = [#padInt(calc.floor(d/60), 2):#padInt(calc.rem(d, 60), 2)h]
There's a duration type but it has no display function...
Replies (1)
-
@gim@queer.group 2026-04-28 17:41
Example: #let stateBubble() = box( height: 10pt, baseline: 15%, circle( fill: oklch((dto.stateOklchL/100)*100%, dto.stateOklchC, (1deg * dto.stateOklchH)) )) okclh doesn't take floats but ratios and angles. There aren't constructors for these types. You can only get them from string literals...