summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-20 20:03:58 +0000
committerKarl Berry <karl@freefriends.org>2017-10-20 20:03:58 +0000
commit9ab24c2fa86085fd1132482cf6ec9452812cece7 (patch)
tree3c9c15593a857db7d22fe11364b4321087a20070 /Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
parentb5862af03630daabae7a3d107b277f13fdbd4206 (diff)
dccpaper (20oct17)
git-svn-id: svn://tug.org/texlive/trunk@45563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls')
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls28
1 files changed, 1 insertions, 27 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
index c3a68ddd0c4..c7b3534bfd1 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
+++ b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
@@ -14,23 +14,12 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2016/08/05 v1.5}
+\def\Version{2017/10/20 v1.6}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
-%
-% The type of paper is recorded in |\dccp@type|. The possible values are
-% `General Article', `Peer-Reviewed Paper', or `Editorial'.
-% The latter is provided through the constant |\dccp@editorial| so we can
-% test for it later with ease.
-%
\def\dccp@type{General Article}
\def\dccp@editorial{Editorial}
-%
-% These three options set |\dccp@type| appropriately. The |editorial|
-% option additionally switches page numbers to roman numerals.
-% The |article| option is redundant, but included for symmetry.
-%
\DeclareOption{editorial}{\let\dccp@type=\dccp@editorial%
\AtBeginDocument{% Editorials use Roman numerals for page numbers
\pagenumbering{roman}%
@@ -41,11 +30,6 @@
\DeclareOption{article}{\def\dccp@type{General Article}}
\ProcessOptions\relax
-%
-% These definitions are used to fill out the headers and footers. They include
-% some details that are defined in \textsf{dccpaper-base.sty} and provided by
-% the user: |\thedate|, |\thevolume|, |\theissue|, |\thelastpage|, |\thedoi|.
-%
\def\dccp@publ@long{International Journal of Digital Curation}
\def\dccp@publ@short{IJDC}
\def\dccp@publ@msg{The \emph{\dccp@publ@long} is an international journal
@@ -62,20 +46,10 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
DOI: \thedoi
}
\def\dccp@normhead@doi{doi:\thedoi}
-%
-% |\dccp@subject| will be used for the PDF subject, and will specify the journal
-% and the issue.
-%
\def\dccp@subject{\dccp@publ@long, \thedate, Vol.\ \thevolume, Iss.\ \theissue}
-%
-% The class is based on the \textsf{article} class, and uses A4 paper.
-%
\LoadClass[a4paper,12pt,twoside]{article}
-%
-% The rest of the formatting happens in the following file.
-%
\usepackage{dccpaper-base}
%%
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh