summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-05 22:32:58 +0000
committerKarl Berry <karl@freefriends.org>2016-08-05 22:32:58 +0000
commit480580fec13891a80df5703594143afc5580dd61 (patch)
treef892f633de77f118f113fb635f60ef174ebf546e /Master/texmf-dist/doc/latex/dccpaper/idcc.doc
parent010ac20bb5ed264d97d78d38c27a28232f9e8836 (diff)
dccpaper (5aug16)
git-svn-id: svn://tug.org/texlive/trunk@41804 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.doc19
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc b/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
index ae8164a32b6..2f31394f060 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}[2015/06/23 automatically generated with makedoc.sty]
+\ProvidesFile{idcc.doc}[2016/08/06 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{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.]
@@ -78,6 +78,12 @@ associated option for overriding the fallback definitions for
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
\end{lstlisting}
@@ -107,10 +113,17 @@ we clear it from the list of class options using
\end{lstlisting}
+The class is based on the \textsf{article} class, and uses A4 paper.
+
+\begin{lstlisting}[firstnumber=last]
+\LoadClass[a4paper,12pt,twoside]{article}
+
+\end{lstlisting}
+
The rest of the formatting happens in the following file.
\begin{lstlisting}[firstnumber=last]
-\input{dccpaper-base}
+\usepackage{dccpaper-base}
%%
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>