From 9ab24c2fa86085fd1132482cf6ec9452812cece7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Oct 2017 20:03:58 +0000 Subject: dccpaper (20oct17) git-svn-id: svn://tug.org/texlive/trunk@45563 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 42 +++++---------------------- 1 file changed, 7 insertions(+), 35 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 76498bb69f7..365b8ad2823 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls +++ b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls @@ -14,34 +14,17 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2016/08/05 v1.5} +\def\Version{2017/10/20 v1.6} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] -% -% These definitions are used to fill out the headers and footers. -% The ones for |\dccp@publ@short| and |\dccp@publ@msg| are a fallback, -% defined here but ordinarily overridden using a package option. -% \def\dccp@publ@long{International Digital Curation Conference} \def\dccp@publ@short{IDCC} \def\dccp@publ@msg{The \dccp@publ@long\ takes place on [TBC] in [TBC]. URL: \url{http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc}} -% -% |\dccp@subject| will be used for the PDF subject. The value here is again a -% fallback, ordinarily overridden using a package option. -% \def\dccp@subject{\dccp@publ@long} -% -% Paper type is recorded in |\def\dccp@type|. The values can be -% `Research Paper', `Practice Paper', `Poster', `Demonstration', or `Workshop'. -% \def\dccp@type{Practice Paper} -% -% These options set the value of |\def\dccp@type| appropriately. -% The |practice| option is redundant, but included for symmetry. -% \DeclareOption{research}{\def\dccp@type{Research Paper}} \DeclareOption{data}{\def\dccp@type{Data Paper}} \DeclareOption{poster}{\def\dccp@type{Poster}} @@ -49,11 +32,6 @@ \DeclareOption{bof}{\def\dccp@type{Birds of a Feather}} \DeclareOption{workshop}{\def\dccp@type{Workshop}} \DeclareOption{practice}{\def\dccp@type{Practice Paper}} -% -% The details for each conference are slightly different, so they each have an -% associated option for overriding the fallback definitions for -% |\dccp@publ@short|, |\dccp@publ@msg| and |\dccp@subject|. -% \DeclareOption{15}{% \def\dccp@publ@short{IDCC15} \def\dccp@publ@msg{The 10th \dccp@publ@long\ takes place on 9--12 February @@ -72,14 +50,14 @@ 2017 in Edinburgh. URL: \url{http://www.dcc.ac.uk/events/idcc17/}} \def\dccp@subject{12th \dccp@publ@long, 2017} } +\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} +} \ProcessOptions\relax -% -% The |demo| option, if passed, would be passed on to the \textsf{graphics} -% package wreaking havoc with each and every included image. To avoid this, -% we clear it from the list of class options using -% \href{http://tex.stackexchange.com/q/33245}{code from Enrico Gregorio}. -% \def\@clearglobaloption#1{% \def\@tempa{#1}% \def\@tempb{\@gobble}% @@ -97,14 +75,8 @@ } \@clearglobaloption{demo} -% -% The class is based on the \textsf{article} class, and uses A4 paper. -% \LoadClass[a4paper,12pt,twoside]{article} -% -% The rest of the formatting happens in the following file. -% \usepackage{dccpaper-base} %% %% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh -- cgit v1.2.3