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/itaxpf.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/itaxpf.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/itaxpf.cls | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/itaxpf.cls b/Master/texmf-dist/tex/latex/economic/itaxpf.cls index 16b4fa8bb68..d75194e5422 100644 --- a/Master/texmf-dist/tex/latex/economic/itaxpf.cls +++ b/Master/texmf-dist/tex/latex/economic/itaxpf.cls @@ -2,21 +2,21 @@ %%% Journal "International Tax and Public Finance" (itaxpf) %%% %%% author: Arne Henningsen -%%% version: 1.0 (09 July 2007) +%%% 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 the journal %%% "International Tax and Public Finance" 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, endnotes, fontenc, geometry, +%%% amsmath, babel, endfloat, endnotes, geometry, %%% ifthen, lmodern, natbib, setspace, url %%% %%% The corresponding BibTeX style file "itaxpf.bst" should be used @@ -42,7 +42,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{itaxpf}[2007/07/09 LaTeX class for the Journal +\ProvidesClass{itaxpf}[2009/11/18 LaTeX class for the Journal 'International Tax and Public Finance'] \RequirePackage{ifthen} @@ -66,10 +66,6 @@ % tablecaptionabove = use \captionabove for tables % noonelinecaption = do not treat one-line captions differently -% use new TeX encoding scheme (T1), which contains accented (European) letters, -% to make European hyphenations work -\RequirePackage[T1]{fontenc} - % use babel package and set language to english \RequirePackage[english]{babel} @@ -231,10 +227,6 @@ % increase stretchability of the spaces (avoid overful hboxes) \setlength{\emergencystretch}{3em} -% use single quotes -\RequirePackage{csquotes} -\MakeOuterQuote{°} - % for compatibility with erae.cls \newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}, p.~#1)} \newcommand{\citepPage}[2]{\citetext{\citealp{#2}, p.~#1}} |