summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/examples/xampl-authordate4.ltx
blob: b7092173846b15cb5e84bfe9c287c74015a1ea54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% -*-latex-*-
% Document name: /usr/local/lib/tex/bibtex/xampl.ltx
% Creator: Nelson H. F. Beebe [beebe@alfred.math.utah.edu]
% Creation Date: Mon Jun  8 08:42:49 1992

\documentstyle[authordate1-4]{article}

\author{A. U. Thor}

\date{}

\title{Bibliography Style: {\tt {authordate4}}}

\pagestyle{myheadings}

\markboth{Bibliography Style: {\tt {authordate4}}}{Bibliography Style: {\tt {authordate4}}}

\begin{document}

  \bibliographystyle{authordate4}

  \maketitle

  \nocite{*}

  \bibliography{xampl}

\end{document}