static.wiai.de/latex-weekend/svg/literature/example_citation_en.tex
FSWIAI CICD Bot a6936d337a
All checks were successful
wiai.de deployment / build (push) Successful in 29s
updated latex weekend slides
2025-11-17 22:45:07 +00:00

12 lines
470 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}
We might exemplarily cite the work in parentheses \parencite{thatcher2002} or simply as \textcite{thatcher2002}.
\printbibliography
\end{document}