latex-wochenende/svg/chapter-13/bibtex-natdin-example.tex
2025-05-01 22:40:10 +02:00

14 lines
453 B
TeX

\documentclass[a4paper, pdftex, 12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage{natbib}
\begin{document}
\thispagestyle{empty}
This text thrives on prominently-placed citations \cite[e.\thinspace g.][]{Frank1957} of much more prominent literary works \cite[cf.][p. 7]{Orwell1957}, of which \cite{Hawking1988} is only one.
\bibliographystyle{natdin}
\bibliography{collection}
\end{document}