Skip to content

Instantly share code, notes, and snippets.

@tombrk
Created October 22, 2025 08:08
Show Gist options
  • Select an option

  • Save tombrk/3e34333ebf6539a6e928af3fc48f50ad to your computer and use it in GitHub Desktop.

Select an option

Save tombrk/3e34333ebf6539a6e928af3fc48f50ad to your computer and use it in GitHub Desktop.
Typst hide author on adjacent citations
#let citecollapse = state("citecollapse", none)
#show cite: it => {
let last = citecollapse.get()
citecollapse.update(it.key)
if last == it.key {
return [(#it.supplement)]
}
it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment