Skip to content

Instantly share code, notes, and snippets.

@ehermes
Created January 4, 2018 19:52
Show Gist options
  • Save ehermes/4c7ac60e95aef9d7909914235c8d52ed to your computer and use it in GitHub Desktop.
Save ehermes/4c7ac60e95aef9d7909914235c8d52ed to your computer and use it in GitHub Desktop.
FUNCTION { bbl.first } { "1st" }
FUNCTION { bbl.second } { "2nd" }
FUNCTION { bbl.third } { "3rd" }
FUNCTION { bbl.fourth } { "4th" }
FUNCTION { bbl.fifth } { "5th" }
FUNCTION { bbl.st } { "st" }
FUNCTION { bbl.nd } { "nd" }
FUNCTION { bbl.rd } { "rd" }
FUNCTION { bbl.th } { "th" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment