Skip to content

peihsunhsieh/chicago-apsr-ph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

chicago-apsr-ph

This is the BibTex .bst file for the APSR citation style. The .bst file is adapted from the official APSR template on Overleaf and corrects two inconsistencies regarding in-text citations between the templates and the official guidelines.

  1. Use et al. only when there are four or more authors.
  2. Add a comma between and and the third author when there are third authors.

To use this citation style, put this .bst in the same directory as the .tex file, and insert the following code before \begin{document}

\usepackage{natbib}
\setcitestyle{aysep={}} %Remove the comma between authors and years

Also insert the following code where you want to put references

\bibliographystyle{chicago-apsr-ph}
\bibliography{} % your .bib file name in the curly brackets







Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

About

APSR citation style for bibtex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published