diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper/idcc.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls index 375411d14b6..76498bb69f7 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{2015/06/22 v1.4.1} +\def\Version{2016/08/05 v1.5} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] @@ -66,6 +66,12 @@ 2016 in Amsterdam. URL: \url{http://www.dcc.ac.uk/events/idcc16/}} \def\dccp@subject{11th \dccp@publ@long, 2016} } +\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} +} \ProcessOptions\relax % @@ -92,9 +98,14 @@ \@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. % -\input{dccpaper-base} +\usepackage{dccpaper-base} %% %% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh %% <info@dcc.ac.uk> |