summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/economic/apecon-ex.tex
blob: cc5c4f6b95e70e26a739d1fc94b519354ccc3444 (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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
\documentclass{apecon}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{csquotes}
\MakeInnerQuote{"}

\usepackage{textcomp}
\usepackage{multido}

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

\usepackage{multido}

\title{Testing \LaTeX{} class and Bib\TeX{} style for the
   journal `Applied Economics' (ApEcon)}

\author{Arne Henningsen$^1$ and His Coauthor$^2$}

% affiliation(s) and full address(es) of the author(s)
\affiliation{%
$^1$Institute of Food and Resource Economics,
University of Copenhagen,
Rolighedsvej~25, 1958~Frederiksberg~C, Denmark\\
$^2$\LaTeX{} University, Nostreet~123,
00000~Nowhere City, Noland}

% running title
\rtitle{\LaTeX{} class and Bib\TeX{} style for `Applied Economics'}

% corresponding author including full address
\cauthor{Arne Henningsen, Institute of Food and Resource Economics,
Rolighedsvej~25, 1958~Frederiksberg~C, Denmark}


\begin{document}

\maketitle

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

\section{Introduction}
\multido{}{7}{This is an introduction. }

Footnotes should appear at the end of the page in which they are inserted.%
\footnote{
\multido{}{10}{This is a footnote. }
}
"Single quotation marks" can be conveniently inserted using
the "csquotes" package:
add the lines\\
\verb!\usepackage{csquotes}!\\
\verb!\MakeInnerQuote{"}!\\
to the preamble of your \LaTeX{} file and use the inch symbol~(\verb!"!)
for quotation marks.%
\footnote{%
Of course, you can also define another symbol in the command
\texttt{\textbackslash{}MakeInnerQuote},
e.g.\ the degree sign~($^{\circ}$).
}
Collect tables and figures at the end of the manuscript
(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}
Instructions to authors including formatting guidelines are available at
\url{http://www.tandf.co.uk/journals/journal.asp?issn=0003-6846&linktype=44}.
All references used as examples in these guidelines are shown in this document
to demonstrate that the Bib\TeX{} style of "Applied Economics" complies
with these guidelines.
Please report any problems at
\url{http://sourceforge.net/projects/economtex/}.


\section{Citations}
\subsection{Citations in Text}
\citet{smith72} says A, \citet{brown05} say B,
\citet{smith72a} say C, and \citet{smith72b} say D.
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{smith72} & A\\
\citet{brown05} & B\\
\citet{smith72a} & C\\
\citet{smith72b} & D\\
\hline
\end{tabular}
\end{table}


\subsection{Citations in Parenthesis}
A equals B \citep{smith72}, B equals C \citep{brown05},
C equals D \citep{smith72a}, and D equals A \citep{smith72b}.
Hence, A, B, C, and D are all equal
\citep{smith72, brown05, smith72a, smith72b}.

\subsection{Citations with Page Numbers}
\citet[p.~123]{smith72} says A, \citet[p.~234]{brown05} say B,
\citet[p.~345]{smith72a} say C, and \citet[p.~456]{smith72b} say D.
A equals B \citep[p.~123]{smith72}, B equals C \citep[p.~234]{brown05},
C equals D \citep[p.~345]{smith72a}, and D equals A \citep[p.~456]{smith72b}.


\section{Equations}
There are no instructions regarding equations.
\begin{equation}
y = a + X b
\end{equation}
where $a$ is a scalar,
$y$ and $b$ are vectors,
and $X$ is a matrix.
Of course, you can also use Greek symbols.
\begin{equation}
\theta = \alpha + \Psi \beta
\end{equation}
where $\alpha$ is a scalar,
$\theta$ and $\beta$ are vectors,
and $\Psi$ is a matrix.

\clearpage
\nocite{*}

\bibliography{apecon-ex}

\end{document}