texlive[72089] Master/texmf-dist: dccpaper (23aug24)
commits+karl at tug.org
commits+karl at tug.org
Fri Aug 23 22:58:08 CEST 2024
Revision: 72089
https://tug.org/svn/texlive?view=revision&revision=72089
Author: karl
Date: 2024-08-23 22:58:08 +0200 (Fri, 23 Aug 2024)
Log Message:
-----------
dccpaper (23aug24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/dccpaper/README.md
trunk/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
trunk/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v14.cls
trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
Modified: trunk/Master/texmf-dist/doc/latex/dccpaper/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/dccpaper/README.md 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/doc/latex/dccpaper/README.md 2024-08-23 20:58:08 UTC (rev 72089)
@@ -73,7 +73,7 @@
## Licence
-Copyright 2023 Digital Curation Centre, University of Edinburgh.
+Copyright 2024 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.
Modified: trunk/Master/texmf-dist/doc/latex/dccpaper/dccpaper.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx 2024-08-23 20:58:08 UTC (rev 72089)
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%<*internal|ijdc9|ijdc14|idcc|base>
-\def\Version{2023/08/11 v2.4}
+\def\Version{2024/08/23 v2.5}
%</internal|ijdc9|ijdc14|idcc|base>
%<*internal>
\iffalse
@@ -246,7 +246,7 @@
\endpreamble
\postamble
-Copyright (C) 2023 Digital Curation Centre, University of Edinburgh
+Copyright (C) 2024 Digital Curation Centre, University of Edinburgh
<info at dcc.ac.uk>
\endpostamble
@@ -546,8 +546,8 @@
\subsection{International Digital Curation Conference}
\begin{framed}\noindent
-To emulate a 2024 conference paper/extended abstract, use the \textsf{ijdc-v14}
-class with the \key{conference} option.
+To emulate a conference paper/extended abstract from 2024 onwards, use the
+\textsf{ijdc-v14} class with the \key{conference} option.
\end{framed}
The class is loaded in the usual way with
@@ -554,8 +554,8 @@
\lstinline|\documentclass[$\meta{options}$]{idcc}|.
Two types of option are available. The first relates to the conference to which the submission will be made:
\begin{description}[font=\normalfont]
- \item[\key{15}, \key{16}, .~.~.~, \key{22}, \key{24}]
- Use this to select the year of the conference, e.g.\@ \key{24} for 2024.
+ \item[\key{15}, \key{16}, .~.~.~, \key{24}, \key{25}]
+ Use this to select the year of the conference, e.g.\@ \key{25} for 2025.
\end{description}
The second relates to the type of submission:
@@ -871,6 +871,8 @@
\section{Appendix A: Change History}
\begin{description}
+\item[v2.5] 2024-08-23\\
+Added details of IDCC 2025.
\item[v2.4] 2023-08-11\\
Added details of and update documentation for IDCC 2024.
\item[v2.3] 2022-01-27\\
@@ -1097,7 +1099,7 @@
%<readme>## Licence
%<readme>
%<*driver|readme>
-Copyright 2023 Digital Curation Centre, University of Edinburgh.
+Copyright 2024 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.
@@ -1520,9 +1522,15 @@
\DeclareOption{24}{%
\def\dccp at publ@short{IDCC}
\def\dccp at publ@msg{The 18th \dccp at publ@long\ takes place on 19--21 February
- 2024 in Edinburgh, Scotland.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/18th-international-digital-curation-conference}}
+ 2024 in Edinburgh, Scotland.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/idcc24}}
\def\dccp at subject{18th \dccp at publ@long, 2024}
}
+\DeclareOption{25}{%
+ \def\dccp at publ@short{IDCC25}
+ \def\dccp at publ@msg{The 19th \dccp at publ@long\ takes place on 17--19 February
+ 2025 in The Hague, Netherlands.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/idcc25}}
+ \def\dccp at subject{19th \dccp at publ@long, 2025}
+}
\ProcessOptions\relax
% \end{macrocode}
Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty 2024-08-23 20:58:08 UTC (rev 72089)
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2023/08/11 v2.4}
+\def\Version{2024/08/23 v2.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{dccpaper-base}
[\Version\space Common class code for IJDC and IDCC papers.]
@@ -818,7 +818,7 @@
}
\endgroup
%%
-%% Copyright (C) 2023 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2024 Digital Curation Centre, University of Edinburgh
%% <info at dcc.ac.uk>
%%
%% End of file `dccpaper-base.sty'.
Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls 2024-08-23 20:58:08 UTC (rev 72089)
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2023/08/11 v2.4}
+\def\Version{2024/08/23 v2.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{idcc}
[\Version\space Class for submissions to the International Digital Curation Conference.]
@@ -109,9 +109,15 @@
\DeclareOption{24}{%
\def\dccp at publ@short{IDCC}
\def\dccp at publ@msg{The 18th \dccp at publ@long\ takes place on 19--21 February
- 2024 in Edinburgh, Scotland.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/18th-international-digital-curation-conference}}
+ 2024 in Edinburgh, Scotland.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/idcc24}}
\def\dccp at subject{18th \dccp at publ@long, 2024}
}
+\DeclareOption{25}{%
+ \def\dccp at publ@short{IDCC25}
+ \def\dccp at publ@msg{The 19th \dccp at publ@long\ takes place on 17--19 February
+ 2025 in The Hague, Netherlands.\par\bigskip URL: \url{https://www.dcc.ac.uk/events/idcc25}}
+ \def\dccp at subject{19th \dccp at publ@long, 2025}
+}
\ProcessOptions\relax
\def\@clearglobaloption#1{%
@@ -135,7 +141,7 @@
\RequirePackage{dccpaper-base}
%%
-%% Copyright (C) 2023 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2024 Digital Curation Centre, University of Edinburgh
%% <info at dcc.ac.uk>
%%
%% End of file `idcc.cls'.
Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v14.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v14.cls 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v14.cls 2024-08-23 20:58:08 UTC (rev 72089)
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2023/08/11 v2.4}
+\def\Version{2024/08/23 v2.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v14}
[\Version\space Class for submissions to the International Journal of Digital Curation, volume 14 onwards.]
@@ -58,7 +58,7 @@
\RequirePackage{dccpaper-base}
%%
-%% Copyright (C) 2023 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2024 Digital Curation Centre, University of Edinburgh
%% <info at dcc.ac.uk>
%%
%% End of file `ijdc-v14.cls'.
Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls 2024-08-23 20:57:58 UTC (rev 72088)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls 2024-08-23 20:58:08 UTC (rev 72089)
@@ -14,7 +14,7 @@
%% See: http://www.latex-project.org/lppl.txt
%% ----------------------------------------------------------------
%%
-\def\Version{2023/08/11 v2.4}
+\def\Version{2024/08/23 v2.5}
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{ijdc-v9}
[\Version\space Class for submissions to the International Journal of Digital Curation, volumes 9--13 inclusive.]
@@ -58,7 +58,7 @@
\RequirePackage{dccpaper-base}
%%
-%% Copyright (C) 2023 Digital Curation Centre, University of Edinburgh
+%% Copyright (C) 2024 Digital Curation Centre, University of Edinburgh
%% <info at dcc.ac.uk>
%%
%% End of file `ijdc-v9.cls'.
More information about the tex-live-commits
mailing list.