summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/economic/apecon.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/economic/apecon.cls')
-rw-r--r--Master/texmf-dist/tex/latex/economic/apecon.cls26
1 files changed, 9 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/apecon.cls b/Master/texmf-dist/tex/latex/economic/apecon.cls
index eede3c23369..240bc1ccc4a 100644
--- a/Master/texmf-dist/tex/latex/economic/apecon.cls
+++ b/Master/texmf-dist/tex/latex/economic/apecon.cls
@@ -2,20 +2,21 @@
%%% journal 'Applied Economics'
%%%
%%% author: Arne Henningsen
-%%% version: 1.0 (14 April 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 'Applied Economics' 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, fontenc, geometry, ifthen
-%%% inputenc, lmodern, natbib, setspace, textcomp, url
+%%% amsmath, babel, endfloat, geometry, ifthen
+%%% lmodern, natbib, setspace, textcomp, url
%%%
%%% The class provides following option:
%%% noendfloat - don't move floats to the end of the paper
@@ -23,15 +24,14 @@
%%% By default, the corresponding BibTeX style "apecon.bst" is used.
%%%
%%% This document class provides 4 new commands:
-%%% \affiliation specify affiliation(s) of the authors
-%%% \address specify address(es) of the affiliation(s)
+%%% \affiliation specify affiliation(s) and full address(es) of the authors
%%% \rtitle specify running title (max. 75 letters and spaces)
%%% \cauthor specify corresponding author including contact details
%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{apecon}[2008/04/14 LaTeX class for the journal 'Applied Economics']
+\ProvidesClass{apecon}[2009/11/18 LaTeX class for the journal 'Applied Economics']
% package for convenient if-then-else statements
\RequirePackage{ifthen}
@@ -48,9 +48,7 @@
% pointednumbers = add final dot after ordinary section numbers
% tablecaptionabove = use \captionabove for tables
-% fontencoding + inputencoding
-\RequirePackage[T1]{fontenc}
-\RequirePackage[utf8]{inputenc}
+% additional symbols
\RequirePackage{textcomp}
% page format, margins
@@ -139,8 +137,6 @@
\textit{\@affiliation}\\
}
\ifthenelse{ \isundefined\@address }{
- \ClassWarningNoLine{apecon}{No addresses of the authors are specified.
- Please specify with command \protect\address}
}{
\textit{\@address}\\
}
@@ -195,10 +191,6 @@
\RequirePackage[noheads,nomarkers,tablesfirst,nolists]{endfloat}
\fi
-% 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}}