summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/economic/worlddev.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/worlddev.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/worlddev.cls')
-rw-r--r--Master/texmf-dist/tex/latex/economic/worlddev.cls24
1 files changed, 11 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/worlddev.cls b/Master/texmf-dist/tex/latex/economic/worlddev.cls
index 8bc7757fea5..8c9aeb8c970 100644
--- a/Master/texmf-dist/tex/latex/economic/worlddev.cls
+++ b/Master/texmf-dist/tex/latex/economic/worlddev.cls
@@ -2,20 +2,20 @@
%%% Journal "World Development" (worlddev)
%%%
%%% author: Arne Henningsen
-%%% version: 1.0 (05 March 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 Formatting Instructions of the "World Development" in every detail.
-%%% Please report any problems to
-%%% ahenningsen <at> email <dot> uni-kiel <dot> 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, csquotes, endfloat, endnotes, fontenc, geometry,
+%%% amsmath, babel, endfloat, endnotes, geometry,
%%% ifthen, lmodern, natbib, setspace, textcomp, titlesec, url
%%%
%%% The class provides following options:
@@ -32,18 +32,20 @@
%%% If you use footnotes, add following line before the reference section:
%%% \listofendnotes
%%%
+%%% "World Development" requires that you use double quotes
+%%% you could do this with the ``csquotes'' package:
+%%% \usepackage{csquotes}
+%%% \MakeOuterQuote{<yourQuoteCharacter>}
+%%%
%%% Website of the journal "World Development":
%%% http://www.elsevier.com/wps/locate/worlddev/
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{worlddev}[2007/05/08 LaTeX class for the Journal 'World Development']
+\ProvidesClass{worlddev}[2009/11/18 LaTeX class for the Journal 'World Development']
\RequirePackage{ifthen}
-% use "T1" TeX encoding scheme
-\RequirePackage[T1]{fontenc}
-
% option NOT to place floats at the end
\newcounter{UseEndfloat}
\setcounter{UseEndfloat}{1}
@@ -236,10 +238,6 @@
% increase stretchability of the spaces (avoid overful hboxes)
\setlength{\emergencystretch}{3em}
-% 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}}