Styles for BibTeX
Though there are a lot of BibTeX-styles available, only a few packages are suitable for the humanities or the social sciences. I made BibTeX-styles for the most common sociological magazines in Austria:
- ÖZS (Österreichschische Zeitschrift für Soziologie). Preview the style.
- SWS (Sozialwissenschaftliche Rundschau). Preview the style.
- KZfSS (Kölner Zeitschrift für Soziologie und Sozialpsychologie). Preview the style.
- VS (Verlag für Sozialwissenschaften). Preview the style.
Download
BibtexStyles.zip (27 KB)
Installation
- First, install the natbib package.
- Extract the downloaded .zip file into your local texmf tree.
- Update the directory cache (commonly with
texhash). - To use the KZfSS-Style for example, type this:
...
\include{kzfss}
...
\bibliographystyle{kzfss}
...
- The four .sty and .bst files have the names
oezs,sws,kzfssandvs. - To cite page 212 from the Book Keller:2003 for example, type
\citet[212]{Keller:2003}. For more commands take a look at the natbib manual.
Legal matters
All .bst-Files are based on plainnat.bst by Patrick W. Daly and are therefore distributed under the latest version of LaTeX project public license.
