summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/economic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-09-29 14:01:46 +0000
committerKarl Berry <karl@freefriends.org>2006-09-29 14:01:46 +0000
commit44bd5ae67f840efc1bc7d0c15945f31410a37e7f (patch)
tree63a0ed42744b22ef3a5e767b4067d7e91e5cd401 /Master/texmf-dist/doc/bibtex/economic
parentbeea8cb4ea7cc0980ba8ec3e73ab96f23555f448 (diff)
new bibtex+latex package economic (27sep06)
git-svn-id: svn://tug.org/texlive/trunk@2218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/economic')
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/README110
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/ajae-test.bib386
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/ajae-test.tex146
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/erae-test.bib42
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/erae-test.tex139
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/harvard.bib21
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/harvard.tex166
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/wigle.bib353
-rw-r--r--Master/texmf-dist/doc/bibtex/economic/wigle.tex40
9 files changed, 1403 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/bibtex/economic/README b/Master/texmf-dist/doc/bibtex/economic/README
new file mode 100644
index 00000000000..c1ce19a6c9c
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/README
@@ -0,0 +1,110 @@
+INTRODUCTION
+
+This file accompanies .CLS, .STY, and .BST files for economics.
+
+As of today, following styles are available:
+
+1) American Journal of Agricultural Economics
+ajae.bst: BibTeX style
+ajae.cls: LaTeX class
+ajae-test.tex, ajae-test.bib: LaTeX and BibTeX file for testing
+authors: Arne Henningsen <ahenningsen (at) email.uni-kiel.de> and Karsten Heymann
+license: LPPL
+
+2) European Review of Agricultural Economics
+erae.bst: BibTeX style
+erae.cls: LaTeX class
+erae-test.tex, erae-test.bib: LaTeX and BibTeX file for testing
+author: Arne Henningsen <ahenningsen (at) email.uni-kiel.de>
+license: LPPL
+
+3) American Economic Review
+aer.bst: BibTeX style. It requires the associated style files
+ aer.sty and harvard.sty
+aertt.bst: This reproduces the incredibly crazy way the
+ AER asks for ``final'' manuscripts to look. It requires the
+ associated style files aertt.sty and harvard.sty as well as
+ the LaTeX package ulem.sty (CTAN:macros/latex/contrib/misc/)
+author: Peter Williams <peterw (at) archsci.arch.su.oz.au>
+
+4) Canadian Journal of Economics
+cje.bst: BibTeX style. It requires the associated style files
+ cje.sty and harvard.sty
+author: Peter Williams <peterw (at) archsci.arch.su.oz.au>
+
+5) Econometrica
+ecta.bst: BibTeX style. It requires the LaTeX style ``natbib'' (or ``chicago'')
+author: Sebastian Perez-Duarte <perez (at) ensae.fr>
+ OR
+econometrica.bst: BibTeX style. It requires the associated style file
+ harvard.sty
+author: KC Border <kcb (at) hss.caltech.edu>
+ OR
+econometrica-fr.bst: BibTeX style. It requires the associated style file
+ harvard.sty
+author: Guillaume Horny <horny (at) cournot.u-strasbg.fr>
+
+6) ????
+agsm.bst: BibTeX style
+harvard.tex, harvard.bib: LaTeX and BibTeX file for testing
+author: Peter Williams <peterw (at) archsci.arch.su.oz.au>
+
+7) Testing aer, aertt, and cje
+wigle.tex, wigle.bib: LaTeX and BibTeX file for testing the styles files
+ aer.bst, aer.sty, aertt.bst, aertt.sty, cje.bst, and cje.sty
+author: Randall M. Wigle <rwigle (at) wlu.ca> and
+ Nelson H. F. Beebe <beebe (at) alfred.math.utah.edu>
+
+
+USAGE
+
+The usage of ajae.bst, ajae.cls, erae.bst, and erae.cls are explained
+inside these files. They use the natbib package (see
+CTAN:macros/latex/contrib/natbib/)
+
+Most other styles permit four forms of citation, which are illustrated
+below:
+ Citation Form Result
+\cite{wealth} (Smith 1776)
+\citename{wealth} Smith
+\citeyear{wealth} (1776)
+\citeasnoun{wealth} Smith (1776)
+
+
+CONTRIBUTIONS
+
+Some of these files have been assembled via cash contributions from interested
+economists, since we have yet to run into an economist who is both a
+good bib hacker, and not so busy as to have time to take on the
+project.
+
+If you want to contribute please contact Arne Henningsen
+<ahenningsen (at) email.uni-kiel.de>.
+
+
+BUG REPORTS
+
+Bug reports should be sent to the author and to
+ <ahenningsen (at) agric-econ.uni-kiel.de>
+
+Arne Henningsen
+Department of Agricultural Economics
+University of Kiel
+Olshausenstr. 40
+D-24098 Kiel (Germany)
+Tel: +49-431-880 4445
+Fax: +49-431-880 1397
+http://www.uni-kiel.de/agrarpol/ahenningsen/
+
+
+ACKNOWLEDGEMENT
+
+I would like to thank Randall M. Wigle for maintaining these files
+from 1993 to 2006 and all authors for preparing and publishing these files.
+
+
+AVAILABILITY
+
+These files are currently available from
+CTAN:biblio/bibtex/contrib/economic/
+
diff --git a/Master/texmf-dist/doc/bibtex/economic/ajae-test.bib b/Master/texmf-dist/doc/bibtex/economic/ajae-test.bib
new file mode 100644
index 00000000000..fad9c86b06c
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/ajae-test.bib
@@ -0,0 +1,386 @@
+This file was created with JabRef 2.0.1.
+Encoding: ISO8859_1
+
+@BOOK{Black29,
+ title = {Agricultural Reform in the United States},
+ publisher = {McGraw Hill Book Co},
+ year = {1929},
+ author = {John Donald Black},
+ address = {New York},
+ owner = {suapm095},
+}
+
+@MISC{Blakley74,
+ author = {L. Blakley},
+ title = {Domestic Food Costs},
+ howpublished = {Paper presented at AAEA annual meeting, College Station TX, 4--8
+ August},
+ year = {1974},
+ owner = {suapm095},
+}
+
+@MANUAL{Brown65,
+ title = {Increasing World Food Output: Problems and Prospects},
+ author = {L. R. Brown},
+ organization = {U.S. Department of Agriculture},
+ address = {Washington DC},
+ month = {April},
+ year = {1965},
+ note = {ESCS For. Agr. Econ. Rep. 25},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MISC{Bucholz62,
+ author = {H. E. Bucholz and G. G. Judge and V. I. West},
+ title = {A Summary of Estimated Behavior Relations for Agricultural Products
+ in the United States},
+ howpublished = {Dept. Agr. Econ, AERR-57, University of Illionois},
+ year = {1962},
+ owner = {suapm095},
+}
+
+@ARTICLE{Calcott00,
+ author = {P. Calcott and M. Walls},
+ title = {Can Downstream Waste Disposal Policies Encourage Upstream 'Design
+ for Environment'?},
+ journal = {American Economic Review: Papers and Proceedings},
+ year = {2000},
+ volume = {90},
+ pages = {233-237},
+ number = {2},
+ owner = {suapm095},
+}
+
+@ARTICLE{Ezekiel29,
+ author = {M. Ezekiel},
+ title = {A Statistical Examination of the Problem of Handling Annual Surpluses
+ of Nonperishable Farm Products},
+ journal = {Journal of Farm Economics},
+ year = {1929},
+ volume = {11},
+ pages = {193-226},
+ owner = {suapm095},
+}
+
+@TECHREPORT{Fishbourne74,
+ author = {N. Fishbourne and B. Geagh},
+ title = {Food Policies and Social Supply},
+ institution = {Dept. of Agr. Econ., University of California, Davis},
+ year = {1974},
+ type = {Working paper},
+ owner = {suapm095},
+}
+
+@MANUAL{Ghana61,
+ title = {Economic Survey, 1961},
+ author = {{Ghana, Republic of, Central Bureau of Statistics}},
+ organization = {Government Printing Department},
+ address = {Accra},
+ year = {1962},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@BOOK{Goldberger64,
+ title = {Economic Theory},
+ publisher = {John Wiley and Sons},
+ year = {1964},
+ author = {A. S. Goldberger},
+ address = {New York},
+ owner = {suapm095},
+}
+
+@BOOK{Goldberger59,
+ title = {Impact of Multiplier and Dynamic Properties of the Klein-Goldberger
+ Model},
+ publisher = {Noth-Holland Publishing},
+ year = {1959},
+ author = {A. S. Goldberger},
+ address = {Amsterdam},
+ owner = {suapm095},
+}
+
+@BOOKLET{Heady55,
+ title = {Farm Size Adjustments in {Iowa} and Cost Economies in Crop Production
+ for Farms of Different Sizes},
+ author = {E. O. Heady and D. McKee and C. B. Haver},
+ howpublished = {Iowa State University Agr. Exp. Sta. Res. Bull. No. 428},
+ month = {May},
+ year = {1955},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@TECHREPORT{Heady55a,
+ author = {E. O. Heady and D. McKee and C. B. Haver},
+ title = {Farm Size Adjustments},
+ institution = {Iowa State University},
+ year = {1955},
+ type = {Dept. Agr. Econ Bull.},
+ number = {428},
+ month = {May},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@ARTICLE{Horan04,
+ author = {R. D. Horan and J. S. Shortle and D. G. Abler},
+ title = {The Coordination and Design of Point-Nonpoint Trading Programs and
+ Agri-Environmental Policies},
+ journal = {Agricultural and Resource Economics Review},
+ year = {2004},
+ volume = {33},
+ pages = {61-78},
+ owner = {suapm095},
+}
+
+@ARTICLE{Horan99,
+ author = {R. D. Horan and J. S. Shortle and D. G. Abler},
+ title = {Green Payments for Nonpoint Pollution Control},
+ journal = {American Journal of Agricultural Economics},
+ year = {1999},
+ volume = {81},
+ pages = {1210-1215},
+ owner = {suapm095},
+}
+
+@MASTERSTHESIS{Kuranchie71,
+ author = {P. A. Kuranchie},
+ title = {Cost and Returns to Selected Crops in {Ghana}},
+ school = {University of Ghana},
+ year = {1971},
+ owner = {suapm095},
+}
+
+@ARTICLE{Lambert,
+ author = {P. Lambert},
+ title = {Parameters of Social Disintegration},
+ journal = {Political Science Quarterly},
+ year = {Forthcoming},
+ pages = {in press},
+ owner = {suapm095},
+}
+
+@BOOK{Masters,
+ title = {Land Grant Colleges Tody},
+ publisher = {Macmillan Co},
+ year = {Forthcoming},
+ author = {H. E. Masters},
+ volume = {1},
+ address = {New York},
+ owner = {suapm095},
+}
+
+@UNPUBLISHED{Moore60,
+ author = {P. Moore},
+ title = {Academic Development},
+ note = {University of Notre Dame},
+ year = {1960},
+ owner = {suapm095},
+}
+
+@ARTICLE{Porter04,
+ author = {M. E. Porter and M. Sakakibara},
+ title = {Competition in {Japan}},
+ journal = {Journal of Economic Perspectives},
+ year = {2004},
+ volume = {18},
+ pages = {27-50},
+ number = {1},
+ owner = {suapm095},
+}
+
+@ARTICLE{Prufer64,
+ author = {O. Prufer},
+ title = {The Hopewell Cult},
+ journal = {Scientific American},
+ year = {1964},
+ pages = {90-102},
+ month = {December},
+ owner = {suapm095},
+}
+
+@INCOLLECTION{Sjaastad71,
+ author = {L. Sjaastad},
+ title = {Occupational Structure and Migration Patterns},
+ booktitle = {Labor Mobility and Population in Agriculture},
+ publisher = {Iowa State University Press},
+ year = {1971},
+ editor = {E. O. Heady},
+ pages = {8-27},
+ address = {Ames IA},
+ owner = {suapm095},
+}
+
+@ARTICLE{Swallow,
+ author = {S. K. Swallow and M. J. Mazotta},
+ title = {Assessing Public Priorities for Experiment Station Research: Contingent
+ Value and Public Preferences for Agricultural Research},
+ journal = {American Journal of Agricultural Economics},
+ year = {Forthcoming},
+ pages = {in press},
+ owner = {suapm095},
+}
+
+@ARTICLE{Swallow04,
+ author = {S. K. Swallow and M. J. Mazotta},
+ title = {Assessing Public Priorities for Experiment Station Research: Contingent
+ Value and Public Preferences for Agricultural Research},
+ journal = {American Journal of Agricultural Economics},
+ year = {2004},
+ volume = {86},
+ pages = {in press},
+ owner = {suapm095},
+}
+
+@BOOK{Timmer75,
+ title = {The Impact of Price},
+ publisher = {Ballinger Press},
+ year = {1975},
+ editor = {George Tolley},
+ author = {C. P. Timmer},
+ address = {Chicago},
+ owner = {suapm095},
+}
+
+@MANUAL{USBB63,
+ title = {The Budget of the {United} {States} Government for the Fiscal Year
+ Ending June 30, 1964},
+ author = {{U.S. Bureau of the Budget}},
+ address = {Washington DC},
+ year = {1963},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{USCong66,
+ title = {A Unified National Program for Managing Flod Losses},
+ author = {{U.S. Congress, House of Representatives, Task Force on Federal Flood
+ Control}},
+ organization = {House Document 465, 89th Cong., 2nd sess., 10~August},
+ address = {Washington DC},
+ year = {1966},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{USCong64,
+ title = {Conversion to the Metric System: Hearings on S1278},
+ author = {{U.S. Congress, Senate Commission on Commerce}},
+ organization = {88th Cong., 2nd sess., 9~January 1964, p.~58},
+ address = {Washington DC},
+ year = {1966},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{USDA65,
+ title = {Changes in Agriculture in 26 Developing Nations, 1948--1963},
+ author = {{U.S. Department of Agriculture}},
+ address = {Washington DC},
+ month = {November},
+ year = {1965},
+ note = {ESCS For. Agr. Econ. Rep. 27},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{USDC66,
+ title = {1964 {United} {States} Census of Agriculture, Preliminary Report},
+ author = {{U.S. Department of Commerce, Bureau of the Census}},
+ address = {Washington DC},
+ month = {April},
+ year = {1966},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{UNFAO62,
+ title = {Agricultural Commodities, Projections for 1970},
+ author = {{United Nations, Food and Agriculture Organization}},
+ address = {Rome},
+ year = {1962},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@MANUAL{UN64,
+ title = {Yearbook of National Accounts Statistics, 1963},
+ author = {{United Nations}},
+ address = {New York},
+ year = {1964},
+ owner = {Arne},
+ timestamp = {2006.08.23},
+}
+
+@PHDTHESIS{Wells64,
+ author = {J. C. Wells},
+ title = {An Appraisal of Agricultural Investments in the 1962-63 Nigerian
+ Development Program},
+ school = {University of Michigan},
+ year = {1964},
+ owner = {suapm095},
+}
+
+@BOOK{Wold89,
+ title = {Demand Analysis},
+ publisher = {Macmillan Co},
+ year = {1989},
+ author = {Herman Wold and Lars Jureen},
+ address = {New York},
+ edition = {3},
+ owner = {suapm095},
+}
+
+@BOOK{Wold,
+ title = {The Viability \ldots{}~~},
+ publisher = {Some Publisher},
+ year = {3003},
+ author = {Herman Wold and J. Smith and L. Jureen},
+ address = {Nowhere},
+ owner = {suapm095},
+}
+
+@BOOK{Wold4,
+ title = {The Vitality \ldots{}~~},
+ publisher = {Some Publisher},
+ year = {3004},
+ author = {Herman Wold and J. Smith and L. Jureen and John Fourth},
+ address = {Nowhere},
+ owner = {suapm095},
+}
+
+@BOOK{Wold5,
+ title = {The Volatility \ldots{}~~},
+ publisher = {Some Publisher},
+ year = {3005},
+ author = {Herman Wold and J. Smith and L. Jureen and John Fourth and Jim Fifth},
+ address = {Nowhere},
+ owner = {suapm095},
+}
+
+@ARTICLE{Yohe95,
+ author = {G. Yohe and J. Neumann and H. Ameden},
+ title = {Assessing the Economic Cost of Greenhouse-Induced Sea Level Rise:
+ Methods and Application in Support of a National Survey},
+ journal = {Journal of Environmental Economics and Management},
+ year = {1995},
+ volume = {29},
+ pages = {S-78-S-97},
+ number = {3, Part 2},
+ owner = {suapm095},
+}
+
+@BOOK{Harris75,
+ title = {The Good Earth of America},
+ publisher = {Prentice-Hall},
+ year = {1975},
+ editor = {C. L. Harris},
+ address = {Englewood Cliffs NJ},
+ owner = {suapm095},
+}
+
+@comment{jabref-meta: selector_journal:American Journal of Agricultura
+l Economics;}
+
diff --git a/Master/texmf-dist/doc/bibtex/economic/ajae-test.tex b/Master/texmf-dist/doc/bibtex/economic/ajae-test.tex
new file mode 100644
index 00000000000..309ace18e5a
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/ajae-test.tex
@@ -0,0 +1,146 @@
+\documentclass{ajae}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+
+\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}
+
+\noindent
+\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-test}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/bibtex/economic/erae-test.bib b/Master/texmf-dist/doc/bibtex/economic/erae-test.bib
new file mode 100644
index 00000000000..5ac2aec695c
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/erae-test.bib
@@ -0,0 +1,42 @@
+This file was created with JabRef 1.7.
+Encoding: ISO8859_1
+
+@ARTICLE{Monier98,
+ author = {S. Monier-Dilhan and H. Ossard},
+ title = {Producers' Loss due to Asymmetric Information: An Application to a Specific Case},
+ journal = {European Review of Agricultural Economics},
+ year = {1998},
+ volume = {25},
+ pages = {155-169},
+}
+
+@INCOLLECTION{Steenkamp97,
+ author = {J.-B. E. M. Steenkamp},
+ title = {Dynamics in Consumer Behaviour with Respect to Agricultural and Food Products},
+ booktitle = {Agricultural Marketing and Consumer Behaviour in a Changing World},
+ publisher = {Kluwer Academic Publishers},
+ year = {1997},
+ editor = {B. Wieringa and A. van Tilburg and K. Grunert and J.-B. E. M. Steenkamp and M. Wedel},
+ pages = {143-188},
+ address = {Dordrecht},
+}
+
+@INPROCEEDINGS{Zeller97,
+ author = {Manfred Zeller and Gertrud Schrieder and Joachim von Braun and Franz Heidhues},
+ title = {Rural Finance for Food Security for the Poor: Implications for Research and Policy},
+ year = {1997},
+ volume = {4},
+ series = {Food Policy Review},
+ address = {Washington DC},
+ organization = {International Food Policy Research Institute (IFPRI)},
+ publisher = {IFPRI},
+}
+
+@BOOK{Swinnen97,
+ title = {Political Economy of Agrarian Reform in Central and Eastern Europe},
+ publisher = {Ashgate},
+ year = {1997},
+ editor = {Johan F. M. Swinnen},
+ address = {Aldershot, UK},
+}
+
diff --git a/Master/texmf-dist/doc/bibtex/economic/erae-test.tex b/Master/texmf-dist/doc/bibtex/economic/erae-test.tex
new file mode 100644
index 00000000000..08ca439b8c0
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/erae-test.tex
@@ -0,0 +1,139 @@
+\documentclass{erae}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+
+\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
+ European Review of Agricultural Economics (AJAE)},
+ pdfkeywords = {ERAE, BibTeX, LaTeX}
+}
+
+\usepackage{multido}
+
+\title{Testing \LaTeX{} class and Bib\TeX{} style for the
+ `European Review of Agricultural Economics' (ERAE)}
+\keywords{ERAE, BibTeX, LaTeX}
+\jelclass{A1, B2, C3}
+
+\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 degree symbol (\textdegree).
+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.oxfordjournals.org/erae/for_authors/index.html}.
+All references used as examples in these guidelines are shown in this document
+to demonstrate that the ERAE 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{Monier98} say A, \citet{Steenkamp97} says B,
+\citet{Swinnen97} says C, and \citet{Zeller97} 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{Monier98} & A\\
+\citet{Steenkamp97} & B\\
+\citet{Swinnen97} & C\\
+\citet{Zeller97} & D\\
+\hline
+\end{tabular}
+\medskip \\
+Note: Avoid vertical lines.
+\end{table}
+
+
+\subsection{Citations in Parenthesis}
+A equals B \citep{Monier98}, B equals C \citep{Steenkamp97},
+C equals D \citep{Swinnen97}, and D equals A \citep{Zeller97}.
+Hence, A, B, C, and D are all equal
+\citep{Monier98, Steenkamp97, Swinnen97, Zeller97}.
+
+\subsection{Citations with Page Numbers}
+Citations with page numbers can be coveniently inserted using the commands
+\texttt{$\backslash$citetPage} and \texttt{$\backslash$citepPage}.
+
+\citetPage{123}{Monier98} say A, \citetPage{234}{Steenkamp97} says B,
+\citetPage{345}{Swinnen97} says C, and \citetPage{456}{Zeller97} say D.
+A equals B \citepPage{123}{Monier98}, B equals C \citepPage{234}{Steenkamp97},
+C equals D \citepPage{345}{Swinnen97}, and D equals A \citepPage{456}{Zeller97}.
+
+
+\section{Equations}
+All displayed equations should be centered
+and numbered consecutively (on the right).
+\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 may 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{*}
+
+\bibliographystyle{erae}
+\bibliography{erae-test}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/bibtex/economic/harvard.bib b/Master/texmf-dist/doc/bibtex/economic/harvard.bib
new file mode 100644
index 00000000000..ea4d27e3e05
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/harvard.bib
@@ -0,0 +1,21 @@
+@BOOK{latex,
+ author = "Leslie Lamport",
+ title = "{\LaTeX \rm:} {A} Document Preparation System",
+ publisher = "Addison-Wesley",
+ year = 1986 }
+
+@UNPUBLISHED{btxdoc,
+ author = "Oren Patashnik",
+ title = "{{\BibTeX ing}}",
+ note = "Documentation for general {\BibTeX} users",
+ month = jan,
+ year = 1988 }
+
+@BOOK{agsm,
+ title = "Style Manual for authors editors and printers of {A}ustralian
+government publications",
+ author = "John Pitson",
+ publisher = "Australian Government Publishing Service",
+ address = "Canberra",
+ edition = "3rd",
+ year = 1978 }
diff --git a/Master/texmf-dist/doc/bibtex/economic/harvard.tex b/Master/texmf-dist/doc/bibtex/economic/harvard.tex
new file mode 100644
index 00000000000..0f30f7111cd
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/harvard.tex
@@ -0,0 +1,166 @@
+\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
+ T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
+
+\documentstyle[harvard]{article}
+\title{The {\em Harvard} Family of Bibliography Styles}
+\author{Peter Williams \\ (peterw@archsci.arch.su.oz.au)}
+\begin{document}
+\bibliographystyle{agsm}
+%\citationstyle{agsm}
+\maketitle
+\section{Introduction}
+This document describes the {\em harvard} family of bibliographic styles which
+are provided in addition to those described in \citeasnoun{latex} and \citeasnoun{btxdoc}.
+This style is primarily intended for use with the \BibTeX\ bibliographic
+database management system.
+However, provision is also made for hand coding of bibliographies.
+\section{Citations}
+There are two primary forms of citation in the {\em harvard} style dependent
+upon whether the reference is used as a noun or parenthetically.
+Additionally, where there are more than two authors, all authors are listed in
+the first citation and in subsequent citations just the first author's name
+followed by `et al.' is used.
+The following example from \citeasnoun{agsm}\ illustrates these points.
+\begin{quote}
+The major improvement concerns the structure of the interview
+(Ulrich~\& Trumbo~1965, p.~112) \ldots .
+Later reports (Carlson, Thayer, Mayfield~\& Peterson 1971) record greatly
+increased interviewer reliability for structured interviews.
+Wright (1969, p.~408) comments that `undoubtedly interviewer skill is
+directly related to the validity, quantity and quality of the interview output',
+and this would suggest some sort of interviewer training is called for.
+Rowe (1960), for example, found that trained interviewers are better able to
+evaluate applicants with some measure of reliability.
+In addition Wexley, Sanders~\& Yukl (1973) showed that by extensive interviewer
+training all significant contrast effects could be eliminated.
+The results of the 1971 study (Carlson et al. 1971) are still relevant, but
+efforts to~\ldots.
+\end{quote}
+
+To facilitate using a citation as a noun a new command
+{\bf $\backslash$citeasnoun} has been created which has the same syntax as the
+{\bf $\backslash$cite} command except that multiple citations are {\em not}
+permitted.
+The effect of this command is that
+\begin{verbatim}
+As \citeasnoun{btxdoc} and \citeasnoun[Annex~B]{latex} describe \ldots
+\end{verbatim}
+produces
+\begin{quote}
+As \citeasnoun{btxdoc} and \citeasnoun[Annex~B]{latex} describe \ldots
+\end{quote}
+whereas
+\begin{verbatim}
+The \BibTeX\ \cite{btxdoc} and \LaTeX\ \cite[Annex~B]{latex} manuals \ldots
+\end{verbatim}
+produces
+\begin{quote}
+The \BibTeX\ \cite{btxdoc} and \LaTeX\ \cite[Annex~B]{latex} manuals \ldots
+\end{quote}
+
+Where appropriate, citations are abbreviated automatically after the first
+reference when bibliographies are produced by \BibTeX.
+Provision is also made for this feature to be accessed during manual coding.
+
+In addition to these primary forms of citation, the citation commands
+{\bf $\backslash$citeyear} and {\bf $\backslash$citename} are provided.
+{\bf $\backslash$citeyear} behaves like the
+{\bf $\backslash$cite} command except that only the year portion of the
+citation label is used.
+For example,
+\begin{verbatim}
+\citeyear{btxdoc,latex}
+\end{verbatim}
+produces \citeyear{btxdoc,latex}.
+{\bf $\backslash$citename} behaves like the
+{\bf $\backslash$citeasnoun} command except that only the author name(s)
+(unabbreviated) portion of the citation label is used.
+For example,
+\begin{verbatim}
+\citename{btxdoc}
+\end{verbatim}
+produces
+\begin{quote}
+\citename{btxdoc}.
+\end{quote}
+The use of this command does not trigger the use of abbreviated citations for
+subsequent {\bf $\backslash$citeasnoun} and {\bf $\backslash$cite}
+references.
+
+\section{Styles}
+\subsection{Bibliography Styles}
+There are four bibliography styles currently available within the
+{\em harvard} family, {\bf agsm} (used in this document) which is based on
+\citeasnoun[pp.~95--98]{agsm}, {\bf dcu}
+which is based upon the conventions in use in the Design Computing Unit,
+Department of Architectural and Design Science, University of Sydney,
+{\bf kluwer} which aspires to conform to the requirements of Kluwer Academic
+Publishers and {\bf nederlands} which conforms to Dutch conventions.
+They are invoked by the {\bf $\backslash$bibliographystyle} as described in
+\citeasnoun[p.~74]{latex} and effect the layout of the entries in the bibliography.
+
+\subsection{Citation Styles}
+There are two citation styles currently available within the {\em harvard}
+family, {\bf agsm} (used in this document) and {\bf dcu} which for the previous
+example would produce:
+\begin{quote}\citationstyle{dcu}
+The \BibTeX\ \cite{btxdoc} and \LaTeX\ \cite[Annex~B]{latex} manuals \ldots
+\end{quote}
+and for multiple citations such as
+\begin{verbatim}
+ The original documentation \cite{btxdoc,latex} say \ldots
+\end{verbatim}
+the {\bf agsm} citation style produces
+\begin{quote}\citationstyle{agsm}
+The original documentation \cite{btxdoc,latex} say \ldots
+\end{quote}
+and the {\bf dcu} citation style produces
+\begin{quote}\citationstyle{dcu}
+The original documentation \cite{btxdoc,latex} say \ldots
+\end{quote}
+The default citation style is {\bf agsm} and both styles have no effect on the
+appearance of the {\bf $\backslash$citeasnoun} citation format.
+
+These styles are invoked by the {\bf $\backslash$citationstyle} command,
+for example:
+\begin{verbatim}
+ \citationstyle{agsm}.
+\end{verbatim}
+Because these styles affect the format of parenthetical citations, this command
+should appear before any {\bf $\backslash$cite} commands.
+
+\section{Doing It By Hand}
+Hand coding is accomplished much the same as described in \citeasnoun[p.~73]{latex}
+except that the new command {\bf $\backslash$harvarditem} is used in place
+of {\bf $\backslash$bibitem}.
+The syntax of this command is
+\begin{quote}
+{\bf $\backslash$harvarditem} [{\em abbr-citation}]\{{\em full-citation}\}\{{\em citation-year}\}\{{\em cite-key}\}
+\end{quote}
+where
+\begin{description}
+\item[{\em abbr-citation}] is the (optional) abbreviated citation
+(minus the year) to be used in the text
+subsequent to the first mention of a particular reference,
+\item[{\em full-citation}] is the full citation (minus the year)
+to be used in the text
+on the first mention of a particular reference,
+\item[{\em citation-year}] the year portion of the citation including any
+suffices required to disambiguate citations, and
+\item[{\em cite-key}] is the key used in the {\bf $\backslash$cite} and
+{\bf $\backslash$citeasnoun} commands.
+\end{description}
+
+\section{Acknowledgement}
+The motivation for this style came from Fay Sudweeks of the Design Computing
+Unit who also originated the formats for the {\bf dcu} style and proofread
+their implementation.
+
+The {\bf nederlands} bibliographic style was implemented by Werenfried Spit
+(spit@vm.ci.uv.es).
+
+The idea for {\bf $\backslash$citeyear} came from Renate Schmidt
+(Renate.Schmidt@mpi-sb.mpg.de).
+
+\bibliography{harvard}
+\end{document}
diff --git a/Master/texmf-dist/doc/bibtex/economic/wigle.bib b/Master/texmf-dist/doc/bibtex/economic/wigle.bib
new file mode 100644
index 00000000000..cec7e6d2cc3
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/wigle.bib
@@ -0,0 +1,353 @@
+
+
+% Journals
+
+@STRING{AER="{A}merican {E}conomic {R}eview " }
+@STRING{CO2="{CO}2"}
+@STRING{JPE="Journal of Political Economy"}
+@STRING{CJE="Canadian Journal of Economics"}
+@STRING{QJE="Quarterly Journal of Economics"}
+
+% Authors
+@STRING{jwrw="John Whalley and Randall M. Wigle"}
+@STRING{self= "Randall M. Wigle"}
+@STRING{me=self}
+
+
+% Institutions
+
+@STRING{IIE="{I}nstitute for {I}nternational {E}conomics"}
+@STRING{UN="{U}nited {N}ations"}
+@STRING{FAO="{F}ood {a}nd {A}griculture {O}rganization {o}f {t}he {U}nited
+{N}ations"}
+@STRING{IBRD="{I}nternational {B}ank {f}or {R}econstruction {a}nd
+{D}evelopment"}
+@STRING{USDA="{U}nited {S}tates {D}epartment {o}f {A}griculture"}
+@STRING{OECD="{O}rganization {f}or {E}conomic {C}ooperation {a}nd
+{D}evelopment"}
+@STRING{GATT="{G}eneral {A}greement on {T}ariffs and {T}rade"}
+@STRING{StatCan="{Statistics Canada}"}
+% INTERNATIONAL TRADE BIBLIOGRAPHY
+
+@BOOK{ES,
+ author="Harold C. Eastman and Stefan Stykolt",
+ title="The Tariff and Competition in Canada",
+ place="Toronto", publisher="McMillan",year= 1967}
+@INCOLLECTION{markusenc1,
+ author="James R. Markusen",
+ title="Canadian Gains From Trade in the
+ Presence of Scale Economies and Imperfect Competition.",
+ editor="John Whalley and Roderick Hill", year=1985,
+ pages="113--156",booktitle="Canada-{U}nited {S}tates Free Trade",
+ address="Toronto",publisher="University of Toronto Press",
+ number=11, series="Research Volumes for the {M}c{D}onald
+ Commission"}
+@ARTICLE{melvintrans,
+ author="James R. Melvin",title="The regional economic
+ consequences of tariffs and domestic transportation costs.",
+ journal="Canadian Journal of Economics", volume="XVIII",
+ number="2", month="May",year=1985,pages="237--257"}
+@ARTICLE{porter,
+ author="Robert H. Porter", title="Tariff policies in a small
+ open spatial economy", journal="Canadian Journal of Economics",
+ volume="XVII",number=2,month="May",year=1984, pages="270--282"}
+@BOOK{trela-whalley,
+ author="Irene Trela and John Whalley",
+ title="Regional Aspects of Confederation", place="Toronto",
+ publisher="University of Toronto Press",
+ year=1986, volume=68, series="Mc{D}onald Commission Research
+ Volumes"}
+@BOOK{hill-whalley,
+ author="John Whalley and Roderick Hill",
+ title="Canada-United States Free Trade",
+ place="Toronto",publisher="University of Toronto Press",
+ year=1985, volume=11, series="Mc{D}onald Commission Research
+ Volumes"}
+@BOOK{ww,
+ author="Ronald J. Wonnacott and Paul Wonnacott",
+ title="Free Trade Between the United States and Canada: The
+ Potential Economic Effects",place="Cambridge Mass.",
+ publisher="The Harvard University Press", year=1967}
+@ARTICLE{waters,
+ title="Transport Costs and the Static Welfare Costs of
+ Tariffs", author="Waters {II}, W. G.", journal="American
+ Economic Review", Volume=64, Number=4, pages="730--732",
+ year=1974}
+@BOOK{cameron,
+ title="The Free Trade Papers", editor="Duncan Cameron",
+ place="Toronto", publisher="Lorimer Press", year=1986}
+@BOOK{m-m84,
+ title="The Theory of International Trade and Its Canadian
+ Applications", author="James R. Markusen and James R. Melvin",
+ year=1984,publisher="Butterworths",place="Toronto"}
+@MISC{focus,
+ title="{GATT} {F}ocus", author="{GATT}", note="Various issues" }
+@ARTICLE{jpe89,
+ author="James R. Markusen and Randall M. Wigle", journal="Journal
+ of Political Economy", year=1989, title="Nash Equilibrium
+ Tariffs for the {U}nited {S}tates and {C}anada: The roles of country
+ size, scale economies, and capital mobility",
+ volume=97,number=2}
+@BOOK{quest,
+ title="The {U}nited {S}tates and {C}anada: The quest for free
+ trade.",author="Paul Wonnacott", publisher="Institute for
+ International Economics",year=1987,month="March",
+ series="Policy Analyses in International Economics",
+ number=16,place="Washington {D.C.}"}
+@BOOK{CAFT,
+ editor="A. R. Riggs and Tom Velk",
+ title="Canadian--{A}merican Free Trade: Historical, Political
+ and Economic Dimensions", publisher="The Institute for
+ Research on Public Policy", year=1987,place="Halifax {N.S.}"}
+
+@ARTICLE{north-south,
+ title="Explaining the Volume of {N}orth-{S}outh Trade",
+ author="James R. Markusen and Randall M. Wigle",
+ journal="The Economic Journal", volume=100,
+ month="December", pages="1206--1215",year=1990}
+
+@INCOLLECTION{oecd-ibrd,
+ title="Terms of Trade Effects, Trade Liberalization and
+ Developing Countries",author=jwrw,year=1990,
+ booktitle="Agricultural Trade Liberalization:
+ Implications for Developing Countries",editor="K. Odin",
+ publisher="Organization for Economic Cooperation and Development",
+ place="Paris"}
+
+@INCOLLECTION{ag-wars,
+ author="Glenn W. Harrison and Lisa Rutstrom and Randall M. Wigle",
+ year=1989,title="The Costs of an Agricultural Trade
+ War",booktitle="Macroeconomic Consequences of Farm-Support Policies",
+ editor="Stoeckel, Andrew B. and David Vincent and Sandy Cuthbertson",
+ place="Durham, N.C.", publisher="Duke University Press",
+ pages="330--367"}
+
+@INCOLLECTION{qualifications,
+ author=me,title="The Received Wisdom of {C}anada-{U.S}. Free Trade:
+ Qualifications",editor="Riggs, Alvin R. and Tom Velk",
+ booktitle="Canadian-American Free Trade: Historical,
+ Political and Economic Dimensions",publisher="Institute for
+ Research on Public Policy",place="Halifax, N.S.",year=1987,
+ pages="105--114"}
+
+@INCOLLECTION{columbia-discussion,
+ author=me,year=1986,title="Summary of the Panel and Floor
+ Discussion",editor="T. N. Srinivasan and John Whalley",
+ booktitle="General Equilibrium Trade Policy Modelling",
+ publisher="M.I.T. Press",pages="323--354"}
+
+@ARTICLE{rock-hard,
+ author=me,year=1988, title="Between a Rock and a Hard Place: The
+ Economics of {C}anada-{U.S}. Free Trade",journal="Canadian Public
+ Policy",volume="XIV",number=1,month="March",pages="104--108"}
+
+@BOOK{hathaway,
+ author="Dale Hathaway", title="Agriculture in the {GATT}:
+ Rewriting the Rules", publisher=IIE, place="Washington, D.C.",
+ year=1985}
+
+@ARTICLE{trela-whalley-MFA,
+ author="Irene Trela and John Whalley", title="Global Effects of
+ Devloped Country Trade Restrictions on Textiles and Apparel",
+ journal="Economic Journal", volume="100", number="403",
+ year=1990, month="December", pages="1190--1205"}
+
+@PHDTHESIS{rwt,
+ author="Robert Waschik", title="International Trade with
+ Variable Factor Supply", year=1990, school="University of
+ {W}estern {O}ntario", place="London {O}ntario, {C}anada"}
+
+@BOOK{completing-ur,
+ title="Completing the {U}ruguay Round: A Results-Oriented
+ Approach to the GATT Negotiations", editor="Jeffrey J. Schott",
+ publisher="Institute for International Economics", year=1990,
+ place="Washington, D.C."}
+
+@UNPUBLISHED{rmd,
+ title="Transportation Costs in Regional Models of International
+ Trade: An Application to {C}anada-{U.S}. Trade", author=me,
+ year=1990, type="Wilfrid Laurier University Working Paper
+ \#90242", month="December"}
+
+@BOOK{FTA,
+ title="The Canada-U.S. Free Trade Agreement [{C}opy 10-12-87]",
+ author="{External Affairs Canada}",
+ year=1987,publisher="International Trade Communications Group",
+ place="Ottawa"}
+
+@BOOK{GATT,
+ author="{General Agreement on Tariffs and Trade}",
+ title="{GATT:} What it is, What it does",
+ place="Geneva", publisher="{ General Agreement on
+ Tariffs and Trade}", year=1990 }
+
+@BOOK{IIE-ur,
+ author="Gary C. Hufbauer and Jeffrey Schott",
+ title="Trading for growth: The Next Round of Trade Negotiations",
+ series="Analyses in International Economics", number=11,
+ place="Washington", publisher="Institute for International
+ Economics",year=1985}
+
+@ARTICLE{markusen-venables,
+ author="Anthony J. Venables and James R. Markusen",
+ title="Trade Policy with Increasing Returns and Imperfect
+ Competition: Contradictory Results from Competing Assumptions",
+ journal="Journal of International Economics",
+ year=1988,volume=24, pages="299--316"}
+
+@ARTICLE{harris-84,
+ author="Richard G. Harris", title="Applied General Equilibrium
+ Analysis of Small Open Economies with Scale Economies and
+ Imperfect Competition", journal=AER, volume=74,
+ pages="1016--1032",year=1984}
+% CGE References for Data Paper
+
+@BOOK{DS86,
+ author="Deardorff, Alan V. and Robert M. Stern",
+ title="The {M}ichigan Model of World Production and Trade: Theory
+ and Applications",
+ Address="Cambridge, Mass.", year=1986,
+ publisher="{M}{I}{T} Press"}
+
+@TECHREPORT{DS89,
+ author="Deardorff, Alan V. and Robert M. Stern",
+ title="A Computational Analysis of Alternative Scenarios for
+ Multilateral Trade Liberalization",
+ institution="Economic Council of {C}anada",
+ year=1989, type="Working Paper", number=363, month="August"}
+
+@BOOK{GAMS,
+ author="Brooke, Anthony and David Kendrick and Alexander
+ Meeraus",
+ title="{GAMS} A User's Guide",
+ publisher="The Scientific Press", address="Redwood City, CA",
+ year=1988}
+
+@ARTICLE{JMCB,
+ author="Dewald, William G. and Jerry G. Thursby and Richard G.
+ Anderson",
+ title="Replication in Empirical Economics: The {J}ournal of
+ {M}oney, {C}redit and {B}anking {P}roject",
+ journal="American Economic Review", year=1986, volume=76,
+ number=4, pages="587-603", month="Sept."}
+
+@TECHREPORT{ECDATA,
+ author=" Glenn Harrison and Thomas F. Rutherford and Ian Wooton",
+ title="An Empirical Database for A General Equilibrium Model of
+ the European Communities", year=1989, institution="University of
+ {W}estern {O}ntario", type="Working Paper", number="8901C" }
+
+@BOOK{PRCIO,
+ author="{East-West Institute}",
+ title="An Input-Output Table for China, 1980",
+ publisher="Pergammon Press", year=1986, address="Honolulu"}
+
+@TECHREPORT{UNtrade,
+ author="James K. Binkley and Thomas W. Hertel and Marinos Tsigas",
+ title="The {UN} Trade Data: Can it be Saved?",
+ type="Working Paper",
+ institution="Purdue University", month="August", year=1990}
+
+@BOOK{UNva,
+ author=UN ,
+ title="Industrial Statistics Yearbook, 1986",
+ publisher=UN , year=1987}
+
+@BOOK{FAOfish,
+ author=FAO,
+ title="yearbook of fishery statistics, 1986",
+ volume=63, year=1988, publisher=UN}
+
+@ARTICLE{comparisons,
+ author="Robert Summers and Alan Heston",
+ title="A new set of international comparisons of real product and
+ price level estimates for 130 countries 1950--1985",
+ journal="Review of Income and Wealth", year=1988,
+ pages="1--25",volume=34,number=1,month="March"}
+
+@BOOK{FAOwood,
+ author=FAO, title="Forest Products 1976--1987",
+ number=22, year=1989, place="Rome", publisher=UN}
+
+@BOOK{world-tables,
+ title="The World Tables, 1987",publisher=IBRD,
+ author=IBRD,place="Washington",year=1988}
+
+@BOOK{WDR-89,
+ title="World Development Report", author=IBRD,
+ year=1989, publisher="Oxford University Press", place="London"}
+
+@BOOK{USDA-pse,
+ title="Estimates of Producer and Consumer Subsidy Equivalents:
+ Government Intervention in Agriculture, 1982--1986", author=USDA,
+ year=1988, publisher=USDA, month="April", place="Washington D.C."}
+
+@BOOK{OECD-pse,
+ title="National policies and agricultural trade",author=OECD,
+ year=1987, publisher=OECD, place="Paris"}
+
+@BOOK{io-EC80,
+ title="National Accounts ESA: Input-Output Tables, 1980",
+ author="{e}urostat",year=1986,publisher="Offices {d}es publications
+ officielles des {C}ommunaut\'es europ\'eenes",
+ note="Cat.: CA-46-86-743-2A-C",place="Luxembourg"}
+
+@BOOK{io-CAN82,
+ title="System of National Accounts: The input-output structure
+ of the {C}anadian economy 1981--1984", author="{S}tatistics
+ {C}anada", place="Ottawa",year=1988,publisher="Supply and
+ Services {C}anada",number="Cat.: 15-201"}
+
+@BOOK{io-LDC,
+ title="Input-Output Tables for Developing Countries",volume="I",
+ author=UN,publisher=UN,year=1975,
+ note="Pages 57--82",place="New York"}
+
+@BOOK{io-JPN80,
+ author="{Statistics Bureau, Prime Minister's Office}",
+ title="Japan Statistical Yearbook, 1987",
+ publisher="Japan Statistical Association",year=1987,
+ note=" Pages 566--570, Table 16-13",place="Tokyo"}
+
+@article{io-USA82,
+ journal="Survey of Current Business", volume=68, number=4,
+ title="Annual Input-Output Accounts of the U.S. Economy, 1982",
+ author="{Bureau of Economic Analysis of the U.S. Department of
+ Commerce}", month="April",year=1988, note="Table 1, pages
+ 32--39", place="Washington"}
+
+@BOOK{tablas,
+ title="Tablas de insumo-producto an Am\'erica
+ Latina",author="{Economic Commission for Latin
+ America}",publisher=UN, year=1983,place="New York"}
+
+@MISC{io-OZ82,
+ author="unknown",title="Industry by Industry Flow Matrix
+ 1982--1983",howpublished="Photocopy",note="Table for Australia
+ --- Table~11 pages~62--64"}
+
+@BOOK{WDR-90,
+ title="World Development Report", author=IBRD,
+ year=1990, publisher="Oxford University Press", place="London"}
+
+@MISC{BCR,
+ title="Bank of {C}anada Review", author="{Bank of Canada}",
+ address="Ottawa",year="Various issues",
+ note="Monthly publication"}
+
+@BOOK{CAN-86,
+ title="Input Output Tables for Canada ???", author=StatCan,
+ year="1991 ?", publisher="Supply and Services Canada",note="See
+ Tables ??? and ???"}
+
+@ARTICLE{PWT5,
+ title="The {PENN} World Table (Mark~5): An EXPANDED SET OF
+ INTERNATIONAL COMPARISONS, 1950--1988", author="Robert Summers
+ and Alan Heston", journal=QJE,
+ year=1991,month="May",pages="327--368",number=2, volume="?"}
+
+@TECHREPORT{ussr72,
+ title="Input-Output Structure of the {S}oviet Economy: 1972",
+ author="Dimitri Gallik and Barry L. Kostinsky and Vladimir Treml",
+ institution="{U.S.} Department of Commerce: Bureau of the
+ Census", year=1983, type="Foreign Economic Report", number=18}
diff --git a/Master/texmf-dist/doc/bibtex/economic/wigle.tex b/Master/texmf-dist/doc/bibtex/economic/wigle.tex
new file mode 100644
index 00000000000..dc23f1e2394
--- /dev/null
+++ b/Master/texmf-dist/doc/bibtex/economic/wigle.tex
@@ -0,0 +1,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}