summaryrefslogtreecommitdiff
path: root/biblio/bibtex/contrib/economic/apecon.cls
blob: 240bc1ccc4a27633615aa85f1632660c4cf609c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
%%% LaTeX class for manuscripts submitted to the
%%%  journal 'Applied  Economics'
%%%
%%% author: Arne Henningsen
%%% 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 at
%%%    http://sourceforge.net/projects/economtex/
%%% Further information is available at
%%%    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, endfloat, geometry, ifthen
%%% lmodern, natbib, setspace, textcomp, url
%%%
%%% The class provides following option:
%%% noendfloat - don't move floats to the end of the paper
%%%
%%% By default, the corresponding BibTeX style "apecon.bst" is used.
%%%
%%% This document class provides 4 new commands:
%%% \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}[2009/11/18 LaTeX class for the journal 'Applied Economics']

% package for convenient if-then-else statements
\RequirePackage{ifthen}

% option to NOT place floats at the end
\newif\if@useendfloat
\@useendfloattrue
\DeclareOption{noendfloat}{\@useendfloatfalse}

% pass any options on to the scrartcl class and load this class with some options
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}}
\ProcessOptions\relax
\LoadClass[12pt,english,pointednumbers,tablecaptionabove]{scrartcl}
% pointednumbers = add final dot after ordinary section numbers
% tablecaptionabove = use \captionabove for tables

% additional symbols
\RequirePackage{textcomp}

% page format, margins
\RequirePackage{geometry}
\geometry{a4paper, tmargin=2.5cm, bmargin=2.8cm, lmargin=4cm,
  rmargin=2cm, headheight=0cm, headsep=0cm, footskip=1.2cm }

% one half spacing
\RequirePackage{setspace}
\doublespacing

% spacing around formulas
\AtBeginDocument{
\setlength{\abovedisplayshortskip}{6pt}
\setlength{\belowdisplayshortskip}{6pt}
\setlength{\abovedisplayskip}{6pt}
\setlength{\belowdisplayskip}{6pt}
\allowdisplaybreaks
}

% spacing around captions and floats
\setlength{\abovecaptionskip}{6pt}
\setlength{\belowcaptionskip}{3pt}
\setlength{\floatsep}{0pt}
\setlength{\textfloatsep}{20pt}
\setlength{\intextsep}{5pt}

% font family: latin modern
\RequirePackage{lmodern}

% section headers
\setkomafont{section}{\sffamily\bfseries}
\setkomafont{subsection}{\normalfont\sffamily\itshape}
\setkomafont{subsubsection}{\normalfont\sffamily}
\renewcommand{\thesection}{\Roman{section}}
\setcounter{secnumdepth}{1} 

% amsmath
\RequirePackage{amsmath}
% for compatibility with ajae.cls
\newcommand{\veclatin}[1]{#1}
\newcommand{\matlatin}[1]{#1}
\newcommand{\vecgreek}[1]{#1}
\newcommand{\matgreek}[1]{#1}

% font for URLs
\RequirePackage{url}
\def\UrlFont{\rmfamily}

% citations and bibliography
\RequirePackage[authoryear]{natbib}
\setlength{\bibsep}{0pt}
\bibliographystyle{apecon}

% captions of figures and tables
\setcapwidth[l]{\textwidth}
\setcapindent{0pt}
\setkomafont{captionlabel}{\normalsize\normalfont\bfseries}
\setkomafont{caption}{\normalsize\normalfont\bfseries}
\renewcommand{\captionformat}{.\ }

% titlepage without author and date
\newcommand{\affiliation}[1]{\newcommand{\@affiliation}{#1}}
\newcommand{\address}[1]{\newcommand{\@address}{#1}}
\newcommand{\rtitle}[1]{\newcommand{\@rtitle}{#1}}
\newcommand{\cauthor}[1]{\newcommand{\@cauthor}{#1}}
\renewcommand{\maketitle}{
   \begin{center}
   \begin{spacing}{1.5}
   \LARGE{\textbf{\@title}}%
   \end{spacing}
   \ifthenelse{ \isundefined\@author }{
      \ClassWarning{apecon}{No author(s) specified.
         Please specify with command \protect\author}
   }{
      \begin{large}
      \textbf{\@author}\\
      \end{large}
      \vspace*{3mm}
   }
   \begin{spacing}{1.1}
   \ifthenelse{ \isundefined\@affiliation }{
      \ClassWarning{apecon}{No affiliation(s) specified.
         Please specify with command \protect\affiliation}
   }{
      \textit{\@affiliation}\\
   }
   \ifthenelse{ \isundefined\@address }{
   }{
      \textit{\@address}\\
   }
   \end{spacing}
   \vspace*{5mm}
   \end{center}
   \ifthenelse{ \isundefined\@rtitle }{
      \ClassWarningNoLine{apecon}{No running title is specified.
         Please specify with command \protect\rtitle\space (max. 75 letters)}
   }{
      \textbf{Running title:}\\
      \@rtitle\\
   }
}

% abstract, keywords, JEL classification
\renewenvironment{abstract}{%
   \begin{spacing}{1.5}
   \noindent
   \textbf{Abstract}\\
}{%
   \smallskip\\ \noindent
   \end{spacing}
   \begin{spacing}{1.1}
   \noindent
   \textbf{Corresponding author:}
   \ifthenelse{ \isundefined\@cauthor }{
      ???
      \ClassWarningNoLine{apecon}{No corresponding author
         (including contact details) is specified.
         Please specify with command \protect\cauthor}
   }{
      \\\@cauthor\\
   }
   \clearpage
   \end{spacing}
}

% use babel package and set language to english
\RequirePackage[english]{babel}

% avoid clubs and widows
\clubpenalty=10000
\widowpenalty=10000
% \displaywidowpenalty=10000

% increase stretchability of the spaces (avoid overful hboxes)
\setlength{\emergencystretch}{3em}

% move floats to the end of the paper
\if@useendfloat
   \RequirePackage[noheads,nomarkers,tablesfirst,nolists]{endfloat}
\fi

% for compatibility with erae.cls
\newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}, p.~#1)}
\newcommand{\citepPage}[2]{\citetext{\citealp{#2}, p.~#1}}