Last active
February 2, 2025 19:00
-
-
Save chris-prener/e384d441718d7dade6ef7012a5054d9e to your computer and use it in GitHub Desktop.
Setting up a LaTeX document with a custom style for the American Sociological Review
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
%% ASR Formatted Bibliography using BibTeX | |
%% requires the American Sociological Review .bst file - http://people.ku.edu/~chkim/etc/asr.bst | |
%% requires a properly formatted .bib file | |
%% requires that the key inserted below matches a key in that .bib file | |
\documentclass{book} | |
\usepackage{chicago} | |
\begin{document} | |
The quick brown fox \cite{key}. | |
\bibliography{sample} | |
\bibliographystyle{asr} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @chleyj103 - sorry for the delayed response! I found a copy with the wayback machine