14 lines
453 B
TeX
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}
|