latex-wochenende/svg/chapter-14/example_citation.tex

15 lines
467 B
TeX

\documentclass[a4paper, pdftex, 12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage[style=authoryear, backend=biber, maxnames=3, minnames=1, nohashothers=true, dashed=false, url=false]{biblatex}
\addbibresource{collection.bib}
\begin{document}
\thispagestyle{empty}
Ein Beispielzitat im obigen Zitierstil:
\textcite{thatcher2002} oder in Klammern \parencite{thatcher2002}.
\printbibliography
\end{document}