diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/economic/agecon.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/agecon.cls | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/agecon.cls b/Master/texmf-dist/tex/latex/economic/agecon.cls index 2b42e01e77e..ebf525d51df 100644 --- a/Master/texmf-dist/tex/latex/economic/agecon.cls +++ b/Master/texmf-dist/tex/latex/economic/agecon.cls @@ -2,14 +2,15 @@ %%% journal 'Agricultural Economics' (AgEcon) %%% %%% author: Arne Henningsen -%%% version: 1.0 (4 January 2008) +%%% version: 1.1 (18 November 2009) %%% license: LaTeX Project Public License %%% %%% Note: This is an unofficial style file that may not fully comply %%% with the AgEcon 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. @@ -23,6 +24,11 @@ %%% date - show date %%% letterpaper - use US letter paper format instead of A4 %%% +%%% The AgEcon journal requires that you use double quotes +%%% you could do this with the ``csquotes'' package: +%%% \usepackage{csquotes} +%%% \MakeOuterQuote{<yourQuoteCharacter>} +%%% %%% The corresponding BibTeX style file "agecon.bst" should be used %%% for the bibliography: \bibliographystyle{agecon} %%% @@ -34,7 +40,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{agecon}[2008/01/04 LaTeX class for the journal 'Agricultural Economics'] +\ProvidesClass{agecon}[2009/11/18 LaTeX class for the journal 'Agricultural Economics'] \RequirePackage{ifthen} @@ -65,10 +71,6 @@ % pointednumbers = add final dot after ordinary section numbers % tablecaptionabove = use \captionabove for tables -% fontencoding + inputencoding -\usepackage[T1]{fontenc} -\usepackage[latin1]{inputenc} - % use babel package and set language to english \RequirePackage[english]{babel} @@ -200,10 +202,6 @@ \RequirePackage[heads,tablesfirst,nomarkers,nolists]{endfloat} }{} -% use double quotes -\RequirePackage{csquotes} -\MakeOuterQuote{°} - % for compatibility with erae.cls \newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}, p.~#1)} \newcommand{\citepPage}[2]{\citetext{\citealp{#2}, p.~#1}} |