summaryrefslogtreecommitdiff
path: root/Master
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
parent010ac20bb5ed264d97d78d38c27a28232f9e8836 (diff)
dccpaper (5aug16)
git-svn-id: svn://tug.org/texlive/trunk@41804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/README95
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/README.md85
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/README.txt95
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc20
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdfbin390772 -> 392201 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/idcc.doc19
-rw-r--r--Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc15
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/Makefile50
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx190
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/dccpaper.ins2
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty (renamed from Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex)16
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/idcc.cls15
-rw-r--r--Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls11
13 files changed, 276 insertions, 337 deletions
diff --git a/Master/texmf-dist/doc/latex/dccpaper/README b/Master/texmf-dist/doc/latex/dccpaper/README
deleted file mode 100644
index 82534a45b68..00000000000
--- a/Master/texmf-dist/doc/latex/dccpaper/README
+++ /dev/null
@@ -1,95 +0,0 @@
-The dccpaper bundle: LaTeX classes for submissions to IJDC and IDCC
-===================================================================
-
-The dccpaper bundle consists of two very similar classes.
-
-ijdc-v9.cls corresponds to the template used by the `International
-Journal of Digital Curation`_, beginning with volume 9.
-
-idcc.cls corresponds to the template used for the `International Digital
-Curation Conference`_, beginning with IDCC15.
-
-As the classes are so similar, their common features are abstracted out
-into dccpaper-base.tex, which should be installed in the runtime tex
-directory, rather than with the documentation.
-
-The classes are suitable for submissions to the respective review
-boards, but can also be used to produce the final camera-ready papers.
-
-Installation
-------------
-
-Managed way
-~~~~~~~~~~~
-
-The latest stable release of the dccpaper bundle has been packaged for
-TeX Live and MiKTeX. If you are running TeX Live and have ``tlmgr``
-installed, you can install the bundle simply by running
-``tlmgr install dccpaper``. If you are running MiKTeX, you can install
-the bundle by running ``mpm --install=dccpaper``. Both ``tlmgr`` and
-``mpm`` have GUI versions that you might find friendlier.
-
-Automated way
-~~~~~~~~~~~~~
-
-A makefile is provided which you can use with the Make utility:
-
-- Running ``make`` generates the derived files
-
- - README
- - dccpaper.pdf
- - ijdc-v9.cls
- - idcc.cls
- - dccpaper-base.tex
- - dccpaper-apacite.bib
- - dccpaper-biblatex.bib
-
-- Running ``make inst`` installs the files in the user's TeX tree.
-- Running ``make install`` installs the files in the local TeX tree.
-
-Manual way
-~~~~~~~~~~
-
-1. Compile dccpaper.dtx just as you would a normal LaTeX file. Bear in
- mind the documentation requires the Biblatex package and the Biber
- tool rather than regular BibTeX. As well as the usual PDF (or DVI)
- and auxiliary files, several others are generated.
-2. Rename README.txt to README (if you like).
-3. Move the files to your TeX tree as follows:
-
- - ``source/latex/dccpaper``: dccpaper.dtx, dccpaper.ins
- - ``tex/latex/dccpaper``: ijdc-v9.cls, idcc.cls, dccpaper-base.tex,
- dccpaper-by.eps, dccpaper-by.pdf
- - ``doc/latex/dccpaper``: dccpaper.pdf, dccpaper-apacite.bib,
- dccpaper-biblatex.bib, README
-
-4. You may then have to update your installation's file name database
- before TeX and friends can see the files.
-
-Licence
--------
-
-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.
-
-The text files contained in this work may be distributed and/or modified
-under the conditions of the `LaTeX Project Public License (LPPL)`_,
-either version 1.3c of this license or (at your option) any later
-version.
-
-The image files distributed with this bundle derive from the file
-`by.eps`_ distributed by Creative Commons. The image is a trademark of
-Creative Commons and is subject to the `Creative Commons trademark
-policy`_.
-
-This work is "maintained" (as per LPPL maintenance status) by `Alex
-Ball`_.
-
-.. _International Journal of Digital Curation: http://www.ijdc.net/index.php/ijdc
-.. _International Digital Curation Conference: http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc
-.. _LaTeX Project Public License (LPPL): http://www.latex-project.org/lppl.txt
-.. _by.eps: http://mirrors.creativecommons.org/presskit/buttons/88x31/eps/by.eps
-.. _Creative Commons trademark policy: http://creativecommons.org/policies
-.. _Alex Ball: http://alexball.me.uk/
diff --git a/Master/texmf-dist/doc/latex/dccpaper/README.md b/Master/texmf-dist/doc/latex/dccpaper/README.md
new file mode 100644
index 00000000000..c32b72da19d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dccpaper/README.md
@@ -0,0 +1,85 @@
+# The dccpaper bundle: LaTeX classes for submissions to IJDC and IDCC
+
+The dccpaper bundle consists of two very similar classes.
+
+ijdc-v9.cls corresponds to the template used by the [International
+Journal of Digital Curation], beginning with volume 9.
+
+idcc.cls corresponds to the template used for the [International Digital
+Curation Conference], beginning with IDCC15.
+
+As the classes are so similar, their common features are abstracted out
+into dccpaper-base.sty; please do not attempt to use this package
+independently of the above classes.
+
+The classes are suitable for submissions to the respective review
+boards, but can also be used to produce the final camera-ready papers.
+
+## Installation
+
+### Managed way
+
+The latest stable release of the dccpaper bundle has been packaged for
+TeX Live and MiKTeX. If you are running TeX Live and have `tlmgr`
+installed, you can install the bundle simply by running
+`tlmgr install dccpaper`. If you are running MiKTeX, you can install the
+bundle by running `mpm --install=dccpaper`. Both `tlmgr` and `mpm` have
+GUI versions that you might find friendlier.
+
+### Automated way
+
+A makefile is provided which you can use with the Make utility:
+
+ * Running `make` generates the derived files
+ - README.md
+ - dccpaper.pdf
+ - ijdc-v9.cls
+ - idcc.cls
+ - dccpaper-base.sty
+ - dccpaper-apacite.bib
+ - dccpaper-biblatex.bib
+ * Running `make inst` installs the files in the user's TeX tree.
+ * Running `make install` installs the files in the local TeX tree.
+
+### Manual way
+
+ 1. Compile dccpaper.dtx just as you would a normal LaTeX file. Bear in
+ mind the documentation requires the Biblatex package and the Biber
+ tool rather than regular BibTeX. As well as the usual PDF (or DVI)
+ and auxiliary files, several others are generated.
+ 2. Move the files to your TeX tree as follows:
+ - `source/latex/dccpaper`: dccpaper.dtx, dccpaper.ins
+ - `tex/latex/dccpaper`: ijdc-v9.cls, idcc.cls, dccpaper-base.sty,
+ dccpaper-by.eps, dccpaper-by.pdf
+ - `doc/latex/dccpaper`: dccpaper.pdf, dccpaper-apacite.bib,
+ dccpaper-biblatex.bib, README.md
+
+ 3. You may then have to update your installation's file name database
+ before TeX and friends can see the files.
+
+## Licence
+
+Copyright 2016 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.
+
+The text files contained in this work may be distributed and/or modified
+under the conditions of the [LaTeX Project Public License (LPPL)],
+either version 1.3c of this license or (at your option) any later
+version.
+
+The image files distributed with this bundle derive from the file
+[by.eps] distributed by Creative Commons. The image is a trademark of
+Creative Commons and is subject to the [Creative Commons trademark
+policy].
+
+This work is "maintained" (as per LPPL maintenance status) by [Alex
+Ball].
+
+[International Journal of Digital Curation]: http://www.ijdc.net/index.php/ijdc
+[International Digital Curation Conference]: http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc
+[LaTeX Project Public License (LPPL)]: http://www.latex-project.org/lppl.txt
+[by.eps]: http://mirrors.creativecommons.org/presskit/buttons/88x31/eps/by.eps
+[Creative Commons trademark policy]: http://creativecommons.org/policies
+[Alex Ball]: http://alexball.me.uk/
diff --git a/Master/texmf-dist/doc/latex/dccpaper/README.txt b/Master/texmf-dist/doc/latex/dccpaper/README.txt
deleted file mode 100644
index 82534a45b68..00000000000
--- a/Master/texmf-dist/doc/latex/dccpaper/README.txt
+++ /dev/null
@@ -1,95 +0,0 @@
-The dccpaper bundle: LaTeX classes for submissions to IJDC and IDCC
-===================================================================
-
-The dccpaper bundle consists of two very similar classes.
-
-ijdc-v9.cls corresponds to the template used by the `International
-Journal of Digital Curation`_, beginning with volume 9.
-
-idcc.cls corresponds to the template used for the `International Digital
-Curation Conference`_, beginning with IDCC15.
-
-As the classes are so similar, their common features are abstracted out
-into dccpaper-base.tex, which should be installed in the runtime tex
-directory, rather than with the documentation.
-
-The classes are suitable for submissions to the respective review
-boards, but can also be used to produce the final camera-ready papers.
-
-Installation
-------------
-
-Managed way
-~~~~~~~~~~~
-
-The latest stable release of the dccpaper bundle has been packaged for
-TeX Live and MiKTeX. If you are running TeX Live and have ``tlmgr``
-installed, you can install the bundle simply by running
-``tlmgr install dccpaper``. If you are running MiKTeX, you can install
-the bundle by running ``mpm --install=dccpaper``. Both ``tlmgr`` and
-``mpm`` have GUI versions that you might find friendlier.
-
-Automated way
-~~~~~~~~~~~~~
-
-A makefile is provided which you can use with the Make utility:
-
-- Running ``make`` generates the derived files
-
- - README
- - dccpaper.pdf
- - ijdc-v9.cls
- - idcc.cls
- - dccpaper-base.tex
- - dccpaper-apacite.bib
- - dccpaper-biblatex.bib
-
-- Running ``make inst`` installs the files in the user's TeX tree.
-- Running ``make install`` installs the files in the local TeX tree.
-
-Manual way
-~~~~~~~~~~
-
-1. Compile dccpaper.dtx just as you would a normal LaTeX file. Bear in
- mind the documentation requires the Biblatex package and the Biber
- tool rather than regular BibTeX. As well as the usual PDF (or DVI)
- and auxiliary files, several others are generated.
-2. Rename README.txt to README (if you like).
-3. Move the files to your TeX tree as follows:
-
- - ``source/latex/dccpaper``: dccpaper.dtx, dccpaper.ins
- - ``tex/latex/dccpaper``: ijdc-v9.cls, idcc.cls, dccpaper-base.tex,
- dccpaper-by.eps, dccpaper-by.pdf
- - ``doc/latex/dccpaper``: dccpaper.pdf, dccpaper-apacite.bib,
- dccpaper-biblatex.bib, README
-
-4. You may then have to update your installation's file name database
- before TeX and friends can see the files.
-
-Licence
--------
-
-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.
-
-The text files contained in this work may be distributed and/or modified
-under the conditions of the `LaTeX Project Public License (LPPL)`_,
-either version 1.3c of this license or (at your option) any later
-version.
-
-The image files distributed with this bundle derive from the file
-`by.eps`_ distributed by Creative Commons. The image is a trademark of
-Creative Commons and is subject to the `Creative Commons trademark
-policy`_.
-
-This work is "maintained" (as per LPPL maintenance status) by `Alex
-Ball`_.
-
-.. _International Journal of Digital Curation: http://www.ijdc.net/index.php/ijdc
-.. _International Digital Curation Conference: http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc
-.. _LaTeX Project Public License (LPPL): http://www.latex-project.org/lppl.txt
-.. _by.eps: http://mirrors.creativecommons.org/presskit/buttons/88x31/eps/by.eps
-.. _Creative Commons trademark policy: http://creativecommons.org/policies
-.. _Alex Ball: http://alexball.me.uk/
diff --git a/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc b/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
index f2a5297f37a..0c5ece0e8f1 100644
--- a/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
+++ b/Master/texmf-dist/doc/latex/dccpaper/dccpaper-base.doc
@@ -1,7 +1,7 @@
-\ProvidesFile{dccpaper-base.doc}[2015/06/23 automatically generated with makedoc.sty]
+\ProvidesFile{dccpaper-base.doc}[2016/08/06 automatically generated with makedoc.sty]
\begin{lstlisting}[firstnumber=1]
%%
-%% This is file `dccpaper-base.tex',
+%% This is file `dccpaper-base.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
@@ -16,19 +16,13 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/06/22 v1.4.1}
-\ProvidesFile{dccpaper-base.tex}
+\def\Version{2016/08/05 v1.5}
+\ProvidesPackage{dccpaper-base.sty}
[\Version\space Common class code for IJDC and IDCC papers.]
\end{lstlisting}
-The \textsf{dccpaper} classes are deliberately very similar. This file
-contains the common code. All the classes are based on the \textsf{article}
-class, and use A4 paper.
-
-\begin{lstlisting}[firstnumber=last]
-\LoadClass[a4paper,12pt,twoside]{article}
-
-\end{lstlisting}
+The \textsf{dccpaper} classes are deliberately very similar. This package
+contains the common code.
We use British English orthography.
@@ -1365,6 +1359,6 @@ to embed the XMP packet.
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
-%% End of file `dccpaper-base.tex'.
+%% End of file `dccpaper-base.sty'.
\end{lstlisting}
diff --git a/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf b/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
index 80c989538b8..590f79bf7ca 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 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>
diff --git a/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc b/Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc
index ca9bec0975b..9c62d23bdb4 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/06/23 automatically generated with makedoc.sty]
+\ProvidesFile{ijdc-v9.doc}[2016/08/06 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/06/22 v1.4.1}
+\def\Version{2016/08/05 v1.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -50,7 +50,7 @@ The |article| option is redundant, but included for symmetry.
\end{lstlisting}
These definitions are used to fill out the headers and footers. They include
-some details that are defined in \textsf{dccpaper-base.tex} and provided by
+some details that are defined in \textsf{dccpaper-base.sty} and provided by
the user: |\thedate|, |\thevolume|, |\theissue|, |\thelastpage|, |\thedoi|.
\begin{lstlisting}[firstnumber=last]
@@ -80,10 +80,17 @@ and the issue.
\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>
diff --git a/Master/texmf-dist/source/latex/dccpaper/Makefile b/Master/texmf-dist/source/latex/dccpaper/Makefile
index 82c9bf97151..77a2798dfb6 100644
--- a/Master/texmf-dist/source/latex/dccpaper/Makefile
+++ b/Master/texmf-dist/source/latex/dccpaper/Makefile
@@ -6,38 +6,52 @@ TDIR = $(TEMP)/$(NAME)
VERS = $(shell ltxfileinfo -v $(NAME).dtx)
LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)
UTREE = $(shell kpsewhich --var-value TEXMFHOME)
+
+.PHONY: clean distclean inst install uninst uninstall zip ctan
+
all: $(NAME).pdf clean
- test -e README.txt && mv README.txt README || exit 0
-$(NAME).pdf: $(NAME).dtx
+ @exit 0
+
+ijdc-v9.cls idcc.cls $(NAME)-base.sty: $(NAME).dtx
pdflatex -shell-escape -recorder -interaction=batchmode $(NAME).dtx >/dev/null
+
+$(NAME).pdf: $(NAME).dtx ijdc-v9.cls $(NAME)-biblatex.bib $(NAME)-by.pdf
biber $(NAME)
pdflatex --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null
pdflatex --recorder --interaction=nonstopmode $(NAME).dtx > /dev/null
+
clean:
rm -f $(NAME).{aux,bbl,bcf,blg,fdb_latexmk,fls,glo,gls,hd,idx,ilg,ind,ins,log,out,run.xml,synctex.gz} $(NAME)-base.doc ijdc-v9.doc idcc.doc
+
distclean: clean
- rm -f $(NAME).pdf ijdc-v9.cls idcc.cls $(NAME)-base.tex $(NAME)-{biblatex,apacite}.bib README
+ rm -f $(NAME).pdf ijdc-v9.cls idcc.cls $(NAME)-base.sty $(NAME)-{biblatex,apacite}.bib
+
inst: all
mkdir -p $(UTREE)/{tex,source,doc}/latex/$(NAME)
cp $(NAME).dtx $(UTREE)/source/latex/$(NAME)
- cp ijdc-v9.cls $(UTREE)/tex/latex/$(NAME)
- cp idcc.cls $(UTREE)/tex/latex/$(NAME)
- cp $(NAME)-base.tex $(UTREE)/tex/latex/$(NAME)
- cp $(NAME)-by.{eps,pdf} $(UTREE)/tex/latex/$(NAME)
- cp $(NAME).pdf $(UTREE)/doc/latex/$(NAME)
- cp $(NAME)-{biblatex,apacite}.bib $(UTREE)/doc/latex/$(NAME)
- cp README $(UTREE)/doc/latex/$(NAME)
+ cp {ijdc-v9,idcc}.cls $(NAME)-base.sty $(NAME)-by.{eps,pdf} $(UTREE)/tex/latex/$(NAME)
+ cp $(NAME).pdf $(NAME)-{biblatex,apacite}.bib README.md $(UTREE)/doc/latex/$(NAME)
+ mktexlsr
+uninst:
+ rm -r $(UTREE)/{tex,source,doc}/latex/$(NAME)
+ mktexlsr
+
install: all
sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(NAME)
sudo cp $(NAME).dtx $(LOCAL)/source/latex/$(NAME)
- sudo cp ijdc-v9.cls $(UTREE)/tex/latex/$(NAME)
- sudo cp idcc.cls $(UTREE)/tex/latex/$(NAME)
- sudo cp $(NAME)-base.tex $(UTREE)/tex/latex/$(NAME)
- sudo cp $(NAME)-by.{eps,pdf} $(UTREE)/tex/latex/$(NAME)
- sudo cp $(NAME).pdf $(UTREE)/doc/latex/$(NAME)
- sudo cp $(NAME)-{biblatex,apacite}.bib $(UTREE)/doc/latex/$(NAME)
- sudo cp README $(UTREE)/doc/latex/$(NAME)
+ sudo cp {ijdc-v9,idcc}.cls $(NAME)-base.sty $(NAME)-by.{eps,pdf} $(LOCAL)/tex/latex/$(NAME)
+ sudo cp $(NAME).pdf $(NAME)-{biblatex,apacite}.bib README.md $(LOCAL)/doc/latex/$(NAME)
+ mktexlsr
+uninstall:
+ sudo rm -r $(LOCAL)/{tex,source,doc}/latex/$(NAME)
+ mktexlsr
+
zip: all
mkdir $(TDIR)
- cp $(NAME).{pdf,dtx} $(NAME)-by.{eps,pdf} README Makefile $(TDIR)
+ cp {ijdc-v9,idcc}.cls $(NAME)-base.sty $(NAME)-by.{eps,pdf} $(NAME).{dtx,pdf} README.md Makefile $(TDIR)
+ cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)
+
+ctan: all
+ mkdir $(TDIR)
+ cp $(NAME).{dtx,pdf} $(NAME)-by.{eps,pdf} README.md Makefile $(TDIR)
cd $(TEMP); zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)
diff --git a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
index 0c909381d83..5d9c97f6020 100644
--- a/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
+++ b/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
@@ -1,111 +1,101 @@
% \iffalse meta-comment
%<*internal|ijdc9|idcc|base>
-\def\Version{2015/06/22 v1.4.1}
+\def\Version{2016/08/05 v1.5}
%</internal|ijdc9|idcc|base>
%<*internal>
\iffalse
%</internal>
%<*readme>
-The dccpaper bundle: LaTeX classes for submissions to IJDC and IDCC
-===================================================================
+# The dccpaper bundle: LaTeX classes for submissions to IJDC and IDCC
The dccpaper bundle consists of two very similar classes.
-ijdc-v9.cls corresponds to the template used by the `International
-Journal of Digital Curation`_, beginning with volume 9.
+ijdc-v9.cls corresponds to the template used by the [International
+Journal of Digital Curation], beginning with volume 9.
-idcc.cls corresponds to the template used for the `International Digital
-Curation Conference`_, beginning with IDCC15.
+idcc.cls corresponds to the template used for the [International Digital
+Curation Conference], beginning with IDCC15.
As the classes are so similar, their common features are abstracted out
-into dccpaper-base.tex, which should be installed in the runtime tex
-directory, rather than with the documentation.
+into dccpaper-base.sty; please do not attempt to use this package
+independently of the above classes.
The classes are suitable for submissions to the respective review
boards, but can also be used to produce the final camera-ready papers.
-Installation
-------------
+## Installation
-Managed way
-~~~~~~~~~~~
+### Managed way
The latest stable release of the dccpaper bundle has been packaged for
-TeX Live and MiKTeX. If you are running TeX Live and have ``tlmgr``
+TeX Live and MiKTeX. If you are running TeX Live and have `tlmgr`
installed, you can install the bundle simply by running
-``tlmgr install dccpaper``. If you are running MiKTeX, you can install
-the bundle by running ``mpm --install=dccpaper``. Both ``tlmgr`` and
-``mpm`` have GUI versions that you might find friendlier.
+`tlmgr install dccpaper`. If you are running MiKTeX, you can install the
+bundle by running `mpm --install=dccpaper`. Both `tlmgr` and `mpm` have
+GUI versions that you might find friendlier.
-Automated way
-~~~~~~~~~~~~~
+### Automated way
A makefile is provided which you can use with the Make utility:
-- Running ``make`` generates the derived files
-
- - README
- - dccpaper.pdf
- - ijdc-v9.cls
- - idcc.cls
- - dccpaper-base.tex
- - dccpaper-apacite.bib
- - dccpaper-biblatex.bib
-
-- Running ``make inst`` installs the files in the user's TeX tree.
-- Running ``make install`` installs the files in the local TeX tree.
-
-Manual way
-~~~~~~~~~~
-
-1. Compile dccpaper.dtx just as you would a normal LaTeX file. Bear in
- mind the documentation requires the Biblatex package and the Biber
- tool rather than regular BibTeX. As well as the usual PDF (or DVI)
- and auxiliary files, several others are generated.
-2. Rename README.txt to README (if you like).
-3. Move the files to your TeX tree as follows:
-
- - ``source/latex/dccpaper``: dccpaper.dtx, dccpaper.ins
- - ``tex/latex/dccpaper``: ijdc-v9.cls, idcc.cls, dccpaper-base.tex,
- dccpaper-by.eps, dccpaper-by.pdf
- - ``doc/latex/dccpaper``: dccpaper.pdf, dccpaper-apacite.bib,
- dccpaper-biblatex.bib, README
-
-4. You may then have to update your installation's file name database
- before TeX and friends can see the files.
-
-Licence
--------
-
-Copyright 2015 Digital Curation Centre, University of Edinburgh.
+ * Running `make` generates the derived files
+ - README.md
+ - dccpaper.pdf
+ - ijdc-v9.cls
+ - idcc.cls
+ - dccpaper-base.sty
+ - dccpaper-apacite.bib
+ - dccpaper-biblatex.bib
+ * Running `make inst` installs the files in the user's TeX tree.
+ * Running `make install` installs the files in the local TeX tree.
+
+### Manual way
+
+ 1. Compile dccpaper.dtx just as you would a normal LaTeX file. Bear in
+ mind the documentation requires the Biblatex package and the Biber
+ tool rather than regular BibTeX. As well as the usual PDF (or DVI)
+ and auxiliary files, several others are generated.
+ 2. Move the files to your TeX tree as follows:
+ - `source/latex/dccpaper`: dccpaper.dtx, dccpaper.ins
+ - `tex/latex/dccpaper`: ijdc-v9.cls, idcc.cls, dccpaper-base.sty,
+ dccpaper-by.eps, dccpaper-by.pdf
+ - `doc/latex/dccpaper`: dccpaper.pdf, dccpaper-apacite.bib,
+ dccpaper-biblatex.bib, README.md
+
+ 3. You may then have to update your installation's file name database
+ before TeX and friends can see the files.
+
+## Licence
+
+Copyright 2016 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.
The text files contained in this work may be distributed and/or modified
-under the conditions of the `LaTeX Project Public License (LPPL)`_,
+under the conditions of the [LaTeX Project Public License (LPPL)],
either version 1.3c of this license or (at your option) any later
version.
The image files distributed with this bundle derive from the file
-`by.eps`_ distributed by Creative Commons. The image is a trademark of
-Creative Commons and is subject to the `Creative Commons trademark
-policy`_.
-
-This work is "maintained" (as per LPPL maintenance status) by `Alex
-Ball`_.
-
-.. _International Journal of Digital Curation: http://www.ijdc.net/index.php/ijdc
-.. _International Digital Curation Conference: http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc
-.. _LaTeX Project Public License (LPPL): http://www.latex-project.org/lppl.txt
-.. _by.eps: http://mirrors.creativecommons.org/presskit/buttons/88x31/eps/by.eps
-.. _Creative Commons trademark policy: http://creativecommons.org/policies
-.. _Alex Ball: http://alexball.me.uk/
+[by.eps] distributed by Creative Commons. The image is a trademark of
+Creative Commons and is subject to the [Creative Commons trademark
+policy].
+
+This work is "maintained" (as per LPPL maintenance status) by [Alex
+Ball].
+
+[International Journal of Digital Curation]: http://www.ijdc.net/index.php/ijdc
+[International Digital Curation Conference]: http://www.dcc.ac.uk/events/international-digital-curation-conference-idcc
+[LaTeX Project Public License (LPPL)]: http://www.latex-project.org/lppl.txt
+[by.eps]: http://mirrors.creativecommons.org/presskit/buttons/88x31/eps/by.eps
+[Creative Commons trademark policy]: http://creativecommons.org/policies
+[Alex Ball]: http://alexball.me.uk/
%</readme>
%<ijdc9|idcc>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<ijdc9>\ProvidesClass{ijdc-v9}
%<idcc>\ProvidesClass{idcc}
-%<base>\ProvidesFile{dccpaper-base.tex}
+%<base>\ProvidesPackage{dccpaper-base.sty}
%<*ijdc9>
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
%</ijdc9>
@@ -142,7 +132,7 @@ Ball`_.
%
% These definitions are used to fill out the headers and footers. They include
-% some details that are defined in \textsf{dccpaper-base.tex} and provided by
+% some details that are defined in \textsf{dccpaper-base.sty} and provided by
% the user: |\thedate|, |\thevolume|, |\theissue|, |\thelastpage|, |\thedoi|.
%
\def\dccp@publ@long{International Journal of Digital Curation}
@@ -168,9 +158,14 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\def\dccp@subject{\dccp@publ@long, \thedate, Vol.\ \thevolume, Iss.\ \theissue}
%
+% 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}
%LITERATE
%</ijdc9>
%<*idcc>
@@ -223,6 +218,12 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
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
%
@@ -249,20 +250,21 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\@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}
%LITERATE
%</idcc>
%<*base>
%<<LITERATE
%
-% The \textsf{dccpaper} classes are deliberately very similar. This file
-% contains the common code. All the classes are based on the \textsf{article}
-% class, and use A4 paper.
-%
-\LoadClass[a4paper,12pt,twoside]{article}
-
+% The \textsf{dccpaper} classes are deliberately very similar. This package
+% contains the common code.
%
% We use British English orthography.
%
@@ -1646,7 +1648,7 @@ Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
\generate{
\file{ijdc-v9.cls}{\from{\jobname.dtx}{ijdc9}}
\file{idcc.cls}{\from{\jobname.dtx}{idcc}}
- \file{dccpaper-base.tex}{\from{\jobname.dtx}{base}}
+ \file{dccpaper-base.sty}{\from{\jobname.dtx}{base}}
}
%</install>
%<install>\endbatchfile
@@ -1658,7 +1660,7 @@ Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
\nopreamble\nopostamble
\usedir{doc/latex/dccpaper}
\generate{
- \file{README.txt}{\from{\jobname.dtx}{readme}}
+ \file{README.md}{\from{\jobname.dtx}{readme}}
\file{dccpaper-biblatex.bib}{\from{\jobname.dtx}{biblatex}}
\file{dccpaper-apacite.bib}{\from{\jobname.dtx}{apacite}}
}
@@ -1792,7 +1794,7 @@ This is the documentation for the \textsf{dccpaper} bundle, consisting of the fo
\item\textsf{idcc}, which corresponds to the template used for the International Digital Curation Conference, beginning with IDCC15.
\end{itemize}
-The version to which it relates is \UseVersionOf{dccpaper-base.tex}, last revised\printdateTeX{\UseDateOf{dccpaper-base.tex}}.
+The version to which it relates is \UseVersionOf{dccpaper-base.sty}, last revised\printdateTeX{\UseDateOf{dccpaper-base.sty}}.
The code for this bundle is maintained at \url{https://github.com/DigitalCurationCentre/dccpaper}.
@@ -1874,6 +1876,8 @@ The second type of option relates to the conference to which the submission will
Use this for the 2015 conference.
\item[16]
Use this for the 2016 conference.
+\item[17]
+Use this for the 2017 conference.
\end{description}
\section{Preamble Commands}
@@ -2135,7 +2139,9 @@ 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\\
+\item[v1.5] 2016-08-05\\
+Added details of IDCC 2017. Slightly refactored code to convert dccpaper-base.tex into a package, dccpaper-base.sty.
+\item[v1.4.1] 2015-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}.
@@ -2178,10 +2184,10 @@ First public release of \textsf{ijdc-v9} class.
\renewcommand*{\mdJobName}{idcc}
\MakeInputJobDoc[cls]{0}{\ProcessInputWith{PScomment}}
-\subsection{dccpaper-base.tex}
+\subsection{dccpaper-base.sty}
\renewcommand*{\mdJobName}{dccpaper-base}
-\MakeInputJobDoc[tex]{0}{\ProcessInputWith{PScomment}}
+\MakeInputJobDoc[sty]{0}{\ProcessInputWith{PScomment}}
\noNiceVerb
@@ -2208,7 +2214,7 @@ A makefile is provided which you can use with the Make utility:
\begin{itemize}
\item
- README
+ README.md
\item
dccpaper.pdf
\item
@@ -2216,7 +2222,7 @@ A makefile is provided which you can use with the Make utility:
\item
idcc.cls
\item
- dccpaper-base.tex
+ dccpaper-base.sty
\item
dccpaper-apacite.bib
\item
@@ -2238,8 +2244,6 @@ A makefile is provided which you can use with the Make utility:
tool rather than regular Bib\TeX. As well as the usual PDF (or DVI) and
auxiliary files, several others are generated.
\item
- Rename README.txt to README (if you like).
-\item
Move the files to your \TeX\ tree as follows:
\begin{itemize}
@@ -2247,10 +2251,10 @@ A makefile is provided which you can use with the Make utility:
\path{source/latex/dccpaper}: dccpaper.dtx, dccpaper.ins
\item
\path{tex/latex/dccpaper}: ijdc-v9.cls, idcc.cls,
- dccpaper-base.tex, dccpaper-by.eps, dccpaper-by.pdf
+ dccpaper-base.sty, dccpaper-by.eps, dccpaper-by.pdf
\item
\path{doc/latex/dccpaper}: dccpaper.pdf, dccpaper-apacite.bib,
- dccpaper-biblatex.bib, README
+ dccpaper-biblatex.bib, README.md
\end{itemize}
\item
You may then have to update your installation's file name database
@@ -2303,7 +2307,7 @@ Any acknowledgements should be placed here\dots
\newpage
\section{Appendix E: Licence}
-Copyright \textcopyright\ 2015 Digital Curation Centre, University of Edinburgh.
+Copyright \textcopyright\ 2016 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.
@@ -2329,4 +2333,4 @@ The file dccpaper.pdf, generated by this work, is licensed as shown on page 1.
%</driver>
% \fi
%
-\endinput \ No newline at end of file
+\endinput
diff --git a/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins b/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
index 4e64d01f5d0..af8de0a5e21 100644
--- a/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
+++ b/Master/texmf-dist/source/latex/dccpaper/dccpaper.ins
@@ -38,7 +38,7 @@ Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
\generate{
\file{ijdc-v9.cls}{\from{\jobname.dtx}{ijdc9}}
\file{idcc.cls}{\from{\jobname.dtx}{idcc}}
- \file{dccpaper-base.tex}{\from{\jobname.dtx}{base}}
+ \file{dccpaper-base.sty}{\from{\jobname.dtx}{base}}
}
\endbatchfile
%%
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
index 0dfe2533106..1514f965229 100644
--- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.tex
+++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
@@ -1,5 +1,5 @@
%%
-%% This is file `dccpaper-base.tex',
+%% This is file `dccpaper-base.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
@@ -14,16 +14,12 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2015/06/22 v1.4.1}
-\ProvidesFile{dccpaper-base.tex}
+\def\Version{2016/08/05 v1.5}
+\ProvidesPackage{dccpaper-base.sty}
[\Version\space Common class code for IJDC and IDCC papers.]
%
-% The \textsf{dccpaper} classes are deliberately very similar. This file
-% contains the common code. All the classes are based on the \textsf{article}
-% class, and use A4 paper.
-%
-\LoadClass[a4paper,12pt,twoside]{article}
-
+% The \textsf{dccpaper} classes are deliberately very similar. This package
+% contains the common code.
%
% We use British English orthography.
%
@@ -1199,4 +1195,4 @@
%% Copyright (C) 2015 Digital Curation Centre, University of Edinburgh
%% <info@dcc.ac.uk>
%%
-%% End of file `dccpaper-base.tex'.
+%% End of file `dccpaper-base.sty'.
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>
diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
index 64582b3a40a..c3a68ddd0c4 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/06/22 v1.4.1}
+\def\Version{2016/08/05 v1.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]
@@ -43,7 +43,7 @@
%
% These definitions are used to fill out the headers and footers. They include
-% some details that are defined in \textsf{dccpaper-base.tex} and provided by
+% some details that are defined in \textsf{dccpaper-base.sty} and provided by
% the user: |\thedate|, |\thevolume|, |\theissue|, |\thelastpage|, |\thedoi|.
%
\def\dccp@publ@long{International Journal of Digital Curation}
@@ -69,9 +69,14 @@ the University of Edinburgh on behalf of the Digital Curation Centre. ISSN:
\def\dccp@subject{\dccp@publ@long, \thedate, Vol.\ \thevolume, Iss.\ \theissue}
%
+% 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>