summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/dccpaper/idcc.doc')
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/idcc.doc133
1 files changed, 0 insertions, 133 deletions
diff --git a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc b/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
deleted file mode 100644
index 2f31394f060..00000000000
--- a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
+++ /dev/null
@@ -1,133 +0,0 @@
-\ProvidesFile{idcc.doc}[2016/08/06 automatically generated with makedoc.sty]
-\begin{lstlisting}[firstnumber=1]
-%%
-%% This is file `idcc.cls',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% dccpaper.dtx (with options: `idcc')
-%%
-%% ----------------------------------------------------------------
-%% The dccpaper bundle: Classes for submissions to IJDC and IDCC
-%% Author: Alex Ball
-%% E-mail: a.ball@ukoln.ac.uk
-%% License: Released under the LaTeX Project Public License v1.3c or later
-%% See: http://www.latex-project.org/lppl.txt
-%% ----------------------------------------------------------------
-%%
-\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.]
-\end{lstlisting}
-
-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.
-
-\begin{lstlisting}[firstnumber=last]
-\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}}
-\end{lstlisting}
-
-|\dccp@subject| will be used for the PDF subject. The value here is again a
-fallback, ordinarily overridden using a package option.
-
-\begin{lstlisting}[firstnumber=last]
-\def\dccp@subject{\dccp@publ@long}
-
-\end{lstlisting}
-
-Paper type is recorded in |\def\dccp@type|. The values can be
-`Research Paper', `Practice Paper', `Poster', `Demonstration', or `Workshop'.
-
-\begin{lstlisting}[firstnumber=last]
-\def\dccp@type{Practice Paper}
-\end{lstlisting}
-
-These options set the value of |\def\dccp@type| appropriately.
-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}
-
-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|.
-
-\begin{lstlisting}[firstnumber=last]
-\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}
-}
-\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}
-}
-\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}
-
-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}.
-
-\begin{lstlisting}[firstnumber=last]
-\def\@clearglobaloption#1{%
- \def\@tempa{#1}%
- \def\@tempb{\@gobble}%
- \@for\next:=\@classoptionslist\do{%
- \ifx\next\@tempa
- \message{Option \next\space has been hidden from subsequent packages}%
- \else
- \edef\@tempb{\@tempb,\next}%
- \fi
- }%
- \let\@classoptionslist\@tempb
- \expandafter\ifx\@tempb\@gobble
- \let\@classoptionslist\@empty
- \fi
-}
-\@clearglobaloption{demo}
-
-\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]
-\usepackage{dccpaper-base}
-%%
-%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
-%% <info@dcc.ac.uk>
-%%
-%% End of file `idcc.cls'.
-
-\end{lstlisting}