From 480580fec13891a80df5703594143afc5580dd61 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 5 Aug 2016 22:32:58 +0000 Subject: dccpaper (5aug16) git-svn-id: svn://tug.org/texlive/trunk@41804 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/dccpaper/README | 95 --------------------- Master/texmf-dist/doc/latex/dccpaper/README.md | 85 ++++++++++++++++++ Master/texmf-dist/doc/latex/dccpaper/README.txt | 95 --------------------- .../doc/latex/dccpaper/dccpaper-base.doc | 20 ++--- Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf | Bin 390772 -> 392201 bytes Master/texmf-dist/doc/latex/dccpaper/idcc.doc | 19 ++++- Master/texmf-dist/doc/latex/dccpaper/ijdc-v9.doc | 15 +++- 7 files changed, 119 insertions(+), 210 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/dccpaper/README create mode 100644 Master/texmf-dist/doc/latex/dccpaper/README.md delete mode 100644 Master/texmf-dist/doc/latex/dccpaper/README.txt (limited to 'Master/texmf-dist/doc') 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 %% %% -%% 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 Binary files a/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf and b/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf 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 %% 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 %% -- cgit v1.2.3