summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mlbib/test03.tex
blob: 2a45b83dba915da31b63f3c6fb309e490a64a35a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[12pt]{article}

\usepackage{german}
\usepackage[noskip,paper]{mlbib}

% \bblsinglelingual

\begin{document}
 
In seinem aufsehenerregenden Artikel diskutiert
\citeasnoun{article-full} die Formatierung durch \emph{Gnats} und
\emph{Gnus}. Seine šberlegungen basieren auf der Arbeit von
\cite*[45~ff.]{book-full}. Weitere Vorarbeit leisteten
\cite*{whole-collection}. \nocite{inbook-full}
 

\bibliographystyle{paper}
\bibliography{thesis,test03}
\end{document}