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 b2e6cf47a1b..b88b5fc71dd 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{2019/10/07 v1.8.1} +\def\Version{2020/01/15 v2.0} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] @@ -36,12 +36,14 @@ \DeclareOption{bof}{\def\dccp@type{Birds of a Feather}\dcp@proposaltrue} \DeclareOption{workshop}{\def\dccp@type{Workshop}\dcp@proposaltrue} \DeclareOption{practice}{\def\dccp@type{Practice Paper}\dcp@proposaltrue} +\def\dccp@variant{baskerville} \DeclareOption{15}{% \def\dccp@publ@short{IDCC15} \def\dccp@publ@msg{The 10th \dccp@publ@long\ takes place on 9--12 February 2015 in London. URL: \url{http://www.dcc.ac.uk/events/idcc15/}} \def\dccp@subject{10th \dccp@publ@long, 2015} \def\dccp@type@fallback{Practice Paper} + \def\dccp@variant{times} } \DeclareOption{16}{% \def\dccp@publ@short{IDCC16} @@ -49,6 +51,7 @@ 2016 in Amsterdam. URL: \url{http://www.dcc.ac.uk/events/idcc16/}} \def\dccp@subject{11th \dccp@publ@long, 2016} \def\dccp@type@fallback{Practice Paper} + \def\dccp@variant{times} } \DeclareOption{17}{% \def\dccp@publ@short{IDCC17} @@ -56,6 +59,7 @@ 2017 in Edinburgh. URL: \url{http://www.dcc.ac.uk/events/idcc17/}} \def\dccp@subject{12th \dccp@publ@long, 2017} \def\dccp@type@fallback{Practice Paper} + \def\dccp@variant{times} } \DeclareOption{18}{% \def\dccp@publ@short{IDCC18} @@ -63,12 +67,14 @@ 2018 in Barcelona. URL: \url{http://www.dcc.ac.uk/events/idcc18/}} \def\dccp@subject{13th \dccp@publ@long, 2018} \def\dccp@type@fallback{Practice Paper} + \def\dccp@variant{times} } \DeclareOption{19}{% \def\dccp@publ@short{IDCC19} \def\dccp@publ@msg{The 14th \dccp@publ@long\ takes place on 4--7 February 2019 in Melbourne. URL: \url{http://www.dcc.ac.uk/events/idcc19/}} \def\dccp@subject{14th \dccp@publ@long, 2019} + \def\dccp@variant{times} } \DeclareOption{20}{% \def\dccp@publ@short{IDCC20} @@ -99,7 +105,7 @@ \RequirePackage{dccpaper-base} %% -%% Copyright (C) 2019 Digital Curation Centre, University of Edinburgh +%% Copyright (C) 2020 Digital Curation Centre, University of Edinburgh %% <info@dcc.ac.uk> %% %% End of file `idcc.cls'. |