15 lines
472 B
TeX
15 lines
472 B
TeX
\documentclass[a4paper, pdftex, 12pt]{scrartcl}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[english]{babel}
|
|
\usepackage[style=authoryear, backend=biber, maxnames=3, minnames=1, nohashothers=true, dashed=false, url=false]{biblatex}
|
|
\addbibresource{collection.bib}
|
|
\begin{document}
|
|
\thispagestyle{empty}
|
|
An exemplary citation in the citation style:
|
|
|
|
\textcite{thatcher2002} or in parentheses \parencite{thatcher2002}.
|
|
|
|
\printbibliography
|
|
\end{document}
|