summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/economic/jrurstud.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-27 01:28:12 +0000
committerKarl Berry <karl@freefriends.org>2009-11-27 01:28:12 +0000
commitb686dc92d23ec92df3717f5e6fc86591ad3fab02 (patch)
tree22692510ac004f6ddaa37b1d84cc252484c91a31 /Master/texmf-dist/tex/latex/economic/jrurstud.cls
parentc2891584a71bef79217edf0f155772dae1f68b61 (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/jrurstud.cls')
-rw-r--r--Master/texmf-dist/tex/latex/economic/jrurstud.cls28
1 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/economic/jrurstud.cls b/Master/texmf-dist/tex/latex/economic/jrurstud.cls
index 4da91fc352f..bcdd55efb59 100644
--- a/Master/texmf-dist/tex/latex/economic/jrurstud.cls
+++ b/Master/texmf-dist/tex/latex/economic/jrurstud.cls
@@ -2,20 +2,21 @@
%%% Journal of Rural Studies (JRurStud)
%%%
%%% author: Arne Henningsen
-%%% version: 1.0 (16 April 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 JRurStud formatting instructions 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
-%%% ifthen, inputenc, lmodern, natbib, setspace, stringstrings, textcomp, url
+%%% amsmath, babel, 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
@@ -27,12 +28,17 @@
%%% This class selects the BibTeX style "elsart-harv.bst".
%%% (see http://www.elsevier.com/wps/find/authorsview.authors/elsart)
%%%
-%%% This class provides 5 new commands:
+%%% This class provides 4 new commands:
%%% \affiliation specify affiliation(s) of the authors
%%% \cauthormark mark the corresponding author (by an asterisk)
%%% \cauthoraddress specify address of the corresponding author
%%% \keywords specify some keywords (separated by semicolons)
%%%
+%%% The Journal of Rural Studies requires that you use single quotes
+%%% you could do this with the ``csquotes'' package:
+%%% \usepackage{csquotes}
+%%% \MakeInnerQuote{<yourQuoteCharacter>}
+%%%
%%% The manuscript submitted to JRurStud shouldn't include any figures.
%%% If your paper contains any figures and you haven't removed/disabled
%%% them in the LaTeX source, you can remove the pages showing these figures
@@ -48,7 +54,7 @@
%%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{jrurstud}[2008/04/14 LaTeX class for the Journal of Rural Studies]
+\ProvidesClass{jrurstud}[2009/11/18 LaTeX class for the Journal of Rural Studies]
% package for convenient if-then-else statements
\RequirePackage{ifthen}
@@ -80,9 +86,7 @@
% pointednumbers = add final dot after ordinary section numbers
% tablecaptionabove = use \captionabove for tables
-% fontencoding + inputencoding
-\RequirePackage[T1]{fontenc}
-\RequirePackage[utf8]{inputenc}
+% additional symbols
\RequirePackage{textcomp}
% page format, margins
@@ -272,10 +276,6 @@
}
\fi
-% 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}}