blob: dc23f1e23941b82d15e3994ef0a025b8ee16c6b8 (
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
|
% -*-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
%\def\mode{aertt}
%\def\mode{aer}
\def\mode{cje}
\documentstyle[harvard,\mode]{article}
\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{wigle}
\end{document}
|