diff options
Diffstat (limited to 'biblio/bibtex/contrib/examples/xampl-authordate1.ltx')
-rw-r--r-- | biblio/bibtex/contrib/examples/xampl-authordate1.ltx | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/biblio/bibtex/contrib/examples/xampl-authordate1.ltx b/biblio/bibtex/contrib/examples/xampl-authordate1.ltx new file mode 100644 index 0000000000..c3a2b988f7 --- /dev/null +++ b/biblio/bibtex/contrib/examples/xampl-authordate1.ltx @@ -0,0 +1,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 {authordate1}}} + +\pagestyle{myheadings} + +\markboth{Bibliography Style: {\tt {authordate1}}}{Bibliography Style: {\tt {authordate1}}} + +\begin{document} + + \bibliographystyle{authordate1} + + \maketitle + + \nocite{*} + + \bibliography{xampl} + +\end{document} |