diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-07 20:57:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-07 20:57:25 +0000 |
commit | 2d9aff4da57523d50b8f3a85a732095abda936f5 (patch) | |
tree | 776d06172790a21e6dde771390dec2dd1dba4714 /Master/texmf-dist/tex/latex/dccpaper | |
parent | 24b855cbe12602a2936a5baea25a2bd70abdd872 (diff) |
dccpaper (7oct19)
git-svn-id: svn://tug.org/texlive/trunk@52310 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dccpaper')
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/idcc.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty index 6bc061a99a6..4b36afe5833 100644 --- a/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty +++ b/Master/texmf-dist/tex/latex/dccpaper/dccpaper-base.sty @@ -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@xdef\thedate{#1} diff --git a/Master/texmf-dist/tex/latex/dccpaper/idcc.cls b/Master/texmf-dist/tex/latex/dccpaper/idcc.cls index 76165e72a90..b2e6cf47a1b 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{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.] diff --git a/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls b/Master/texmf-dist/tex/latex/dccpaper/ijdc-v9.cls index e72ade638fc..498b90afb48 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{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.] |