Elektrine lite

← Feed

@gim@queer.group

Post #1751188

2026-04-28 17:35 UTC

Example: #set page(footer: context [ #h(1fr) Seite #counter(page).display() von #counter(page).final().first() ]) I can't use the regular mechanism because the i in Seite gets recognized as roman numeral...

Replies (1)

  • @gim@queer.group 2026-04-28 17:36

    Example: #let formatDate(s) = toml(bytes("date = " + s)).date.display("[day].[month].[year]") There's no standalone date parser so I have to use an adhoc toml...

    Open ##1751228