aboutsummaryrefslogtreecommitdiff
path: root/data/abbreviations
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22Add viz. to abbreviations file (#5007)Nick Fleisher1-0/+1
2017-11-09Removed etc. from abbreviations file.John MacFarlane1-1/+0
Reason: often etc. ends a sentence, and we want the . to be treated as a sentence-ending period.
2017-11-03Added a few abbreviations and sorted the list. (#3984)Wandmalfarbe1-19/+42
2017-03-16Add default abbreviations file (data/abbreviations).John MacFarlane1-0/+28
This contains a list of strings that will be recognized by pandoc's Markdown parser as abbreviations. (A nonbreaking space will be inserted after the period, preventing a sentence space in formats like LaTeX.) Users can override the default by putting a file abbreviations in their user data directory (`~/.pandoc` on *nix).