summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dccpaper
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-05 22:32:58 +0000
committerKarl Berry <karl@freefriends.org>2016-08-05 22:32:58 +0000
commit480580fec13891a80df5703594143afc5580dd61 (patch)
treef892f633de77f118f113fb635f60ef174ebf546e /Master/texmf-dist/tex/latex/dccpaper
parent010ac20bb5ed264d97d78d38c27a28232f9e8836 (diff)
dccpaper (5aug16)
git-svn-id: svn://tug.org/texlive/trunk@41804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper')
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty (renamed from Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex)16
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/idcc.cls15
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls11
3 files changed, 27 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
index 0dfe2533106..1514f965229 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex
+++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
@@ -1,5 +1,5 @@
%%
-%% This is file `dccpaper-base.tex',
+%% This is file `dccpaper-base.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
@@ -14,16 +14,12 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/06/22 v1.4.1}
-\ProvidesFile{dccpaper-base.tex}
+\def\Version{2016/08/05 v1.5}
+\ProvidesPackage{dccpaper-base.sty}
[\Version\space Common class code for IJDC and IDCC papers.]
%
-% The \textsf{dccpaper} classes are deliberately very similar. This file
-% contains the common code. All the classes are based on the \textsf{article}
-% class, and use A4 paper.
-%
-\LoadClass[a4paper,12pt,twoside]{article}
-
+% The \textsf{dccpaper} classes are deliberately very similar. This package
+% contains the common code.
%
% We use British English orthography.
%
@@ -1199,4 +1195,4 @@
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
-%% End of file `dccpaper-base.tex'.
+%% End of file `dccpaper-base.sty'.
diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
index 375411d14b6..76498bb69f7 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
+++ b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/06/22 v1.4.1}
+\def\Version{2016/08/05 v1.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{idcc}
[\Version\space Class for submissions to the International Digital Curation Conference.]
@@ -66,6 +66,12 @@
2016 in Amsterdam. URL: \url{http://www.dcc.ac.uk/events/idcc16/}}
\def\dccp@subject{11th \dccp@publ@long, 2016}
}
+\DeclareOption{17}{%
+ \def\dccp@publ@short{IDCC17}
+ \def\dccp@publ@msg{The 12th \dccp@publ@long\ takes place on 20--23 February
+ 2017 in Edinburgh. URL: \url{http://www.dcc.ac.uk/events/idcc17/}}
+ \def\dccp@subject{12th \dccp@publ@long, 2017}
+}
\ProcessOptions\relax
%
@@ -92,9 +98,14 @@
\@clearglobaloption{demo}
%
+% 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.
%
-\input{dccpaper-base}
+\usepackage{dccpaper-base}
%%
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
index 64582b3a40a..c3a68ddd0c4 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
+++ b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/06/22 v1.4.1}
+\def\Version{2016/08/05 v1.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -43,7 +43,7 @@
%
% These definitions are used to fill out the headers and footers. They include
-% some details that are defined in \textsf{dccpaper-base.tex} and provided by
+% 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}
@@ -69,9 +69,14 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\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.
%
-\input{dccpaper-base}
+\usepackage{dccpaper-base}
%%
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>