summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-23 18:19:20 +0000
committerKarl Berry <karl@freefriends.org>2015-06-23 18:19:20 +0000
commit94e7dfb978a1bd4455d0198c8d17938f35a78386 (patch)
tree96821c9d27a82594b7a82f2bfac8ccf56adff106 /Master/texmf-dist
parent2a28908e80aaca3ef066f84e9d219cd68b8b54aa (diff)
dccpaper (22jun15)
git-svn-id: svn://tug.org/texlive/trunk@37647 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/README2
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/README.txt2
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc36
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdfbin312572 -> 390772 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/idcc.doc37
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc6
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx137
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/dccpaper.ins4
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex30
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/dccpaper-by.eps506
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/idcc.cls33
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls4
12 files changed, 752 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/dccpaper/README b/Master/texmf-dist/doc/latex/dccpaper/README
index 3ffe5054a5d..82534a45b68 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/README
+++ b/Master/texmf-dist/doc/latex/dccpaper/README
@@ -69,7 +69,7 @@ Manual way
Licence
-------
-Copyright 2014 Digital Curation Centre, University of Edinburgh.
+Copyright 2015 Digital Curation Centre, University of Edinburgh.
This work consists of the image files dccpaper-by.eps and
dccpaper-by.pdf, the documented LaTeX file dccpaper.dtx and a Makefile.
diff --git a/Master/texmf-dist/doc/latex/dccpaper/README.txt b/Master/texmf-dist/doc/latex/dccpaper/README.txt
index 3ffe5054a5d..82534a45b68 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/README.txt
+++ b/Master/texmf-dist/doc/latex/dccpaper/README.txt
@@ -69,7 +69,7 @@ Manual way
Licence
-------
-Copyright 2014 Digital Curation Centre, University of Edinburgh.
+Copyright 2015 Digital Curation Centre, University of Edinburgh.
This work consists of the image files dccpaper-by.eps and
dccpaper-by.pdf, the documented LaTeX file dccpaper.dtx and a Makefile.
diff --git a/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc b/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
index 19e84582887..f2a5297f37a 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
+++ b/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
@@ -1,4 +1,4 @@
-\ProvidesFile{dccpaper-base.doc}[2015/01/22 automatically generated with makedoc.sty]
+\ProvidesFile{dccpaper-base.doc}[2015/06/23 automatically generated with makedoc.sty]
\begin{lstlisting}[firstnumber=1]
%%
%% This is file `dccpaper-base.tex',
@@ -16,7 +16,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\ProvidesFile{dccpaper-base.tex}
[\Version\space Common class code for IJDC and IDCC papers.]
\end{lstlisting}
@@ -119,6 +119,18 @@ needed.
\end{lstlisting}
+Pdf\TeX\ 1.40.15 introduced the facility to include dummy interword spaces
+to improve text extraction and reflow. We test for this facility and use it
+if available.
+
+\begin{lstlisting}[firstnumber=last]
+\RequirePackage{ifpdf}
+\ifpdf
+ \ifdef{\pdfinterwordspaceon}{\pdfinterwordspaceon}{}
+\fi
+
+\end{lstlisting}
+
The classes have some special metadata requirements. We start with the author
information.
@@ -233,7 +245,7 @@ space.
\begin{lstlisting}[firstnumber=last]
\ifnum\theauthorsinblock=0%
\stepcounter{block}%
- \expandafter\def\csname block\roman{block}@auth\endcsname{#1}%
+ \expandafter\def\csname block\roman{block}@auth\endcsname{\Authfont#1}%
\ifnum\theblock>1\appto\AuthorBlock{\quad}\fi
\appto\AuthorBlock{%
\stepcounter{block}%
@@ -895,11 +907,23 @@ PDF bookmarks.
\AtBeginDocument{
\@ifpackageloaded{biblatex}{%
\defbibheading{bibliography}[\refname]{\section{#1}}%
+\end{lstlisting}
+
+We also move the ‘doi:’ portion of a DOI inside the hyperlink.
+
+\begin{lstlisting}[firstnumber=last]
+ \DeclareFieldFormat{doi}{%
+ \ifhyperref{%
+ \href{http://dx.doi.org/#1}{\nolinkurl{doi:#1}}%
+ }{%
+ \nolinkurl{doi:#1}%
+ }%
+ }
}{%
\end{lstlisting}
-If \textsf{apacite} is used, we can do the same with a package option (see
-below). But there are a few other adaptations we need to make.
+If \textsf{apacite} is used, there are a few other adaptations we need to
+make.
\begin{lstlisting}[firstnumber=last]
\@ifpackageloaded{apacite}{%
@@ -1338,7 +1362,7 @@ to embed the XMP packet.
\endgroup
}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `dccpaper-base.tex'.
diff --git a/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf b/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
index 03c29c3f96d..80c989538b8 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
+++ b/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dccpaper/idcc.doc b/Master/texmf-dist/doc/latex/dccpaper/idcc.doc
index c832cb6ee59..ae8164a32b6 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/01/22 automatically generated with makedoc.sty]
+\ProvidesFile{idcc.doc}[2015/06/23 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/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{idcc}
[\Version\space Class for submissions to the International Digital Curation Conference.]
@@ -72,16 +72,47 @@ associated option for overriding the fallback definitions for
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}
+}
\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 rest of the formatting happens in the following file.
\begin{lstlisting}[firstnumber=last]
\input{dccpaper-base}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `idcc.cls'.
diff --git a/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc b/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc
index 3be00313c74..ca9bec0975b 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc
+++ b/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc
@@ -1,4 +1,4 @@
-\ProvidesFile{ijdc-v9.doc}[2015/01/22 automatically generated with makedoc.sty]
+\ProvidesFile{ijdc-v9.doc}[2015/06/23 automatically generated with makedoc.sty]
\begin{lstlisting}[firstnumber=1]
%%
%% This is file `ijdc-v9.cls',
@@ -16,7 +16,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -85,7 +85,7 @@ The rest of the formatting happens in the following file.
\begin{lstlisting}[firstnumber=last]
\input{dccpaper-base}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `ijdc-v9.cls'.
diff --git a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
index c1608026c83..0c909381d83 100644
--- a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
+++ b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%<*internal|ijdc9|idcc|base>
-\def\Version{2015/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
%</internal|ijdc9|idcc|base>
%<*internal>
\iffalse
@@ -77,7 +77,7 @@ Manual way
Licence
-------
-Copyright 2014 Digital Curation Centre, University of Edinburgh.
+Copyright 2015 Digital Curation Centre, University of Edinburgh.
This work consists of the image files dccpaper-by.eps and
dccpaper-by.pdf, the documented LaTeX file dccpaper.dtx and a Makefile.
@@ -217,9 +217,38 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
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}
+}
\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}%
+ \@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}
+
+%
% The rest of the formatting happens in the following file.
%
\input{dccpaper-base}
@@ -308,6 +337,18 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\everypar{}}
%
+% Pdf\TeX\ 1.40.15 introduced the facility to include dummy interword spaces
+% to improve text extraction and reflow. We test for this facility and use it
+% if available.
+%
+\RequirePackage{ifpdf}
+%LITERATE
+%<base>\ifpdf
+%<base> \ifdef{\pdfinterwordspaceon}{\pdfinterwordspaceon}{}
+%<base>\fi
+%<<LITERATE
+
+%
% The classes have some special metadata requirements. We start with the author
% information.
%
@@ -403,7 +444,7 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
%
\ifnum\theauthorsinblock=0%
\stepcounter{block}%
- \expandafter\def\csname block\roman{block}@auth\endcsname{#1}%
+ \expandafter\def\csname block\roman{block}@auth\endcsname{\Authfont#1}%
\ifnum\theblock>1\appto\AuthorBlock{\quad}\fi
\appto\AuthorBlock{%
\stepcounter{block}%
@@ -991,10 +1032,20 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\AtBeginDocument{
\@ifpackageloaded{biblatex}{%
\defbibheading{bibliography}[\refname]{\section{#1}}%
+%
+% We also move the ‘doi:’ portion of a DOI inside the hyperlink.
+%
+ \DeclareFieldFormat{doi}{%
+ \ifhyperref{%
+ \href{http://dx.doi.org/#1}{\nolinkurl{doi:#1}}%
+ }{%
+ \nolinkurl{doi:#1}%
+ }%
+ }
}{%
%
-% If \textsf{apacite} is used, we can do the same with a package option (see
-% below). But there are a few other adaptations we need to make.
+% If \textsf{apacite} is used, there are a few other adaptations we need to
+% make.
%
\@ifpackageloaded{apacite}{%
%
@@ -1587,7 +1638,7 @@ See: http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
<info@dcc.ac.uk>
\endpostamble
@@ -1778,12 +1829,13 @@ In some cases the class prefers to use packages that are not part of the base in
For referencing, you are encouraged to use either \textsf{biblatex} using the styles provided by \textsf{biblatex-apa} (preferred), or \textsf{apacite}.
-\section{Loading the classes}
+\section{Loading the Classes}
-The class is loaded in the usual way with
-\lstinline|\documentclass[$\subtext{options}$]{ijdc-v9}| or \lstinline|\documentclass[$\subtext{options}$]{idcc}|.
+\subsection{International Journal of Digital Curation}
-The following options are available for \textsf{ijdc-v9}:
+The class is loaded in the usual way with
+\lstinline|\documentclass[$\subtext{options}$]{ijdc-v9}|.
+The following options are available:
\begin{description}[font=\color{violet}\ttfamily]
\item[paper]
@@ -1794,7 +1846,11 @@ Use this for general (non-peer-reviewed) articles if you like, but you do not ha
Use this for an editorial.
\end{description}
-Two types of option are available for \textsf{idcc}. The first relates to the type of submission:
+\subsection{International Digital Curation Conference}
+
+The class is loaded in the usual way with
+\lstinline|\documentclass[$\subtext{options}$]{idcc}|.
+Two types of option are available. The first relates to the type of submission:
\begin{description}[font=\color{violet}\ttfamily]
\item[research]
Use this for full research papers.
@@ -1816,9 +1872,11 @@ The second type of option relates to the conference to which the submission will
\begin{description}[font=\color{violet}\ttfamily]
\item[15]
Use this for the 2015 conference.
+\item[16]
+Use this for the 2016 conference.
\end{description}
-\section{Preamble commands}
+\section{Preamble Commands}
The following commands should be given in the preamble to fill out the document metadata.
@@ -1922,7 +1980,7 @@ The number of the IJDC issue in which the submission will be published.
The year in which the submission will be published.
\end{description}
-\section{Document body}
+\section{Document Body}
When it comes to writing the body of the submission, the template should allow you to use the usual \LaTeX\ markup without much adaptation. So, for example, you would start as in Figure~\ref{fig:start-paper}.
@@ -1978,7 +2036,7 @@ Quotations should be put in a \texttt{quote} environment, wrapped in inverted co
\item
Table text should be in the \lstinline|\small| font size.
\item
-Tables should not use vertical lines to separate columns, and ideally should not use horizontal lines to separate rows in the body of the table; white space and text alignment should be sufficient. See the documentation of the \textsf{booktabs} package for more information.
+Tables should not use vertical lines to separate columns, and ideally should not use horizontal lines to separate rows in the body of the table; white space and text alignment should be sufficient. The top and bottom rules should be drawn with \lstinline|\toprule| and \lstinline|\bottomrule| respectively, with other rules drawn with \lstinline|\midrule| or \lstinline|\cmidrule|. See the documentation of the \textsf{booktabs} package for more information.
\item
Text in the body of tables should normally be left-aligned. Numeric data should be aligned at the decimal point among itself but centred with respect to the heading; the \texttt{D} column type from the \textsf{dcolumn} package and the \texttt{S} column type from the \textsf{siunitx} package are particularly useful for this.
\item
@@ -2077,6 +2135,10 @@ Any acknowledgements should be placed in a section immediately before the refere
\section{Appendix A: Change History}
\begin{description}
+\item[v1.4.1] 2014-06-22\\
+Fixed bug preventing compilation in DVI mode.
+\item[v1.4] 2015-05-22\\
+Added details of IDCC 2016. Improved whitespace handling. Fixed bug triggered by \texttt{demo} option. Fixed missing use of \lstinline|\Authfont|. Added missing DOI tweak for \textsf{biblatex-apa}.
\item[v1.3.2] 2015-01-21\\
Removed dependence on user supplying a title. Fixed bug triggered by numbered sections.
\item[v1.3.1] 2014-10-14\\
@@ -2196,9 +2258,52 @@ A makefile is provided which you can use with the Make utility:
\end{enumerate}
\newpage
-\section{Appendix D: Licence}
+\section{Appendix D: Sample Document}
+
+The following code demonstrates how to use \textsf{dccpaper} to write a IDCC conference paper.
+
+\begin{lstlisting}[frame=single]
+\documentclass[research,15]{idcc}
+
+\title{How to write a conference paper}
+\author{Alex Ball}
+\affil{Digital Curation Centre}
+\author{Fred Bloggs}
+\affil{University of Life}
+
+\submitted{1 October 2014}
+
+\usepackage[style=apa]{biblatex}
+\addbibresource{references.bib}
+\DeclareLanguageMapping{british}{british-apa}
+
+\begin{document}
+\maketitle
+
+\begin{abstract}
+Text of the abstract\dots
+\end{abstract}
+
+\section{Introduction}
+
+The text of the introduction starts here\dots
+
+\section{Conclusions}
+
+The text of the conclusions starts here\dots
+
+\section{Acknowledgements}
+
+Any acknowledgements should be placed here\dots
+
+\printbibliography
+\end{document}
+\end{lstlisting}
+
+\newpage
+\section{Appendix E: Licence}
-Copyright \textcopyright\ 2014 Digital Curation Centre, University of Edinburgh.
+Copyright \textcopyright\ 2015 Digital Curation Centre, University of Edinburgh.
This work consists of the image files dccpaper-by.eps and
dccpaper-by.pdf, the documented LaTeX file dccpaper.dtx and a Makefile.
diff --git a/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins b/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
index 635f9733827..4e64d01f5d0 100644
--- a/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
+++ b/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
@@ -30,7 +30,7 @@ See: http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
<info@dcc.ac.uk>
\endpostamble
@@ -42,7 +42,7 @@ Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
}
\endbatchfile
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `dccpaper.ins'.
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex
index 3a69afd11c8..0dfe2533106 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex
+++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\ProvidesFile{dccpaper-base.tex}
[\Version\space Common class code for IJDC and IDCC papers.]
%
@@ -98,6 +98,16 @@
\everypar{}}
%
+% Pdf\TeX\ 1.40.15 introduced the facility to include dummy interword spaces
+% to improve text extraction and reflow. We test for this facility and use it
+% if available.
+%
+\RequirePackage{ifpdf}
+\ifpdf
+ \ifdef{\pdfinterwordspaceon}{\pdfinterwordspaceon}{}
+\fi
+
+%
% The classes have some special metadata requirements. We start with the author
% information.
%
@@ -193,7 +203,7 @@
%
\ifnum\theauthorsinblock=0%
\stepcounter{block}%
- \expandafter\def\csname block\roman{block}@auth\endcsname{#1}%
+ \expandafter\def\csname block\roman{block}@auth\endcsname{\Authfont#1}%
\ifnum\theblock>1\appto\AuthorBlock{\quad}\fi
\appto\AuthorBlock{%
\stepcounter{block}%
@@ -781,10 +791,20 @@
\AtBeginDocument{
\@ifpackageloaded{biblatex}{%
\defbibheading{bibliography}[\refname]{\section{#1}}%
+%
+% We also move the ‘doi:’ portion of a DOI inside the hyperlink.
+%
+ \DeclareFieldFormat{doi}{%
+ \ifhyperref{%
+ \href{http://dx.doi.org/#1}{\nolinkurl{doi:#1}}%
+ }{%
+ \nolinkurl{doi:#1}%
+ }%
+ }
}{%
%
-% If \textsf{apacite} is used, we can do the same with a package option (see
-% below). But there are a few other adaptations we need to make.
+% If \textsf{apacite} is used, there are a few other adaptations we need to
+% make.
%
\@ifpackageloaded{apacite}{%
%
@@ -1176,7 +1196,7 @@
\endgroup
}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `dccpaper-base.tex'.
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-by.eps b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-by.eps
index 1a8ba847157..5b5c60050a6 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-by.eps
+++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-by.eps
@@ -1,4 +1,175 @@
-%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 8.0 %%AI8_CreatorVersion: 13.0.1 %%For: (Alex Roberts) () %%Title: (by.eps) %%CreationDate: 3/27/08 4:26 PM %%BoundingBox: 340 278 461 321 %%HiResBoundingBox: 340.5 278.5 460.5 320.5 %%DocumentProcessColors: Cyan Magenta Yellow Black %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 %%+ procset Adobe_ColorImage_AI6 1.3 0 %%+ procset Adobe_Illustrator_AI5 1.3 0 %%+ procset Adobe_cshow 2.0 8 %%+ procset Adobe_shading_AI8 1.0 0 %AI5_FileFormat 4.0 %AI3_ColorUsage: Color %AI3_IncludePlacedImages %AI7_ImageSettings: 1 %%CMYKProcessColor: 0.74902 0.678431 0.670588 0.901961 ([Registration]) %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) %%+ Options: 1 16 0 1 1 1 0 0 0 0 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4 %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 -1 -1 () %AI3_Cropmarks: 340.5 278.5 460.5 320.5 %AI3_TemplateBox: 400.5 299.5 400.5 299.5 %AI3_TileBox: 112 -56 688 678 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 800 600 %AI5_RulerUnits: 6 %AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI8_OpenToView: -381 756 1 1566 923 26 0 0 73 75 0 0 %AI5_OpenViewLayers: 7 %%PageOrigin:0 0 %AI7_GridSettings: 48 8 48 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI9_Flatten: 1 %AI12_CMSettings: 00.MS %AI7_Thumbnail: 128 48 8 %%BeginData: 7956 Hex Bytes %0000330000660000990000CC0033000033330033660033990033CC0033FF %0066000066330066660066990066CC0066FF009900009933009966009999 %0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 %00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 %3333663333993333CC3333FF3366003366333366663366993366CC3366FF %3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 %33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 %6600666600996600CC6600FF6633006633336633666633996633CC6633FF %6666006666336666666666996666CC6666FF669900669933669966669999 %6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 %66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF %9933009933339933669933999933CC9933FF996600996633996666996699 %9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 %99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF %CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 %CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 %CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF %CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC %FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 %FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 %FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 %000011111111220000002200000022222222440000004400000044444444 %550000005500000055555555770000007700000077777777880000008800 %000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB %DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF %00FF0000FFFFFF0000FF00FFFFFF00FFFFFF %524C45A8FD7DF827A8F8275258527D5258527D5258527D5258527D525852 %7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52 %58527D5258527D5258527D5258527D5258527D5258527D5258527D525852 %7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52 %58527D5258527D5258527D5258527DF8F8F852A87D837DA87D837DA87D83 %7DA87D837DA87D847DA87D837DA87D837DA87D837DA87D837DA87D837DA8 %7D837DA87D837DA87D837DA87D837DA87D837DA87D837DA87D837DA87D83 %7DA87D837DA883A87DA883A87DA87D837DA87D837DA87D837DA87D837DA8 %7D837DA87D837DA87D837DA87D837DA87D837DA87D837D7DF8F8FD127D83 %FD3A7DFD05525858FD297D52F8F852A87D837D837D837D837D837DA87D83 %5258275227272752527D7DA87D837D837D837D837D837D837D837D837D83 %7D837D837D837D837D837D837D837D837D837D837D837D837D837DA87D52 %2727FD05F827277D7DA87D837D837D837D837D837D837D837D837D837D83 %7D837D837D837D837D837D837D837D837D7DF8F8FD0C7D837D52FD0BF827 %2DFD2D7D5227FD0BF8275883FD247D52F8F858837D837D7D7D837D7D7DA8 %5227FD0FF8527DA87D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D %7D837D7D7D837D7D7D837D7D7D837D7D7DA82DFD04F8527DA8A8A87D52F8 %F8F82752A87D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D837D7DF8F8FD0B7D27FD06F82727525227FD07F82758 %83FD267D27F8F8F852FD08FFA827F8F8F85283FD227D52F8F858A87D837D %837D837D7DFD05F8277DFD07FFA87D27FD04F8277DA87D837D837D837D83 %7D837D837D837D837D837D837D837D837D837D837D837D837D837DA852F8 %F827A8FD04FF7D27A8FD04FF7DF8F8F852A87D837D837D837D837D837D83 %7D837D837D837D837D837D837D837D837D837D837D7DF8F8FD097DFD05F8 %7DFD0CFF7D27F8F8F827FD237D8352F8F8F8A8FD04FF7DF8F8F8A8FD04FF %7DF8F827FD217D8352F8F852A87D7D7D837D8327F8F8F827FD0FFFA852F8 %F8F8277D837D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D27F8F87DFD05FF52F8F8F8A8FD05FF52F8F8527D837D %7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047D %F8F859FD057D8327F8F8F827FD12FF52F8F8F827FD227DF8F827FD07FF27 %2752FD07FFF8F8F8FD217D52F8F852A87D837DA852F8F8F827FD14FF52F8 %F8F8587D837D837D837D837D837D837D837D837D837D837D837D837D837D %837D837DA827F8F8A8FD05FFA8527D527D52FD06FF7DF8F852A87D837D83 %7D837D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8 %FD067D27F8F8F8A8FD14FFA827F8F8F8FD207D27F827FD06FFFD06F827FD %05FFA8F8F852FD207D52F8F858837D837D58F8F8F87DFD16FF7DF8F8F852 %A87D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047D %F8F852FD06FFFD06F827FD06FF27F827837D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D837D7D7D837D7D7D837D7DF8F8FD047D8327F8F827FD %18FF27F8F827FD1E7D52F8F87DFD06FFFD06F827FD06FF52F827FD207D52 %F8F858A87DA87D27F8F87DFD05FF7D5227527DFD05FF7D52277DA8FD04FF %7DF8F8F87D7D837D837D837D837D837D837D837D837D837D837D837D837D %837D837D7DF8F87DFD06FF27FD05F852FD06FF52F827837D837D837D837D %837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD047D %52F8F8F8FD05FF27FD05F827FFFFA8FD06F852FFFFFFA8F8F8F852FD1D7D %52F8F87DFD06FFFD06F827FD06FF52F827FD1F7D8352F8F852A87DA827F8 %F827FD04FF27F8F8F82727F8F852FFF8F8F82727F8F8F87DFFFFFF27F8F8 %527D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D %7DF8F87DFD06FF52FD05F87DFD06FF27F827A87D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D837D7D7D837D7D7D83FD047DF8F8597D7D7D27F8F852 %FFFFFFA8F8F8F87DFFA82727A852F8F827A8FF7DF827A8FFFFFF52F8F827 %83FD1D7D27F852FD07FF52F8F8F87DFD06FFA827F827FD207D52F8F852A8 %7D8327F8F87DFFFFFF7DF8F827FFFFFFA8FFFF27F8F87DFFFFFFA8FD05FF %7DF8F8277D837D837D837D837D837D837D837D837D837D837D837D837D83 %7D837DA827F8F8FD07FF52F8F8F87DFD06FFA8F8F852A87D837D837D837D %837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD047D %27F8F87DFFFFFF52F8F852FD06FFF8F8F8A8FD09FF7DF8F8F8FD1E7D52F8 %F852FD06FF52F8F8F87DFD06FF27F8F8FD217D52F8F858837D8327F8F87D %FFFFFF7DF8F852FD06FF27F8F8A8FD09FF7DF8F8277D837D7D7D837D7D7D %837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D27F827A8FD05FF52 %F8F8F87DFD05FF7DF8F8527D7D7D837D7D7D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D837D7D7D837D7DF8F8FD047D27F8F852FFFFFF52F8F8 %27FFFFFF7D52FF27F8F87DFFFFFF7D7DFD04FF7DF8F827FD1E7D8352F8F8 %27FD05FF52F8F8F87DFD04FFA8F8F8F852FD217D52F8F858A87DA827F8F8 %52FD04FFF8F8F852A87DF8F8527DF8F8F87DA852F8F87DFFFFFF52F8F852 %7D837D837D837D837D837D837D837D837D837D837D837D837D837D837D83 %7DA827F8F852FD04FF52F8F8F87DFFFFFFA827F8F852A87D837D837D837D %837D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD %047D52F8F8F8FD04FF7DFD07F87DFF27FD07F8A8FFFFFF27F8F82D83FD20 %7DF8F8F8277DFFFFFFA8FFA8FFFFFF7DF8F8F827FD227D8352F8F852A87D %8352F8F8F8A8FD04FF7DFD05F8A8FFFFFF52FD04F827FD05FFF8F8F8FD04 %7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83 %7D7D27F8F8F827A8A8FFFFFFA87D27F8F8F827A87D7D7D837D7D7D837D7D %7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047DF8F859FD04 %7DF8F8F852FD06FF7D7D7DFFFFFFA8FFFFA87DA8A8FD05FF52F8F8F859FD %237D27FD06F827FD06F852FD257D52F8F852A87D837D52F8F8F8FD18FF27 %F8F827A87D837D837D837D837D837D837D837D837D837D837D837D837D83 %7D837D837D837D837DA85227FD09F8527DA87D837D837D837D837D837D83 %7D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD05 %7D52F8F8F827FD16FF52F8F8F8FD267D837D7D525227272752527D7D83FD %267D52F8F858837D837DA827F8F8F87DFD14FFA8F8F8F8277D7D7D837D7D %7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83 %7D7D7D837D847DA87D847DA87D7D7D837D7D7D837D7D7D837D7D7D837D7D %7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7DF8F8FD077DFD %04F87DFD12FFA8FD04F852FD047D837D7D7D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D %7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D %837D7D7D837D7D7DA852F8F8527D52587D847D7DFD04F87DFD10FFA8FD04 %F852A87D7D527D5258527D5258527D5258527D5258527D5258527D525852 %7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52 %58527D5258527D5258527D5258527D5258527D5258527D5258527D525852 %7D5252FD06F8277D7D7D52FD04F852FD0EFF7DFD04F827837D7DFD60F852 %7D837D52FD04F827A8FD0AFFA852FD04F827A87DA827FD61F8587D7D7D52 %FD05F82752A8A8FFA8A87D7D27FD05F8277D7D8352FD63F87D7DA87D7DFD %09F827FD07F82752A87DA858FD27F852A87DA87D2727A852F8F8527D27FD %30F8FD057D27FD0EF85258A87D8352FD28F87DFFA8A8FFA8F8A8FFF8F8FF %FFFD32F87D7D837DA87D522727FD07F827527D7D837DA85227FD28F87DFF %F8F87DFFF852FF7D7DFF27FD33F8527D837D7D7D83587DFD0552FD077D27 %FD2AF87DFF7D7DFF52F8F8A8FFFF7DFD35F82758A87DA87D847DA87DA87D %A87D837DA87D7D27FD2BF87DFF7DA8FFFFF8F827FFFF27FD37F827527D83 %7D7D7D837D7D7D837D7D5227FD2DF87DFFF8F852FF52F8F8A8A8FD3AF827 %2752527D587D587D5252FD30F87DFF7D7DA8FF27F8F8FFA8FD75F87DFD04 %A852F8F8F87DA8FDFCF8FD2EF852FD7F27FD7FFFFF %%EndData %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.2 0
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: Adobe Illustrator(R) 8.0
+%%AI8_CreatorVersion: 13.0.1
+%%For: (Alex Roberts) ()
+%%Title: (by.eps)
+%%CreationDate: 3/27/08 4:26 PM
+%%BoundingBox: 340 278 461 321
+%%HiResBoundingBox: 340.5 278.5 460.5 320.5
+%%DocumentProcessColors: Cyan Magenta Yellow Black
+%%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0
+%%+ procset Adobe_ColorImage_AI6 1.3 0
+%%+ procset Adobe_Illustrator_AI5 1.3 0
+%%+ procset Adobe_cshow 2.0 8
+%%+ procset Adobe_shading_AI8 1.0 0
+%AI5_FileFormat 4.0
+%AI3_ColorUsage: Color
+%AI3_IncludePlacedImages
+%AI7_ImageSettings: 1
+%%CMYKProcessColor: 0.74902 0.678431 0.670588 0.901961 ([Registration])
+%%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set)
+%%+ Options: 1 16 0 1 1 1 0 0 0 0 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4
+%%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 -1 -1 ()
+%AI3_Cropmarks: 340.5 278.5 460.5 320.5
+%AI3_TemplateBox: 400.5 299.5 400.5 299.5
+%AI3_TileBox: 112 -56 688 678
+%AI3_DocumentPreview: Macintosh_ColorPic
+%AI5_ArtSize: 800 600
+%AI5_RulerUnits: 6
+%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0
+%AI5_TargetResolution: 800
+%AI5_NumLayers: 1
+%AI8_OpenToView: -381 756 1 1566 923 26 0 0 73 75 0 0
+%AI5_OpenViewLayers: 7
+%%PageOrigin:0 0
+%AI7_GridSettings: 48 8 48 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9
+%AI9_Flatten: 1
+%AI12_CMSettings: 00.MS
+%AI7_Thumbnail: 128 48 8
+%%BeginData: 7956 Hex Bytes
+%0000330000660000990000CC0033000033330033660033990033CC0033FF
+%0066000066330066660066990066CC0066FF009900009933009966009999
+%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66
+%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333
+%3333663333993333CC3333FF3366003366333366663366993366CC3366FF
+%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99
+%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033
+%6600666600996600CC6600FF6633006633336633666633996633CC6633FF
+%6666006666336666666666996666CC6666FF669900669933669966669999
+%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33
+%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF
+%9933009933339933669933999933CC9933FF996600996633996666996699
+%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33
+%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF
+%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399
+%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933
+%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF
+%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC
+%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699
+%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33
+%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100
+%000011111111220000002200000022222222440000004400000044444444
+%550000005500000055555555770000007700000077777777880000008800
+%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB
+%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF
+%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF
+%524C45A8FD7DF827A8F8275258527D5258527D5258527D5258527D525852
+%7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52
+%58527D5258527D5258527D5258527D5258527D5258527D5258527D525852
+%7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52
+%58527D5258527D5258527D5258527DF8F8F852A87D837DA87D837DA87D83
+%7DA87D837DA87D847DA87D837DA87D837DA87D837DA87D837DA87D837DA8
+%7D837DA87D837DA87D837DA87D837DA87D837DA87D837DA87D837DA87D83
+%7DA87D837DA883A87DA883A87DA87D837DA87D837DA87D837DA87D837DA8
+%7D837DA87D837DA87D837DA87D837DA87D837DA87D837D7DF8F8FD127D83
+%FD3A7DFD05525858FD297D52F8F852A87D837D837D837D837D837DA87D83
+%5258275227272752527D7DA87D837D837D837D837D837D837D837D837D83
+%7D837D837D837D837D837D837D837D837D837D837D837D837D837DA87D52
+%2727FD05F827277D7DA87D837D837D837D837D837D837D837D837D837D83
+%7D837D837D837D837D837D837D837D837D7DF8F8FD0C7D837D52FD0BF827
+%2DFD2D7D5227FD0BF8275883FD247D52F8F858837D837D7D7D837D7D7DA8
+%5227FD0FF8527DA87D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D
+%7D837D7D7D837D7D7D837D7D7D837D7D7DA82DFD04F8527DA8A8A87D52F8
+%F8F82752A87D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7DF8F8FD0B7D27FD06F82727525227FD07F82758
+%83FD267D27F8F8F852FD08FFA827F8F8F85283FD227D52F8F858A87D837D
+%837D837D7DFD05F8277DFD07FFA87D27FD04F8277DA87D837D837D837D83
+%7D837D837D837D837D837D837D837D837D837D837D837D837D837DA852F8
+%F827A8FD04FF7D27A8FD04FF7DF8F8F852A87D837D837D837D837D837D83
+%7D837D837D837D837D837D837D837D837D837D837D7DF8F8FD097DFD05F8
+%7DFD0CFF7D27F8F8F827FD237D8352F8F8F8A8FD04FF7DF8F8F8A8FD04FF
+%7DF8F827FD217D8352F8F852A87D7D7D837D8327F8F8F827FD0FFFA852F8
+%F8F8277D837D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D27F8F87DFD05FF52F8F8F8A8FD05FF52F8F8527D837D
+%7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047D
+%F8F859FD057D8327F8F8F827FD12FF52F8F8F827FD227DF8F827FD07FF27
+%2752FD07FFF8F8F8FD217D52F8F852A87D837DA852F8F8F827FD14FF52F8
+%F8F8587D837D837D837D837D837D837D837D837D837D837D837D837D837D
+%837D837DA827F8F8A8FD05FFA8527D527D52FD06FF7DF8F852A87D837D83
+%7D837D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8
+%FD067D27F8F8F8A8FD14FFA827F8F8F8FD207D27F827FD06FFFD06F827FD
+%05FFA8F8F852FD207D52F8F858837D837D58F8F8F87DFD16FF7DF8F8F852
+%A87D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047D
+%F8F852FD06FFFD06F827FD06FF27F827837D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7D7D837D7D7D837D7DF8F8FD047D8327F8F827FD
+%18FF27F8F827FD1E7D52F8F87DFD06FFFD06F827FD06FF52F827FD207D52
+%F8F858A87DA87D27F8F87DFD05FF7D5227527DFD05FF7D52277DA8FD04FF
+%7DF8F8F87D7D837D837D837D837D837D837D837D837D837D837D837D837D
+%837D837D7DF8F87DFD06FF27FD05F852FD06FF52F827837D837D837D837D
+%837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD047D
+%52F8F8F8FD05FF27FD05F827FFFFA8FD06F852FFFFFFA8F8F8F852FD1D7D
+%52F8F87DFD06FFFD06F827FD06FF52F827FD1F7D8352F8F852A87DA827F8
+%F827FD04FF27F8F8F82727F8F852FFF8F8F82727F8F8F87DFFFFFF27F8F8
+%527D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D
+%7DF8F87DFD06FF52FD05F87DFD06FF27F827A87D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7D7D837D7D7D83FD047DF8F8597D7D7D27F8F852
+%FFFFFFA8F8F8F87DFFA82727A852F8F827A8FF7DF827A8FFFFFF52F8F827
+%83FD1D7D27F852FD07FF52F8F8F87DFD06FFA827F827FD207D52F8F852A8
+%7D8327F8F87DFFFFFF7DF8F827FFFFFFA8FFFF27F8F87DFFFFFFA8FD05FF
+%7DF8F8277D837D837D837D837D837D837D837D837D837D837D837D837D83
+%7D837DA827F8F8FD07FF52F8F8F87DFD06FFA8F8F852A87D837D837D837D
+%837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD047D
+%27F8F87DFFFFFF52F8F852FD06FFF8F8F8A8FD09FF7DF8F8F8FD1E7D52F8
+%F852FD06FF52F8F8F87DFD06FF27F8F8FD217D52F8F858837D8327F8F87D
+%FFFFFF7DF8F852FD06FF27F8F8A8FD09FF7DF8F8277D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D27F827A8FD05FF52
+%F8F8F87DFD05FF7DF8F8527D7D7D837D7D7D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7D7D837D7DF8F8FD047D27F8F852FFFFFF52F8F8
+%27FFFFFF7D52FF27F8F87DFFFFFF7D7DFD04FF7DF8F827FD1E7D8352F8F8
+%27FD05FF52F8F8F87DFD04FFA8F8F8F852FD217D52F8F858A87DA827F8F8
+%52FD04FFF8F8F852A87DF8F8527DF8F8F87DA852F8F87DFFFFFF52F8F852
+%7D837D837D837D837D837D837D837D837D837D837D837D837D837D837D83
+%7DA827F8F852FD04FF52F8F8F87DFFFFFFA827F8F852A87D837D837D837D
+%837D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD
+%047D52F8F8F8FD04FF7DFD07F87DFF27FD07F8A8FFFFFF27F8F82D83FD20
+%7DF8F8F8277DFFFFFFA8FFA8FFFFFF7DF8F8F827FD227D8352F8F852A87D
+%8352F8F8F8A8FD04FF7DFD05F8A8FFFFFF52FD04F827FD05FFF8F8F8FD04
+%7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83
+%7D7D27F8F8F827A8A8FFFFFFA87D27F8F8F827A87D7D7D837D7D7D837D7D
+%7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83FD047DF8F859FD04
+%7DF8F8F852FD06FF7D7D7DFFFFFFA8FFFFA87DA8A8FD05FF52F8F8F859FD
+%237D27FD06F827FD06F852FD257D52F8F852A87D837D52F8F8F8FD18FF27
+%F8F827A87D837D837D837D837D837D837D837D837D837D837D837D837D83
+%7D837D837D837D837DA85227FD09F8527DA87D837D837D837D837D837D83
+%7D837D837D837D837D837D837D837D837D837D837D837D837D7DF8F8FD05
+%7D52F8F8F827FD16FF52F8F8F8FD267D837D7D525227272752527D7D83FD
+%267D52F8F858837D837DA827F8F8F87DFD14FFA8F8F8F8277D7D7D837D7D
+%7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D83
+%7D7D7D837D847DA87D847DA87D7D7D837D7D7D837D7D7D837D7D7D837D7D
+%7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7DF8F8FD077DFD
+%04F87DFD12FFA8FD04F852FD047D837D7D7D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D
+%7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D837D7D7D
+%837D7D7D837D7D7DA852F8F8527D52587D847D7DFD04F87DFD10FFA8FD04
+%F852A87D7D527D5258527D5258527D5258527D5258527D5258527D525852
+%7D5258527D5258527D5258527D5258527D5258527D5258527D5258527D52
+%58527D5258527D5258527D5258527D5258527D5258527D5258527D525852
+%7D5252FD06F8277D7D7D52FD04F852FD0EFF7DFD04F827837D7DFD60F852
+%7D837D52FD04F827A8FD0AFFA852FD04F827A87DA827FD61F8587D7D7D52
+%FD05F82752A8A8FFA8A87D7D27FD05F8277D7D8352FD63F87D7DA87D7DFD
+%09F827FD07F82752A87DA858FD27F852A87DA87D2727A852F8F8527D27FD
+%30F8FD057D27FD0EF85258A87D8352FD28F87DFFA8A8FFA8F8A8FFF8F8FF
+%FFFD32F87D7D837DA87D522727FD07F827527D7D837DA85227FD28F87DFF
+%F8F87DFFF852FF7D7DFF27FD33F8527D837D7D7D83587DFD0552FD077D27
+%FD2AF87DFF7D7DFF52F8F8A8FFFF7DFD35F82758A87DA87D847DA87DA87D
+%A87D837DA87D7D27FD2BF87DFF7DA8FFFFF8F827FFFF27FD37F827527D83
+%7D7D7D837D7D7D837D7D5227FD2DF87DFFF8F852FF52F8F8A8A8FD3AF827
+%2752527D587D587D5252FD30F87DFF7D7DA8FF27F8F8FFA8FD75F87DFD04
+%A852F8F8F87DA8FDFCF8FD2EF852FD7F27FD7FFFFF
+%%EndData
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset Adobe_level2_AI5 1.2 0
%%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation)
%%Version: 1.2 0
%%CreationDate: (04/10/93) ()
@@ -2714,14 +2885,341 @@ end
end
defaultpacking setpacking
%%EndResource
-%%EndProlog %%BeginSetup userdict /_useSmoothShade false put userdict /_aicmykps true put userdict /_forceToCMYK true put Adobe_level2_AI5 /initialize get exec
+%%EndProlog
+%%BeginSetup
+userdict /_useSmoothShade false put
+userdict /_aicmykps true put
+userdict /_forceToCMYK true put
+Adobe_level2_AI5 /initialize get exec
Adobe_cshow /initialize get exec
Adobe_ColorImage_AI6 /initialize get exec
Adobe_shading_AI8 /initialize get exec
Adobe_Illustrator_AI5 /initialize get exec
-%AI3_BeginRider currentpacking true setpacking setpacking %AI3_EndRider %AI5_Begin_NonPrinting Np %AI8_PluginGroupInfo (Adobe Path Blends) (Adobe Blends Plugin) (LiveBlends.aip) %AI8_PluginGroupInfo (Adobe Tracing Object) (Tracing) (TracingSuite.aip) %AI8_PluginGroupInfo (Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip) %AI8_PluginGroupInfo (Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip) %AI8_PluginGroupInfo (Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip) %AI8_PluginGroupInfo (Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip) %AI8_PluginGroupInfo (Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip) %AI8_PluginGroupInfo (Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip) %AI8_PluginGroupInfo (Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (CalligBrushTool.aip) %AI8_PluginGroupInfo (Adobe Flare Plugin) (Flare) (Flare.aip) %AI8_PluginGroupInfo (Adobe Symbolism) (Adobe Symbolism) (ParticleSystem.aip) %AI8_PluginGroupInfo (Adobe Deform Plugin) (Adobe Envelope Plugin) (Envelope and Warp.aip) %AI8_PluginGroupInfo (Pathfinder Suite) (Adobe Compound Shape) (PathFinderS.aip) %AI8_PluginGroupInfo (Adobe Planar Group) (Adobe Live Paint Plugin) (Live Paint.aip) %AI5_End_NonPrinting-- %AI5_BeginPalette 0 0 Pb 0.74902 0.678431 0.670588 0.901961 ([Registration]) 0 Xs ([Registration]) Pc PB %AI5_EndPalette %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 1 0 79 128 255 0 50 Lb (svg2759) Ln 0 A u U u u 0 O 0.34902 0.231373 0.305882 0 0.666667 0.698039 0.670588 Xa 0 J 0 j 1 w 4 M []0 d 0 XR 343.6401 319.9927 m 456.9941 319.791 L 458.5781 319.791 459.9922 320.0259 459.9922 316.6309 C 459.8535 279.3018 L 340.7793 279.3018 L 340.7793 316.7695 L 340.7793 318.4438 340.9414 319.9927 343.6401 319.9927 C f *u 1 D 0.74902 0.678431 0.670588 0.901961 0 0 0 Xa 458.252 320.5 m 342.7471 320.5 L 341.5083 320.5 340.5 319.4922 340.5 318.2534 C 340.5 279.0068 L 340.5 278.7266 340.7275 278.5 341.0073 278.5 C 459.9922 278.5 L 460.2725 278.5 460.5 278.7266 460.5 279.0068 C 460.5 318.2534 L 460.5 319.4922 459.4922 320.5 458.252 320.5 C f 0 D 342.7471 319.4849 m 458.252 319.4849 L 458.9316 319.4849 459.4844 318.9326 459.4844 318.2534 C 459.4844 302.4063 459.4844 290.9775 V 376.6597 290.9775 L 373.6338 285.5068 367.8042 281.792 361.1133 281.792 c 354.4199 281.792 348.5918 285.5039 345.5674 290.9775 C 341.5151 290.9775 L 341.5151 302.4063 341.5151 318.2534 Y 341.5151 318.9326 342.0679 319.4849 342.7471 319.4849 C f *U u *u 0 0 0 0 1 1 1 Xa 414.3086 287.752 m 414.625 287.752 414.9121 287.7246 415.1738 287.6689 C 415.4336 287.6133 415.6563 287.5225 415.8418 287.3955 C 416.0273 287.2695 416.1719 287.1006 416.2744 286.8906 C 416.376 286.6797 416.4277 286.4219 416.4277 286.1113 c 416.4277 285.7773 416.3516 285.5 416.1992 285.2783 C 416.0479 285.0547 415.8223 284.873 415.5254 284.7305 C 415.9355 284.6133 416.2412 284.4082 416.4434 284.1133 c 416.6445 283.8203 416.7461 283.4648 416.7461 283.0508 c 416.7461 282.7168 416.6807 282.4277 416.5508 282.1836 C 416.4209 281.9395 416.2451 281.7402 416.0254 281.5859 C 415.8057 281.4307 415.5547 281.3164 415.2725 281.2422 C 414.9902 281.168 414.7012 281.1309 414.4033 281.1309 C 411.1875 281.1309 L 411.1875 287.752 L 414.3086 287.752 L 414.3086 287.752 L f 1 D 414.123 285.0742 m 414.3828 285.0742 414.5957 285.1367 414.7637 285.2598 C 414.9316 285.3828 415.0146 285.583 415.0146 285.8604 c 415.0146 286.0146 414.9863 286.1416 414.9316 286.2402 C 414.875 286.3389 414.8008 286.416 414.708 286.4717 C 414.6152 286.5273 414.5078 286.5664 414.3877 286.5869 c 414.2676 286.6084 414.1406 286.6191 414.0117 286.6191 C 412.6465 286.6191 L 412.6465 285.0742 L 414.123 285.0742 L f 414.208 282.2637 m 414.3506 282.2637 414.4863 282.2773 414.6172 282.3057 c 414.7461 282.334 414.8613 282.3809 414.9609 282.4443 C 415.0605 282.5098 415.1387 282.5977 415.1973 282.709 C 415.2578 282.8203 415.2861 282.9629 415.2861 283.1357 c 415.2861 283.4746 415.1895 283.7178 414.998 283.8633 C 414.8057 284.0078 414.5518 284.0801 414.2363 284.0801 C 412.6465 284.0801 L 412.6465 282.2637 L 414.208 282.2637 L f *U 0 D 417.0029 287.752 m 418.6367 287.752 L 420.1875 285.1367 L 421.7285 287.752 L 423.3516 287.752 L 420.8936 283.6719 L 420.8936 281.1309 L 419.4336 281.1309 L 419.4336 283.709 L 417.0029 287.752 L f U u 374.7539 300.894 m 374.7588 293.3643 368.6577 287.2578 361.1274 287.252 C 353.5977 287.248 347.4888 293.3477 347.4844 300.8774 C 347.4844 300.8828 347.4844 300.8882 347.4844 300.894 C 347.48 308.4238 353.5811 314.5308 361.1108 314.5352 C 368.6421 314.54 374.7495 308.4395 374.7539 300.9102 C 374.7539 300.9053 374.7539 300.8994 374.7539 300.894 C f u *u 0.74902 0.678431 0.670588 0.901961 0 0 0 Xa 372.2031 311.9985 m 375.2266 308.9751 376.7388 305.2729 376.7388 300.894 c 376.7388 296.5137 375.2529 292.8516 372.2813 289.9063 C 369.1279 286.8037 365.4004 285.2529 361.1001 285.2529 c 356.8511 285.2529 353.1885 286.791 350.1133 289.8672 C 347.0371 292.9424 345.4995 296.6182 345.4995 300.894 c 345.4995 305.1689 347.0371 308.8706 350.1133 311.9985 C 353.1104 315.0225 356.7729 316.5347 361.1001 316.5347 c 365.479 316.5347 369.1797 315.0225 372.2031 311.9985 C f 1 D 352.1484 309.9648 m 349.5923 307.3828 348.3149 304.3589 348.3149 300.8896 c 348.3149 297.4219 349.5801 294.4229 352.1094 291.8945 C 354.6396 289.3643 357.6514 288.0996 361.146 288.0996 c 364.6406 288.0996 367.6782 289.377 370.2603 291.9326 C 372.7119 294.3066 373.938 297.291 373.938 300.8896 c 373.938 304.4614 372.6919 307.4937 370.2012 309.9839 C 367.7109 312.4741 364.6924 313.7197 361.146 313.7197 c 357.5996 313.7197 354.5996 312.4678 352.1484 309.9648 C f 0 D 358.8755 302.4155 m 358.4849 303.2671 357.9004 303.6929 357.1206 303.6929 c 355.7417 303.6929 355.0527 302.7646 355.0527 300.9092 c 355.0527 299.0537 355.7417 298.127 357.1206 298.127 c 358.0308 298.127 358.6812 298.5781 359.0713 299.4834 C 360.9819 298.4658 L 360.0713 296.8477 358.7046 296.0391 356.8828 296.0391 c 355.4775 296.0391 354.3516 296.4697 353.5063 297.3301 C 352.6597 298.1914 352.2373 299.3799 352.2373 300.894 c 352.2373 302.3813 352.6733 303.5625 353.5454 304.4375 c 354.417 305.312 355.5029 305.749 356.8052 305.749 c 358.731 305.749 360.1099 304.9902 360.9438 303.4741 C 358.8755 302.4155 L f 367.8657 302.4155 m 367.4746 303.2671 366.9014 303.6929 366.146 303.6929 c 364.7397 303.6929 364.0361 302.7646 364.0361 300.9092 c 364.0361 299.0537 364.7397 298.127 366.146 298.127 c 367.0576 298.127 367.6963 298.5781 368.0605 299.4834 C 370.0142 298.4658 L 369.105 296.8477 367.7402 296.0391 365.9219 296.0391 c 364.5186 296.0391 363.395 296.4697 362.5503 297.3301 C 361.707 298.1914 361.2842 299.3799 361.2842 300.894 c 361.2842 302.3813 361.7134 303.5625 362.5708 304.4375 C 363.4277 305.312 364.5186 305.749 365.8442 305.749 c 367.7666 305.749 369.1436 304.9902 369.9746 303.4741 C 367.8657 302.4155 L f *U U /AdobeObjectMatrix (1.000000 0.000000 0.000000 1.000000 -289.615692 99.065300) XT U /AdobeObjectMatrix (0.872921 0.000000 0.000000 0.872921 50.125359 143.214401) XT u 0 0 0 0 1 1 1 Xa 416.7676 316.0215 m 422.6982 316.0215 427.5059 311.2139 427.5059 305.2832 c 427.5059 299.353 422.6982 294.5449 416.7676 294.5449 c 410.8359 294.5449 406.0273 299.353 406.0273 305.2832 c 406.0273 311.2139 410.8359 316.0215 416.7676 316.0215 c f u 1 D 0.74902 0.678431 0.670588 0.901961 0 0 0 Xa 419.875 308.3901 m 419.875 308.8042 419.5391 309.1392 419.127 309.1392 C 414.3828 309.1392 L 413.9707 309.1392 413.6348 308.8042 413.6348 308.3901 C 413.6348 303.6475 L 414.957 303.6475 L 414.957 298.0313 L 418.5518 298.0313 L 418.5518 303.6475 L 419.875 303.6475 L 419.875 308.3901 L 419.875 308.3901 L f 0 D 416.7539 313.0083 m 417.6504 313.0083 418.377 312.2817 418.377 311.3857 c 418.377 310.4897 417.6504 309.7632 416.7539 309.7632 c 415.8584 309.7632 415.1318 310.4897 415.1318 311.3857 c 415.1318 312.2817 415.8584 313.0083 416.7539 313.0083 c f U *u 1 D 416.7402 317.1143 m 413.5273 317.1143 410.8086 315.9937 408.583 313.752 C 406.2998 311.4331 405.1582 308.6885 405.1582 305.5195 c 405.1582 302.3511 406.2998 299.6255 408.583 297.3457 C 410.8672 295.0654 413.5859 293.9258 416.7402 293.9258 c 419.9336 293.9258 422.7012 295.0742 425.041 297.375 C 427.248 299.5576 428.3516 302.2729 428.3516 305.5195 c 428.3516 308.7666 427.2285 311.5103 424.9844 313.752 C 422.7383 315.9937 419.9912 317.1143 416.7402 317.1143 c f 0 D 416.7695 315.0278 m 419.4004 315.0278 421.6367 314.0996 423.4746 312.2446 C 425.332 310.4092 426.2598 308.1675 426.2598 305.5195 c 426.2598 302.853 425.3516 300.6401 423.5322 298.8818 C 421.6152 296.9883 419.3623 296.041 416.7695 296.041 c 414.1748 296.041 411.9395 296.9785 410.0645 298.8525 C 408.1855 300.7275 407.248 302.9497 407.248 305.5195 c 407.248 308.0903 408.1973 310.3315 410.0938 312.2446 C 411.9121 314.0996 414.1367 315.0278 416.7695 315.0278 c f *U U U /AdobeObjectMatrix (0.993773 0.000000 0.000000 0.993670 -177.692673 0.000001) XT U LB %AI5_EndLayer-- %AI3_BeginCrops userdict /AI3_noCropMarks known not { 0 A u u 0 R 0 G 0 J 0 j 0.5 w 4 M []0 d 0 XR 331.5 278.5 m 304.5 278.5 L S 340.5 269.5 m 340.5 242.5 L S U u 331.5 320.5 m 304.5 320.5 L S 340.5 329.5 m 340.5 356.5 L S U u 469.5 320.5 m 496.5 320.5 L S 460.5 329.5 m 460.5 356.5 L S U u 469.5 278.5 m 496.5 278.5 L S 460.5 269.5 m 460.5 242.5 L S U U } if %AI3_EndCrops %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_Illustrator_AI5 /terminate get exec
+%AI3_BeginRider
+currentpacking true setpacking
+setpacking
+%AI3_EndRider
+%AI5_Begin_NonPrinting
+Np
+%AI8_PluginGroupInfo
+(Adobe Path Blends) (Adobe Blends Plugin) (LiveBlends.aip)
+%AI8_PluginGroupInfo
+(Adobe Tracing Object) (Tracing) (TracingSuite.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (ScatterBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (ArtBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Calligraphic Brush Tool) (Adobe Calligraphic Brush Plugin) (CalligBrushTool.aip)
+%AI8_PluginGroupInfo
+(Adobe Flare Plugin) (Flare) (Flare.aip)
+%AI8_PluginGroupInfo
+(Adobe Symbolism) (Adobe Symbolism) (ParticleSystem.aip)
+%AI8_PluginGroupInfo
+(Adobe Deform Plugin) (Adobe Envelope Plugin) (Envelope and Warp.aip)
+%AI8_PluginGroupInfo
+(Pathfinder Suite) (Adobe Compound Shape) (PathFinderS.aip)
+%AI8_PluginGroupInfo
+(Adobe Planar Group) (Adobe Live Paint Plugin) (Live Paint.aip)
+%AI5_End_NonPrinting--
+%AI5_BeginPalette
+0 0 Pb
+0.74902 0.678431 0.670588 0.901961 ([Registration]) 0 Xs
+([Registration])
+Pc
+PB
+%AI5_EndPalette
+%%EndSetup
+%AI5_BeginLayer
+1 1 1 1 0 0 1 0 79 128 255 0 50 Lb
+(svg2759) Ln
+0 A
+u
+U
+u
+u
+0 O
+0.34902 0.231373 0.305882 0 0.666667 0.698039 0.670588 Xa
+0 J 0 j 1 w 4 M []0 d
+0 XR
+343.6401 319.9927 m
+456.9941 319.791 L
+458.5781 319.791 459.9922 320.0259 459.9922 316.6309 C
+459.8535 279.3018 L
+340.7793 279.3018 L
+340.7793 316.7695 L
+340.7793 318.4438 340.9414 319.9927 343.6401 319.9927 C
+f
+*u
+1 D
+0.74902 0.678431 0.670588 0.901961 0 0 0 Xa
+458.252 320.5 m
+342.7471 320.5 L
+341.5083 320.5 340.5 319.4922 340.5 318.2534 C
+340.5 279.0068 L
+340.5 278.7266 340.7275 278.5 341.0073 278.5 C
+459.9922 278.5 L
+460.2725 278.5 460.5 278.7266 460.5 279.0068 C
+460.5 318.2534 L
+460.5 319.4922 459.4922 320.5 458.252 320.5 C
+f
+0 D
+342.7471 319.4849 m
+458.252 319.4849 L
+458.9316 319.4849 459.4844 318.9326 459.4844 318.2534 C
+459.4844 302.4063 459.4844 290.9775 V
+376.6597 290.9775 L
+373.6338 285.5068 367.8042 281.792 361.1133 281.792 c
+354.4199 281.792 348.5918 285.5039 345.5674 290.9775 C
+341.5151 290.9775 L
+341.5151 302.4063 341.5151 318.2534 Y
+341.5151 318.9326 342.0679 319.4849 342.7471 319.4849 C
+f
+*U
+u
+*u
+0 0 0 0 1 1 1 Xa
+414.3086 287.752 m
+414.625 287.752 414.9121 287.7246 415.1738 287.6689 C
+415.4336 287.6133 415.6563 287.5225 415.8418 287.3955 C
+416.0273 287.2695 416.1719 287.1006 416.2744 286.8906 C
+416.376 286.6797 416.4277 286.4219 416.4277 286.1113 c
+416.4277 285.7773 416.3516 285.5 416.1992 285.2783 C
+416.0479 285.0547 415.8223 284.873 415.5254 284.7305 C
+415.9355 284.6133 416.2412 284.4082 416.4434 284.1133 c
+416.6445 283.8203 416.7461 283.4648 416.7461 283.0508 c
+416.7461 282.7168 416.6807 282.4277 416.5508 282.1836 C
+416.4209 281.9395 416.2451 281.7402 416.0254 281.5859 C
+415.8057 281.4307 415.5547 281.3164 415.2725 281.2422 C
+414.9902 281.168 414.7012 281.1309 414.4033 281.1309 C
+411.1875 281.1309 L
+411.1875 287.752 L
+414.3086 287.752 L
+414.3086 287.752 L
+f
+1 D
+414.123 285.0742 m
+414.3828 285.0742 414.5957 285.1367 414.7637 285.2598 C
+414.9316 285.3828 415.0146 285.583 415.0146 285.8604 c
+415.0146 286.0146 414.9863 286.1416 414.9316 286.2402 C
+414.875 286.3389 414.8008 286.416 414.708 286.4717 C
+414.6152 286.5273 414.5078 286.5664 414.3877 286.5869 c
+414.2676 286.6084 414.1406 286.6191 414.0117 286.6191 C
+412.6465 286.6191 L
+412.6465 285.0742 L
+414.123 285.0742 L
+f
+414.208 282.2637 m
+414.3506 282.2637 414.4863 282.2773 414.6172 282.3057 c
+414.7461 282.334 414.8613 282.3809 414.9609 282.4443 C
+415.0605 282.5098 415.1387 282.5977 415.1973 282.709 C
+415.2578 282.8203 415.2861 282.9629 415.2861 283.1357 c
+415.2861 283.4746 415.1895 283.7178 414.998 283.8633 C
+414.8057 284.0078 414.5518 284.0801 414.2363 284.0801 C
+412.6465 284.0801 L
+412.6465 282.2637 L
+414.208 282.2637 L
+f
+*U
+0 D
+417.0029 287.752 m
+418.6367 287.752 L
+420.1875 285.1367 L
+421.7285 287.752 L
+423.3516 287.752 L
+420.8936 283.6719 L
+420.8936 281.1309 L
+419.4336 281.1309 L
+419.4336 283.709 L
+417.0029 287.752 L
+f
+U
+u
+374.7539 300.894 m
+374.7588 293.3643 368.6577 287.2578 361.1274 287.252 C
+353.5977 287.248 347.4888 293.3477 347.4844 300.8774 C
+347.4844 300.8828 347.4844 300.8882 347.4844 300.894 C
+347.48 308.4238 353.5811 314.5308 361.1108 314.5352 C
+368.6421 314.54 374.7495 308.4395 374.7539 300.9102 C
+374.7539 300.9053 374.7539 300.8994 374.7539 300.894 C
+f
+u
+*u
+0.74902 0.678431 0.670588 0.901961 0 0 0 Xa
+372.2031 311.9985 m
+375.2266 308.9751 376.7388 305.2729 376.7388 300.894 c
+376.7388 296.5137 375.2529 292.8516 372.2813 289.9063 C
+369.1279 286.8037 365.4004 285.2529 361.1001 285.2529 c
+356.8511 285.2529 353.1885 286.791 350.1133 289.8672 C
+347.0371 292.9424 345.4995 296.6182 345.4995 300.894 c
+345.4995 305.1689 347.0371 308.8706 350.1133 311.9985 C
+353.1104 315.0225 356.7729 316.5347 361.1001 316.5347 c
+365.479 316.5347 369.1797 315.0225 372.2031 311.9985 C
+f
+1 D
+352.1484 309.9648 m
+349.5923 307.3828 348.3149 304.3589 348.3149 300.8896 c
+348.3149 297.4219 349.5801 294.4229 352.1094 291.8945 C
+354.6396 289.3643 357.6514 288.0996 361.146 288.0996 c
+364.6406 288.0996 367.6782 289.377 370.2603 291.9326 C
+372.7119 294.3066 373.938 297.291 373.938 300.8896 c
+373.938 304.4614 372.6919 307.4937 370.2012 309.9839 C
+367.7109 312.4741 364.6924 313.7197 361.146 313.7197 c
+357.5996 313.7197 354.5996 312.4678 352.1484 309.9648 C
+f
+0 D
+358.8755 302.4155 m
+358.4849 303.2671 357.9004 303.6929 357.1206 303.6929 c
+355.7417 303.6929 355.0527 302.7646 355.0527 300.9092 c
+355.0527 299.0537 355.7417 298.127 357.1206 298.127 c
+358.0308 298.127 358.6812 298.5781 359.0713 299.4834 C
+360.9819 298.4658 L
+360.0713 296.8477 358.7046 296.0391 356.8828 296.0391 c
+355.4775 296.0391 354.3516 296.4697 353.5063 297.3301 C
+352.6597 298.1914 352.2373 299.3799 352.2373 300.894 c
+352.2373 302.3813 352.6733 303.5625 353.5454 304.4375 c
+354.417 305.312 355.5029 305.749 356.8052 305.749 c
+358.731 305.749 360.1099 304.9902 360.9438 303.4741 C
+358.8755 302.4155 L
+f
+367.8657 302.4155 m
+367.4746 303.2671 366.9014 303.6929 366.146 303.6929 c
+364.7397 303.6929 364.0361 302.7646 364.0361 300.9092 c
+364.0361 299.0537 364.7397 298.127 366.146 298.127 c
+367.0576 298.127 367.6963 298.5781 368.0605 299.4834 C
+370.0142 298.4658 L
+369.105 296.8477 367.7402 296.0391 365.9219 296.0391 c
+364.5186 296.0391 363.395 296.4697 362.5503 297.3301 C
+361.707 298.1914 361.2842 299.3799 361.2842 300.894 c
+361.2842 302.3813 361.7134 303.5625 362.5708 304.4375 C
+363.4277 305.312 364.5186 305.749 365.8442 305.749 c
+367.7666 305.749 369.1436 304.9902 369.9746 303.4741 C
+367.8657 302.4155 L
+f
+*U
+U
+/AdobeObjectMatrix (1.000000 0.000000 0.000000 1.000000 -289.615692 99.065300) XT
+U
+/AdobeObjectMatrix (0.872921 0.000000 0.000000 0.872921 50.125359 143.214401) XT
+u
+0 0 0 0 1 1 1 Xa
+416.7676 316.0215 m
+422.6982 316.0215 427.5059 311.2139 427.5059 305.2832 c
+427.5059 299.353 422.6982 294.5449 416.7676 294.5449 c
+410.8359 294.5449 406.0273 299.353 406.0273 305.2832 c
+406.0273 311.2139 410.8359 316.0215 416.7676 316.0215 c
+f
+u
+1 D
+0.74902 0.678431 0.670588 0.901961 0 0 0 Xa
+419.875 308.3901 m
+419.875 308.8042 419.5391 309.1392 419.127 309.1392 C
+414.3828 309.1392 L
+413.9707 309.1392 413.6348 308.8042 413.6348 308.3901 C
+413.6348 303.6475 L
+414.957 303.6475 L
+414.957 298.0313 L
+418.5518 298.0313 L
+418.5518 303.6475 L
+419.875 303.6475 L
+419.875 308.3901 L
+419.875 308.3901 L
+f
+0 D
+416.7539 313.0083 m
+417.6504 313.0083 418.377 312.2817 418.377 311.3857 c
+418.377 310.4897 417.6504 309.7632 416.7539 309.7632 c
+415.8584 309.7632 415.1318 310.4897 415.1318 311.3857 c
+415.1318 312.2817 415.8584 313.0083 416.7539 313.0083 c
+f
+U
+*u
+1 D
+416.7402 317.1143 m
+413.5273 317.1143 410.8086 315.9937 408.583 313.752 C
+406.2998 311.4331 405.1582 308.6885 405.1582 305.5195 c
+405.1582 302.3511 406.2998 299.6255 408.583 297.3457 C
+410.8672 295.0654 413.5859 293.9258 416.7402 293.9258 c
+419.9336 293.9258 422.7012 295.0742 425.041 297.375 C
+427.248 299.5576 428.3516 302.2729 428.3516 305.5195 c
+428.3516 308.7666 427.2285 311.5103 424.9844 313.752 C
+422.7383 315.9937 419.9912 317.1143 416.7402 317.1143 c
+f
+0 D
+416.7695 315.0278 m
+419.4004 315.0278 421.6367 314.0996 423.4746 312.2446 C
+425.332 310.4092 426.2598 308.1675 426.2598 305.5195 c
+426.2598 302.853 425.3516 300.6401 423.5322 298.8818 C
+421.6152 296.9883 419.3623 296.041 416.7695 296.041 c
+414.1748 296.041 411.9395 296.9785 410.0645 298.8525 C
+408.1855 300.7275 407.248 302.9497 407.248 305.5195 c
+407.248 308.0903 408.1973 310.3315 410.0938 312.2446 C
+411.9121 314.0996 414.1367 315.0278 416.7695 315.0278 c
+f
+*U
+U
+U
+/AdobeObjectMatrix (0.993773 0.000000 0.000000 0.993670 -177.692673 0.000001) XT
+U
+LB
+%AI5_EndLayer--
+%AI3_BeginCrops
+userdict /AI3_noCropMarks known not {
+0 A
+u
+u
+0 R
+0 G
+0 J 0 j 0.5 w 4 M []0 d
+0 XR
+331.5 278.5 m
+304.5 278.5 L
+S
+340.5 269.5 m
+340.5 242.5 L
+S
+U
+u
+331.5 320.5 m
+304.5 320.5 L
+S
+340.5 329.5 m
+340.5 356.5 L
+S
+U
+u
+469.5 320.5 m
+496.5 320.5 L
+S
+460.5 329.5 m
+460.5 356.5 L
+S
+U
+u
+469.5 278.5 m
+496.5 278.5 L
+S
+460.5 269.5 m
+460.5 242.5 L
+S
+U
+U
+} if
+%AI3_EndCrops
+%%PageTrailer
+gsave annotatepage grestore showpage
+%%Trailer
+Adobe_Illustrator_AI5 /terminate get exec
Adobe_shading_AI8 /terminate get exec
Adobe_ColorImage_AI6 /terminate get exec
Adobe_cshow /terminate get exec
Adobe_level2_AI5 /terminate get exec
-%%EOF \ No newline at end of file
+%%EOF
diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
index f068c6e3e5f..375411d14b6 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/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{idcc}
[\Version\space Class for submissions to the International Digital Curation Conference.]
@@ -60,14 +60,43 @@
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}
+}
\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}%
+ \@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}
+
+%
% The rest of the formatting happens in the following file.
%
\input{dccpaper-base}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `idcc.cls'.
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
index dde06774f94..64582b3a40a 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
+++ b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/01/21 v1.3.2}
+\def\Version{2015/06/22 v1.4.1}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -73,7 +73,7 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
%
\input{dccpaper-base}
%%
-%% Copyright (C) 2014 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
%% End of file `ijdc-v9.cls'.