diff options
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}} |