diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper/idcc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 10 |
1 files changed, 8 insertions, 2 deletions
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'. |