14 lines
465 B
TeX
14 lines
465 B
TeX
\documentclass[a5paper, 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.\,g.,][]{Frank1957} of much more prominent literary works \cite[cf.][p. 7]{Orwell1957}, of which \cite{Hawking1988} is only one.
|
|
\bibliographystyle{natdin}
|
|
\bibliography{listings/literature/collection}
|
|
|
|
\end{document}
|