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/ecca.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/ecca.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/ecca.cls | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/ecca.cls b/Master/texmf-dist/tex/latex/economic/ecca.cls index 60c097a64c9..2b9bfa9a677 100644 --- a/Master/texmf-dist/tex/latex/economic/ecca.cls +++ b/Master/texmf-dist/tex/latex/economic/ecca.cls @@ -2,20 +2,20 @@ %%% Journal "Economica" (ecca) %%% %%% author: Arne Henningsen -%%% version: 1.0 (08 May 2007) +%%% version: 1.1 (01 Feb 2009) %%% license: LaTeX Project Public License %%% %%% Note: This is an unofficial style file that may not fully comply %%% with the Formatting Instructions of the "Economica" 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, courier, csquotes, endfloat, endnotes, geometry, +%%% amsmath, babel, courier, endfloat, endnotes, geometry, %%% helvet, ifthen, mathptmx, natbib, setspace, url %%% %%% The corresponding BibTeX style file "ecca.bst" should be used @@ -26,6 +26,11 @@ %%% \jelclass can be used to show JEL classifications below the abstract %%% \affiliation can be used spefify the affiliation(s) of the author(s) %%% +%%% The Economica requires that you use single quotes +%%% you could do this with the ``csquotes'' package: +%%% \usepackage{csquotes} +%%% \MakeInnerQuote{<yourQuoteCharacter>} +%%% %%% If you use footnotes, add following line before the reference section: %%% \listofendnotes %%% @@ -35,7 +40,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{ecca}[2007/05/08 LaTeX class for the Journal 'Economica'] +\ProvidesClass{ecca}[2009/02/01 LaTeX class for the Journal 'Economica'] \RequirePackage{ifthen} @@ -242,10 +247,6 @@ JEL classification: \@jelclass % increase stretchability of the spaces (avoid overful hboxes) \setlength{\emergencystretch}{3em} -% use single quotes -\RequirePackage{csquotes} -\MakeInnerQuote{°} - % for compatibility with erae.cls \newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}, p.~#1)} \newcommand{\citepPage}[2]{\citetext{\citealp{#2}, p.~#1}} |