From 1a038ccff108bb05ebfc34f9e88f7f099c9c1485 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Oct 2019 21:01:02 +0000 Subject: datetime2 (21oct19) git-svn-id: svn://tug.org/texlive/trunk@52480 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty | 4 ++-- Master/texmf-dist/tex/latex/datetime2/datetime2.sty | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/datetime2') diff --git a/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty b/Master/texmf-dist/tex/latex/datetime2/datetime2-calc.sty index 989794768a2..0760e5ce1f4 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 2018 Nicola Talbot +%% Copyright 2019 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}[2018/07/20 v1.5.3 (NLCT)] +\ProvidesPackage{datetime2-calc}[2019/10/21 v1.5.4 (NLCT)] \RequirePackage{pgfkeys} \RequirePackage{pgfcalendar} \newcount\@dtm@julianday diff --git a/Master/texmf-dist/tex/latex/datetime2/datetime2.sty b/Master/texmf-dist/tex/latex/datetime2/datetime2.sty index 6d643d62467..48d95241b60 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 2018 Nicola Talbot +%% Copyright 2019 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}[2018/07/20 v1.5.3 (NLCT) date and time formats] +\ProvidesPackage{datetime2}[2019/10/21 v1.5.4 (NLCT) date and time formats] \RequirePackage{tracklang} \RequirePackage{etoolbox} \RequirePackage{xkeyval}[2006/11/18] @@ -129,10 +129,10 @@ \define@boolkey{datetime2.sty}[DTM]{showzoneminutes}[true]{} \DTMshowzoneminutestrue \newcommand*{\DTMifcaseregional}[3]{#1} -\define@choicekey{datetime2.sty}{useregional}[\val\nr]% +\define@choicekey{datetime2.sty}{useregional}[\@dtm@useregional@val\@dtm@useregional@nr]% {false,text,numeric,num}[text]% {% - \ifcase\nr\relax + \ifcase\@dtm@useregional@nr\relax \renewcommand*{\DTMifcaseregional}[3]{##1}% \or \renewcommand*{\DTMifcaseregional}[3]{##2}% -- cgit v1.2.3