diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-27 01:28:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-27 01:28:12 +0000 |
commit | b686dc92d23ec92df3717f5e6fc86591ad3fab02 (patch) | |
tree | 22692510ac004f6ddaa37b1d84cc252484c91a31 /Master/texmf-dist/tex/latex/economic/erae.cls | |
parent | c2891584a71bef79217edf0f155772dae1f68b61 (diff) |
economic update (25nov09)
git-svn-id: svn://tug.org/texlive/trunk@16184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/economic/erae.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/erae.cls | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/erae.cls b/Master/texmf-dist/tex/latex/economic/erae.cls index 9bdf1aba9f1..f615442e3d9 100644 --- a/Master/texmf-dist/tex/latex/economic/erae.cls +++ b/Master/texmf-dist/tex/latex/economic/erae.cls @@ -2,30 +2,36 @@ %%% European Review of Agricultural Economics (ERAE) %%% %%% author: Arne Henningsen -%%% version: 1.1 (10 November 2007) +%%% version: 1.3 (18 November 2009) %%% license: LaTeX Project Public License %%% %%% Note: This is an unofficial style file that may not fully comply %%% with the ERAE Formatting Instructions in every detail. -%%% Please report any problems to <ahenningsen@email.uni-kiel.de>. +%%% Please report any problems at +%%% http://sourceforge.net/projects/economtex/ %%% Further information is available at -%%% http://www.uni-kiel.de/agrarpol/ahenningsen/latex-bibtex.html +%%% http://economtex.wiki.sourceforge.net/ %%% %%% This document class is based on the "scrartcl" class %%% from the KOMA script bundle. %%% Following additional packages are required: %%% amsmath, babel, courier, endfloat, geometry, -%%% helvet, mathptmx, natbib, setspace, titlesec, url +%%% helvet, ifthen, mathptmx, natbib, setspace, titlesec, url %%% %%% The class provides following options: %%% noendfloat - don't move floats to the end of the paper %%% author - show name(s) of authors(s) %%% date - show date %%% +%%% The ERAE requires that you use single quotes +%%% you could do this with the ``csquotes'' package: +%%% \usepackage{csquotes} +%%% \MakeInnerQuote{<yourQuoteCharacter>} +%%% %%% The corresponding BibTeX style file "erae.bst" should be used %%% for the bibliography: \bibliographystyle{erae} %%% -%%% This document class provides 4 new commands: +%%% This document class provides 5 new commands: %%% \keywords can be use to show keywors below the abstract %%% \jelclass can be use to show JEL classifications below the abstract %%% \affiliation can be used to add affiliation information @@ -35,7 +41,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{erae}[2007/11/10 LaTeX class for the European Review of Agricultural Economics] +\ProvidesClass{erae}[2009/11/18 LaTeX class for the European Review of Agricultural Economics] \RequirePackage{ifthen} @@ -61,10 +67,6 @@ % pointednumbers = add final dot after ordinary section numbers % tablecaptionabove = use \captionabove for tables -% fontencoding + inputencoding -\usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} - % page format, margins \RequirePackage{geometry} \geometry{a4paper, tmargin=2.5cm, bmargin=2.8cm, lmargin=2.5cm, @@ -194,10 +196,6 @@ JEL classification: \@jelclass \RequirePackage[heads,tablesfirst,nolists]{endfloat} }{} -% use single quotes -\RequirePackage{csquotes} -\MakeInnerQuote{°} - % cite page numbers after colon \newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}: #1)} \newcommand{\citepPage}[2]{\citetext{\citealp{#2}: #1}} |