diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-08 21:23:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-08 21:23:59 +0000 |
commit | 811a25516a4454cdba0b70f9c45da1552cad1308 (patch) | |
tree | 1b415698367f87cd3075b5e7dd3d4f356d3085b1 /Master/texmf-dist/doc/latex/dccpaper/idcc.doc | |
parent | 46ae0a333719b6dc93255c9b2fcf81f0174c4259 (diff) |
dccpaper (8aug14)
git-svn-id: svn://tug.org/texlive/trunk@34876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dccpaper/idcc.doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/dccpaper/idcc.doc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc b/Master/texmf-dist/doc/latex/dccpaper/idcc.doc index c888a600b92..867b7088105 100644 --- a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc +++ b/Master/texmf-dist/doc/latex/dccpaper/idcc.doc @@ -1,4 +1,4 @@ -\ProvidesFile{idcc.doc}[2014/04/23 automatically generated with makedoc.sty] +\ProvidesFile{idcc.doc}[2014/08/08 automatically generated with makedoc.sty] \begin{lstlisting}[firstnumber=1] %% %% This is file `idcc.cls', @@ -16,7 +16,7 @@ %% See: http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% -\def\Version{2014/04/11 v1.2} +\def\Version{2014/08/07 v1.3} \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{idcc} [\Version\space Class for submissions to the International Digital Curation Conference.] @@ -53,8 +53,10 @@ The |practice| option is redundant, but included for symmetry. \begin{lstlisting}[firstnumber=last] \DeclareOption{research}{\def\dccp@type{Research Paper}} +\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}} \end{lstlisting} @@ -66,8 +68,8 @@ associated option for overriding the fallback definitions for \begin{lstlisting}[firstnumber=last] \DeclareOption{15}{% \def\dccp@publ@short{IDCC15} - \def\dccp@publ@msg{The 10th \dccp@publ@long\ takes place on [TBC] in [TBC]. - URL: \url{http://www.dcc.ac.uk/events/idcc15/}} + \def\dccp@publ@msg{The 10th \dccp@publ@long\ takes place on 9--12 February + 2014 in London. URL: \url{http://www.dcc.ac.uk/events/idcc15/}} \def\dccp@subject{10th \dccp@publ@long, 2015} } \ProcessOptions\relax |