diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/economic/regstud.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/economic/regstud.cls | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/regstud.cls b/Master/texmf-dist/tex/latex/economic/regstud.cls index b7e156796d0..c50e06592ff 100644 --- a/Master/texmf-dist/tex/latex/economic/regstud.cls +++ b/Master/texmf-dist/tex/latex/economic/regstud.cls @@ -2,21 +2,21 @@ %%% Journal "Regional Studies" (regstud) %%% %%% author: Arne Henningsen -%%% version: 1.0 (14 January 2008) +%%% 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 "Regional Studies" 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, fontnec, geometry, -%%% ifthen, inputenc, natbib, setspace, soul, titlesec, url, verbatim +%%% amsmath, babel, endfloat, endnotes, fontnec, geometry, +%%% ifthen, natbib, setspace, soul, titlesec, url, verbatim %%% %%% The corresponding BibTeX style file "regstud.bst" should be used %%% for the bibliography: \bibliographystyle{regstud} @@ -35,6 +35,11 @@ %%% If you use footnotes, add following line before the reference section: %%% \listofendnotes %%% +%%% "Regional Studies" requires that you use single quotes +%%% you could do this with the ``csquotes'' package: +%%% \usepackage{csquotes} +%%% \MakeInnerQuote{<yourQuoteCharacter>} +%%% %%% To prepare a manuscript without floats, you can use %%% either option "hidefloats" to hide all floats %%% or extract the pages that do not include the floats @@ -48,7 +53,7 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{regstud}[2008/01/14 LaTeX class for the Journal 'Regional Studies'] +\ProvidesClass{regstud}[2009/11/18 LaTeX class for the Journal 'Regional Studies'] % option to NOT place floats at the end \newif\if@UseEndfloat @@ -82,13 +87,6 @@ % for internal use \RequirePackage{ifthen} -% use "T1" TeX encoding scheme, 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} - % use babel package and set language to english \RequirePackage[english]{babel} @@ -267,10 +265,6 @@ JEL classification: \@jelclass % increase stretchability of the spaces (avoid overful hboxes) \setlength{\emergencystretch}{3em} -% use single quotes -\RequirePackage{csquotes} -\MakeInnerQuote{°} - % for compatibility with erae.cls \newcommand{\citetPage}[2]{\citeauthor{#2} (\citeyear{#2}, p.~#1)} \newcommand{\citepPage}[2]{\citetext{\citealp{#2}, p.~#1}} |