summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/test/test-apa.ltx
blob: 4a2e479c1389e3f402641fa9823f61fb8ef7ed6a (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/test.ltx
% Creator: Nelson H. F. Beebe [beebe@alfred.math.utah.edu]
% Creation Date: Mon Jun 29 08:59:10 1992

\documentstyle[astron]{article}

\author{A. U. Thor}

\date{}

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

\pagestyle{myheadings}

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

\begin{document}

  \bibliographystyle{apa}

  \maketitle

  \nocite{*}

  \bibliography{test}

\end{document}