summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex
blob: f6be8afa3f902fd830c191ca3259f1b09625607d (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
\documentclass{article}
\usepackage{url}
\usepackage{natbib}

\title{Testing the Bib\TeX{} style for the
   \emph{International Economic Review} (IER)}

\author{Arne Henningsen}

\begin{document}
\maketitle

\textbf{Note:}
Only the style of the list of references should be according
to the guidelines of the \emph{International Economic Review}.%
\footnote{%
\url{http://www.econ.upenn.edu/Centers/iereview/submissionsguidelines.htm}
}
There is currently no \LaTeX{} class or template for the style
of the paper itself.


\nocite{*}
\bibliographystyle{ier}
\bibliography{ier-ex}
\end{document}