diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-03 21:05:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-03 21:05:53 +0000 |
commit | 30c0a7e937262deb33c9d2df7323349ab24cabb9 (patch) | |
tree | d34e47a5f8df08578dbe4ef7384e72b061c76ff6 /Master/texmf-dist/tex/latex/dccpaper/idcc.cls | |
parent | d7405477b5490f2081dff1cf8060d9e6d4c44ac7 (diff) |
dccpaper (3may18)
git-svn-id: svn://tug.org/texlive/trunk@47600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper/idcc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 32 |
1 files changed, 23 insertions, 9 deletions
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 %% <info@dcc.ac.uk> %% %% End of file `idcc.cls'. |