summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty')
-rw-r--r--Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty16
1 files changed, 8 insertions, 8 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]{%