diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-21 21:44:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-21 21:44:06 +0000 |
commit | 0ff9026049fe57d6a2b4d8275cb43490e2848095 (patch) | |
tree | 36d5313087758d6b78e2c1bcbe3871636e002f40 /Master/texmf-dist/tex/latex/datetime2 | |
parent | 37bec1919654a09195f7aa5875ce70b73be4426d (diff) |
datetime2 (21mar21) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2020.0@58597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2')
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime2/datetime2.sty | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty b/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty index 3a233c336a7..67ffb1a3c49 100644 --- a/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty +++ b/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty @@ -7,7 +7,7 @@ %% datetime2.dtx (with options: `datetime2-calc.sty,package') %% %% datetime2.dtx -%% Copyright 2020 Nicola Talbot +%% Copyright 2021 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{datetime2-calc}[2020/03/02 v1.5.6 (NLCT)] +\ProvidesPackage{datetime2-calc}[2021/03/21 v1.5.7 (NLCT)] \RequirePackage{pgfkeys} \RequirePackage{pgfcalendar} \newcount\@dtm@julianday @@ -76,7 +76,7 @@ \pgfcalendardatetojulian {\csname @dtm@#1@year\endcsname -\csname @dtm@#1@month\endcsname - -\csname @dtm@#1@day\endcsname} + -\csname @dtm@#1@day\endcsname}% {#2}% }% } @@ -90,7 +90,7 @@ {\csname @dtm@#1@year\endcsname -\csname @dtm@#1@month\endcsname -\csname @dtm@#1@day\endcsname - +#2} + +#2}% {#3}% }% } @@ -103,7 +103,7 @@ \pgfcalendarifdate {\csname @dtm@#1@year\endcsname -\csname @dtm@#1@month\endcsname - -\csname @dtm@#1@day\endcsname} + -\csname @dtm@#1@day\endcsname}% {#2}{#3}{#4}% }% } @@ -121,15 +121,15 @@ \pgfcalendardatetojulian {\csname @dtm@#1@year\endcsname -\csname @dtm@#1@month\endcsname - -\csname @dtm@#1@day\endcsname} + -\csname @dtm@#1@day\endcsname}% {#3}% \pgfcalendardatetojulian {\csname @dtm@#2@year\endcsname -\csname @dtm@#2@month\endcsname - -\csname @dtm@#2@day\endcsname} + -\csname @dtm@#2@day\endcsname}% {\@dtm@julianday}% \advance#3 by -\@dtm@julianday\relax - } + }% }% } \newrobustcmd*{\DTMtozulu}[2]{% diff --git a/Master/texmf-dist/tex/latex/datetime2/datetime2.sty b/Master/texmf-dist/tex/latex/datetime2/datetime2.sty index 58925cb9717..f7a5933a716 100644 --- a/Master/texmf-dist/tex/latex/datetime2/datetime2.sty +++ b/Master/texmf-dist/tex/latex/datetime2/datetime2.sty @@ -7,7 +7,7 @@ %% datetime2.dtx (with options: `datetime2.sty,package') %% %% datetime2.dtx -%% Copyright 2020 Nicola Talbot +%% Copyright 2021 Nicola Talbot %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -39,7 +39,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{datetime2}[2020/03/02 v1.5.6 (NLCT) date and time formats] +\ProvidesPackage{datetime2}[2021/03/21 v1.5.7 (NLCT) date and time formats] \RequirePackage{tracklang} \RequirePackage{etoolbox} \RequirePackage{xkeyval}[2006/11/18] |