Created
January 4, 2018 19:52
-
-
Save ehermes/4c7ac60e95aef9d7909914235c8d52ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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