summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/economic/aer-cje-ex.tex
blob: 99e5a7551fbbadbcd450c64a5e6443b03df06c48 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass{article}
% -*-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
% Modified by Arne Henningsen [arne (dot) henningsen (at) gmail (dot) com]
% on 2007/01/23 (LaTeX 2.09 -> LaTeX2e)

%\def\mode{aertt}
%\def\mode{aer}
\def\mode{cje}

\usepackage{hyperref}
\usepackage{harvard}
\usepackage{\mode}

\author{A. U. Thor}

\date{}

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

\pagestyle{myheadings}

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

\begin{document}

  \bibliographystyle{\mode}

  \maketitle

The old \verb|\cite| gives \cite{ww} and \cite{ww,waters}

\verb|\citeasnoun| gives \citeasnoun{ww}

\verb|\citeyear| gives \citeyear{ww} and \citeyear{ww,waters}

\verb|\citename| gives \citename{ww}

  \nocite{*}

  \bibliography{aer-cje-ex}

\end{document}