How to cite in prose using only author's last name?

This type is generated here:

If you just want to apply the same workaround just for this form:

#show cite.where(form: "prose"): it => {
  show regex("[A-Z]\. "): none
  it
}

#let bib = ```yaml
a:
  type: book
  title: title
  author: Doe, John
```.text

#cite(form: "prose", <a>)

@a

#bibliography(bytes(bib))

image

1 Like