summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dccpaper
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-08 22:22:53 +0000
committerKarl Berry <karl@freefriends.org>2019-03-08 22:22:53 +0000
commitc56d4d9b9222e1872ec89bdfed0a967aeb2861b0 (patch)
tree646520753dd78512c98d944cca3f6b321ddc5bf1 /Master/texmf-dist/tex/latex/dccpaper
parent56f9f18f9b7c498d77c5b2408b63ad4702ed50ba (diff)
dccpaper (8mar19)
git-svn-id: svn://tug.org/texlive/trunk@50294 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.sty7
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/idcc.cls10
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls4
3 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
index 11a76d8cb31..6bc061a99a6 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
+++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
@@ -14,14 +14,12 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2018/05/14 v1.7.1}
+\def\Version{2019/03/08 v1.8}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{dccpaper-base}
[\Version\space Common class code for IJDC and IDCC papers.]
\RequirePackage[british]{babel}
\RequirePackage{etoolbox}
-\let\origforlistloop\forlistloop
-\PassOptionsToPackage{noerroretextools=true}{biblatex}
\RequirePackage{iftex}
\ifPDFTeX
\RequirePackage[T1]{fontenc}
@@ -107,7 +105,6 @@
\RequirePackage[scaled=0.92]{helvet}
}
\fi
-\let\forlistloop\origforlistloop
\RequirePackage{graphicx}
\IfFileExists{xcolor.sty}%
{\RequirePackage{xcolor}}%
@@ -850,7 +847,7 @@
\endgroup
}
%%
-%% Copyright (C) 2018 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2019 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% 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 92a1cd5928f..76165e72a90 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{2018/05/14 v1.7.1}
+\def\Version{2019/03/08 v1.8}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{idcc}
[\Version\space Class for submissions to the International Digital Curation Conference.]
@@ -70,6 +70,12 @@
2019 in Melbourne. URL: \url{http://www.dcc.ac.uk/events/idcc19/}}
\def\dccp@subject{14th \dccp@publ@long, 2019}
}
+\DeclareOption{20}{%
+ \def\dccp@publ@short{IDCC20}
+ \def\dccp@publ@msg{The 15th \dccp@publ@long\ takes place on 17--20 February
+ 2020 in Dublin. URL: \url{http://www.dcc.ac.uk/events/idcc20/}}
+ \def\dccp@subject{15th \dccp@publ@long, 2020}
+}
\ProcessOptions\relax
\def\@clearglobaloption#1{%
@@ -93,7 +99,7 @@
\RequirePackage{dccpaper-base}
%%
-%% Copyright (C) 2018 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2019 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `idcc.cls'.
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
index 59f291d80e3..e72ade638fc 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{2018/05/14 v1.7.1}
+\def\Version{2019/03/08 v1.8}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -53,7 +53,7 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\RequirePackage{dccpaper-base}
%%
-%% Copyright (C) 2018 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2019 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `ijdc-v9.cls'.