static.wiai.de/latex-weekend/svg/literature/bibtex-alpha-example.tex
FSWIAI CICD Bot 2249a0810c
All checks were successful
wiai.de deployment / build (push) Successful in 2m39s
updated latex weekend slides
2025-05-15 21:52:17 +00:00

14 lines
496 B
TeX

\documentclass[a4paper, pdftex, 12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[style=alphabetic, backend=biber]{biblatex}
\addbibresource{collection.bib}
\begin{document}
\thispagestyle{empty}
This text thrives on prominently-placed citations \parencite[e.\thinspace g.][]{Frank1957} of much more prominent literary works \parencite[cf.][p. 7]{Orwell1957}, of which \cite{Hawking1988} is only one.
\printbibliography
\end{document}