diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/economic/worlddev.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/worlddev.cls | 24 |
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}} |