texlive[52310] Master/texmf-dist: dccpaper (7oct19)

commits+karl at tug.org commits+karl at tug.org
Mon Oct 7 22:57:25 CEST 2019


Revision: 52310
          http://tug.org/svn/texlive?view=revision&revision=52310
Author:   karl
Date:     2019-10-07 22:57:25 +0200 (Mon, 07 Oct 2019)
Log Message:
-----------
dccpaper (7oct19)

Modified Paths:
--------------
    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-v9.cls

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	2019-10-06 23:53:41 UTC (rev 52309)
+++ trunk/Master/texmf-dist/source/latex/dccpaper/dccpaper.dtx	2019-10-07 20:57:25 UTC (rev 52310)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %<*internal|ijdc9|idcc|base>
-\def\Version{2019/03/08 v1.8}
+\def\Version{2019/10/07 v1.8.1}
 %</internal|ijdc9|idcc|base>
 %<*internal>
 \iffalse
@@ -414,8 +414,6 @@
 
 \usepackage{dcolumn,csquotes}
 \usepackage[iso,british]{isodate}
-% The following line is only needed for microtype 2.7a
-\usepackage{luatexbase}
 \usepackage[expansion=false]{microtype}
 \ifXeTeX\else\DisableLigatures{family=tt*}\fi
 \usepackage[tightLists=false]{markdown}
@@ -838,6 +836,8 @@
 \section{Appendix A: Change History}
 
 \begin{description}
+\item[v1.8.1] 2019-10-07\\
+Updated to work with changed \LaTeX\ internals.
 \item[v1.8] 2019-03-08\\
 Added details of IDCC 2020.
 \item[v1.7.1] 2018-05-14\\
@@ -1401,11 +1401,12 @@
 \RequirePackage[british]{babel}
 %    \end{macrocode}
 %
-% The macro patching commands from \pkg{etoolbox} come in useful for handling
-% author and date information, and also for compatibility with \pkg{apacite}.
+% The macro patching commands from \pkg{etoolbox} and \pkg{xpatch} come in
+% useful for handling author and date information, and also for
+% compatibility with \pkg{apacite}.
 %
 %    \begin{macrocode}
-\RequirePackage{etoolbox}
+\RequirePackage{etoolbox,xpatch}
 %    \end{macrocode}
 %
 % The \pkg{dccpaper} classes use Times as the main text font. We prefer
@@ -1842,8 +1843,8 @@
 % \pkg{memoir} class (2005/09/25 v1.618).
 %
 %    \begin{macrocode}
-\pretocmd{\date}{\begingroup\let\footnote\@gobble}{}{}%
-\apptocmd{\date}{%
+\xpretocmd{\date}{\begingroup\let\footnote\@gobble}{}{}%
+\xapptocmd{\date}{%
   \begingroup
     \renewcommand{\thanks}[1]{}
     \protected at xdef\thedate{#1}

Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty	2019-10-06 23:53:41 UTC (rev 52309)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty	2019-10-07 20:57:25 UTC (rev 52310)
@@ -14,12 +14,12 @@
 %% See:     http://www.latex-project.org/lppl.txt
 %% ----------------------------------------------------------------
 %% 
-\def\Version{2019/03/08 v1.8}
+\def\Version{2019/10/07 v1.8.1}
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{dccpaper-base}
     [\Version\space Common class code for IJDC and IDCC papers.]
 \RequirePackage[british]{babel}
-\RequirePackage{etoolbox}
+\RequirePackage{etoolbox,xpatch}
 \RequirePackage{iftex}
 \ifPDFTeX
   \RequirePackage[T1]{fontenc}
@@ -219,8 +219,8 @@
   }
 }
 
-\pretocmd{\date}{\begingroup\let\footnote\@gobble}{}{}%
-\apptocmd{\date}{%
+\xpretocmd{\date}{\begingroup\let\footnote\@gobble}{}{}%
+\xapptocmd{\date}{%
   \begingroup
     \renewcommand{\thanks}[1]{}
     \protected at xdef\thedate{#1}

Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls	2019-10-06 23:53:41 UTC (rev 52309)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/idcc.cls	2019-10-07 20:57:25 UTC (rev 52310)
@@ -14,7 +14,7 @@
 %% See:     http://www.latex-project.org/lppl.txt
 %% ----------------------------------------------------------------
 %% 
-\def\Version{2019/03/08 v1.8}
+\def\Version{2019/10/07 v1.8.1}
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{idcc}
     [\Version\space Class for submissions to the International Digital Curation Conference.]

Modified: trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls	2019-10-06 23:53:41 UTC (rev 52309)
+++ trunk/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls	2019-10-07 20:57:25 UTC (rev 52310)
@@ -14,7 +14,7 @@
 %% See:     http://www.latex-project.org/lppl.txt
 %% ----------------------------------------------------------------
 %% 
-\def\Version{2019/03/08 v1.8}
+\def\Version{2019/10/07 v1.8.1}
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesClass{ijdc-v9}
     [\Version\space Class for submissions to the International Journal of Digital Curation, volume 9 onwards.]



More information about the tex-live-commits mailing list