summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/economic/ajae-ex.tex
blob: 25425d24b9ea8fa0fb82d8727773ca6c13212176 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
\documentclass{ajae}

\usepackage{hyperref}
\hypersetup{%
   colorlinks = {true},
   urlcolor = {blue},
   linkcolor = {black},
   citecolor = {black},
   pdfauthor = {Arne Henningsen},
   pdftitle = {Testing LaTeX class and BibTeX style for the
      American Journal of Agricultural Economics (AJAE)},
   pdfkeywords = {AJAE, BibTeX, LaTeX}
}

\usepackage{multido}

\title{Testing \LaTeX{} class and Bib\TeX{} style for the
   ``American Journal of Agricultural Economics'' (AJAE)}
\keywords{AJAE, BibTeX, LaTeX}
\jelclass{A1, B2, C3}

\begin{document}

\maketitle

\begin{abstract}
\multido{}{15}{This is an abstract. }
\end{abstract}

\multido{}{7}{Do not indent the first paragraph. }

\multido{}{7}{Do not use a heading for the first section. }

Type all footnotes on a separate page following the article.%
\footnote{
\multido{}{5}{This is a footnote that looks like an endnote. } 
} 
Place each table and figure on a separate page at the end of the paper
(see figure~\ref{fig:dummy} and table~\ref{tab:citations}).

\begin{figure}[htbp]
\fbox{\parbox{0.6 \textwidth}{\centering
   \vspace{0.2 \textwidth}
   This is not a figure.
   \vspace{0.2 \textwidth}
}}
\caption{Dummy figure}
\label{fig:dummy}
\end{figure}

\begin{figure}[htbp]
\fbox{\parbox{0.6 \textwidth}{\centering
   \vspace{0.2 \textwidth}
   This is not a figure, too.
   \vspace{0.2 \textwidth}
}}
\caption{Figure with \multido{}{40}{very } long title}
\label{fig:long-title}
\end{figure}


\section{Manuscript Formatting}
The manuscript formatting instructions are available at
\url{http://ajae.aem.cornell.edu/formatting.htm}.
A detailed reference guide is available at
\url{http://ajae.aem.cornell.edu/documents/ReferenceGuideMarch2006.pdf}.
All references used as examples in the reference guide are shown in this document
to demonstrate that the AJAE Bib\TeX{} style complies with these guidelines.
Please report any problems to
\url{ahenningsen@email.uni-kiel.de}.


\section{Citations}
\subsection{Citations in Text}
\citet{Black29} says A, \citet{Wold89} say B, \citet{Wold} say C,
\citet{Wold4} say D, \citet{Wold5} say E., \citet{Brown65} says F,
and the \citet{USDA65} says G.
An overview is available in table~\ref{tab:citations}.

\begin{table}[htbp]
\caption{Citations}
\label{tab:citations}
\begin{tabular}{lc}
\hline
Author(s) & Statement\\
\hline
\citet{Black29} & A\\
\citet{Wold89} & B\\
\citet{Wold} & C\\
\citet{Wold4} & D\\
\citet{Wold5} & E\\
\citet{Brown65} & F\\
\citet{USDA65} & G \\
\hline
\end{tabular}
\medskip \\
Note: Do not use vertical lines in tables.
\end{table}


\subsection{Citations in Parenthesis}
A equals B \citep{Black29}, B equals C \citep{Wold89}, C equals D \citep{Wold},
D equals E \citep{Wold4}, E equals F \citep{Wold5}, F equals G \citep{Brown65},
and G equals A \citep{USDA65}.
Hence, A, B, C, D, E, F, and G are all equal
\citep{Black29, Wold89, Wold, Wold4, Wold5, Brown65, USDA65}.

%%% This is just to test the compatibility functions \citetPage and \citepPage
% \subsection{Citations with Page Numbers}
% \citetPage{123}{Black29} says A, \citetPage{234}{Wold89} say B,
% \citetPage{345}{Wold} say C, and \citetPage{456}{Wold4} say D.
% A equals B \citepPage{123}{Black29}, B equals C \citepPage{234}{Wold89},
% C equals D \citepPage{345}{Wold}, and D equals A \citepPage{456}{Wold4}.


\section{Equations}
All displayed equations should be left-justified
and numbered consecutively (on the left).
Vectors and matrices should be in bold.
\begin{equation}
\veclatin{ y } = a + \matlatin{ X } \veclatin{ b }
\end{equation}
where $a$ is a scalar,
$\veclatin{ y }$ and $\veclatin{ b }$ are vectors,
and $\matlatin{ X }$ is a matrix.
Of course, the same holds for Greek symbols.
\begin{equation}
\vecgreek{ \theta } = \alpha + \matgreek{ \Psi } \vecgreek{ \beta }
\end{equation}
where $\alpha$ is a scalar,
$\vecgreek{ \theta }$ and $\vecgreek{ \beta }$ are vectors,
and $\matgreek{ \Psi }$ is a matrix.

\clearpage
\listofendnotes

\clearpage
\nocite{*}

\bibliographystyle{ajae}
\bibliography{ajae-ex}

\end{document}