From 30c0a7e937262deb33c9d2df7323349ab24cabb9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 May 2018 21:05:53 +0000 Subject: dccpaper (3may18) git-svn-id: svn://tug.org/texlive/trunk@47600 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 32 +++++++++++++++++++-------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/tex/latex/dccpaper/idcc.cls') diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls index 365b8ad2823..7e4b7d82d3e 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{2017/10/20 v1.6} +\def\Version{2018/05/01 v1.7} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] @@ -24,37 +24,51 @@ \url{http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc}} \def\dccp@subject{\dccp@publ@long} -\def\dccp@type{Practice Paper} +\def\dccp@type@fallback{Extended Abstract} +\def\dccp@type{\dccp@type@fallback} +\newif\ifdcp@proposal +\DeclareOption{abstract}{\def\dccp@type{Extended Abstract}} \DeclareOption{research}{\def\dccp@type{Research Paper}} +\DeclareOption{lightning}{\def\dccp@type{Lightning Talk}\dcp@proposaltrue} \DeclareOption{data}{\def\dccp@type{Data Paper}} -\DeclareOption{poster}{\def\dccp@type{Poster}} -\DeclareOption{demo}{\def\dccp@type{Demonstration}} -\DeclareOption{bof}{\def\dccp@type{Birds of a Feather}} -\DeclareOption{workshop}{\def\dccp@type{Workshop}} -\DeclareOption{practice}{\def\dccp@type{Practice Paper}} +\DeclareOption{poster}{\def\dccp@type{Poster}\dcp@proposaltrue} +\DeclareOption{demo}{\def\dccp@type{Demonstration}\dcp@proposaltrue} +\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} \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} } \DeclareOption{16}{% \def\dccp@publ@short{IDCC16} \def\dccp@publ@msg{The 11th \dccp@publ@long\ takes place on 22--25 February 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} } \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} + \def\dccp@type@fallback{Practice Paper} } \DeclareOption{18}{% \def\dccp@publ@short{IDCC18} \def\dccp@publ@msg{The 13th \dccp@publ@long\ takes place on 19--22 February 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} +} +\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} } \ProcessOptions\relax @@ -77,9 +91,9 @@ \LoadClass[a4paper,12pt,twoside]{article} -\usepackage{dccpaper-base} +\RequirePackage{dccpaper-base} %% -%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh +%% Copyright (C) 2018 Digital Curation Centre, University of Edinburgh %% %% %% End of file `idcc.cls'. -- cgit v1.2.3