summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/economic/agecon.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-27 01:28:12 +0000
committerKarl Berry <karl@freefriends.org>2009-11-27 01:28:12 +0000
commitb686dc92d23ec92df3717f5e6fc86591ad3fab02 (patch)
tree22692510ac004f6ddaa37b1d84cc252484c91a31 /Master/texmf-dist/tex/latex/economic/agecon.cls
parentc2891584a71bef79217edf0f155772dae1f68b61 (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/agecon.cls')
-rw-r--r--Master/texmf-dist/tex/latex/economic/agecon.cls22
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}}