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/pocoec.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/pocoec.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/pocoec.cls | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/pocoec.cls b/Master/texmf-dist/tex/latex/economic/pocoec.cls index 31f392cf9fb..55246ef2310 100644 --- a/Master/texmf-dist/tex/latex/economic/pocoec.cls +++ b/Master/texmf-dist/tex/latex/economic/pocoec.cls @@ -2,20 +2,21 @@ %%% Journal 'Post-Communist Economies' (PoCoEc) %%% %%% author: Arne Henningsen -%%% version: 1.1 (16 September 2008) +%%% version: 1.3 (18 November 2009) %%% license: LaTeX Project Public License %%% %%% Note: This is an unofficial style file that may not fully comply %%% with the PoCoEc formatting instructions in every detail. -%%% Please report any problems to <arne.henningsen<at>googlemail<dot>com>. +%%% 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 -%%% ifthen, inputenc, lmodern, natbib, setspace, stringstrings, textcomp, url +%%% amsmath, babel, csquotes, endfloat, endnotes, geometry +%%% ifthen, lmodern, natbib, setspace, stringstrings, textcomp, url %%% %%% The class provides the following options: %%% noendfloat - don't move floats to the end of the paper @@ -41,7 +42,7 @@ %%% \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{pocoec}[2008/09/16 LaTeX class for the journal 'Post-Communist Economies'] +\ProvidesClass{pocoec}[2009/11/18 LaTeX class for the journal 'Post-Communist Economies'] % package for convenient if-then-else statements \RequirePackage{ifthen} @@ -74,8 +75,7 @@ % pointednumbers = add final dot after ordinary section numbers % tablecaptionabove = use \captionabove for tables -% fontencoding + text companion fonts -\RequirePackage[T1]{fontenc} +% additional symbols \RequirePackage{textcomp} % page format, margins @@ -129,6 +129,7 @@ % citations and bibliography \RequirePackage[authoryear]{natbib} +\bibpunct{(}{)}{,}{a}{}{,} \setlength{\bibsep}{0pt} \bibliographystyle{tandfx} |