latex-wochenende/svg/chapter-14/bibtex-natdin-example.tex
2020-06-11 12:17:21 +02:00

14 lines
452 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 (e.\thinspace g. \cite{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}