diff options
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex b/Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex new file mode 100644 index 00000000000..f6be8afa3f9 --- /dev/null +++ b/Master/texmf-dist/doc/bibtex/economic/ier-bib-test.tex @@ -0,0 +1,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} |