diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-24 18:34:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-24 18:34:49 +0000 |
commit | 722b5b0c6a13bf40a2baab01f4de2bbfbfeddbbe (patch) | |
tree | 0e25686b6446009efcf71a037477b64cb2291f7e /Master/texmf-dist/doc/bibtex/economic/erae-test.tex | |
parent | 01f3ce19fabd73806e553f802085aeb76e13f8cf (diff) |
reinstate economic, harvard.sty conflict is gone
git-svn-id: svn://tug.org/texlive/trunk@3748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/bibtex/economic/erae-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/bibtex/economic/erae-test.tex | 139 |
1 files changed, 139 insertions, 0 deletions
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} |