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/ajae.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/ajae.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/ajae.cls | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/ajae.cls b/Master/texmf-dist/tex/latex/economic/ajae.cls index 8dedd39d56f..ec82528a2d1 100644 --- a/Master/texmf-dist/tex/latex/economic/ajae.cls +++ b/Master/texmf-dist/tex/latex/economic/ajae.cls @@ -2,20 +2,21 @@ %%% American Journal of Agricultural Economics (AJAE) %%% %%% author: Arne Henningsen -%%% version: 1.4 (3 September 2007) +%%% version: 1.7 (18 November 2009) %%% license: LaTeX Project Public License %%% %%% Note: This is an unofficial style file that may not fully comply %%% with the AJAE Formatting Instructions in every detail. -%%% Please report any problems to <ahenningsen@email.uni-kiel.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, bm, courier, endfloat, endnotes, fontenc, geometry, -%%% helvet, inputenc, mathptmx, natbib, setspace, titlesec, url +%%% amsmath, babel, bm, courier, endfloat, endnotes, geometry, +%%% helvet, mathptmx, natbib, setspace, titlesec, url %%% %%% The class provides following options: %%% noendnotes - don't use endnotes (use footnotes) @@ -48,7 +49,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{ajae}[2007/09/03 LaTeX class for the American Journal of Agricultural Economics] +\ProvidesClass{ajae}[2009/11/18 LaTeX class for the American Journal of Agricultural Economics] \RequirePackage{ifthen} @@ -88,13 +89,6 @@ \LoadClass[12pt,english,tablecaptionabove]{scrartcl} % tablecaptionabove = use \captionabove for tables -% use new TeX encoding scheme (T1), which contains accented (European) letters, -% to make European hyphenations work -\RequirePackage[T1]{fontenc} - -% use the ISO 8859-1 (Latin-1) standard for the character encoding -\RequirePackage[latin1]{inputenc} - % page format, margins \RequirePackage{geometry} \geometry{letterpaper, tmargin=1.0in, bmargin=1.1in, lmargin=1.25in, @@ -265,13 +259,14 @@ JEL classification: \@jelclass } \end{minipage} \end{center} +\vspace{\baselineskip} \@aftermylist } % command "\@aftermylist": do not indent the following paragraph \def\@aftermylist{% - \def\if@endpe\@doendpe\fi{\@endpetrue - \def\par{\if@endpe\@@par\else\@restorepar\everypar{}\par\@endpefalse\fi}% - \everypar{{\setbox\z@\lastbox}\everypar{}\@endpefalse}% + \def\if@endpe\@doendpe\fi{\@endpetrue + \def\par{\if@endpe\@@par\else\@restorepar\everypar{}\par\@endpefalse\fi}% + \everypar{{\setbox\z@\lastbox}\everypar{}\@endpefalse}% }% } % This code was originally posted by Donald Arseneau on comp.text.tex |