summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf')
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
index 8e223f730d3..53d78f6583d 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
@@ -7,7 +7,7 @@
%% datetime2-english.dtx (with options: `datetime2-en-US.ldf,package')
%%
%% datetime2-english.dtx
-%% Copyright 2015 Nicola Talbot
+%% Copyright 2015-2019 Nicola Talbot
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-US}[2016/03/09 v1.04 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2019/10/21 v1.05 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenUSmonthdaysep}{\space}
\newcommand*{\DTMenUSdowmonthsep}{\space}
@@ -69,8 +69,8 @@
\DTMdefboolkey{en-US}{showyear}[true]{}
\DTMsetbool{en-US}{showyear}{true}
\newcommand*{\DTMenUSfmtordsuffix}[1]{}
-\DTMdefchoicekey{en-US}{ord}[\val\nr]{level,raise,omit,sc}{%
- \ifcase\nr\relax
+\DTMdefchoicekey{en-US}{ord}[\@dtm@val\@dtm@nr]{level,raise,omit,sc}{%
+ \ifcase\@dtm@nr\relax
\renewcommand*{\DTMenUSfmtordsuffix}[1]{##1}%
\or
\renewcommand*{\DTMenUSfmtordsuffix}[1]{%
@@ -82,11 +82,11 @@
\DTMtexorpdfstring{\protect\textsc{##1}}{##1}}%
\fi
}
-\DTMdefchoicekey{en-US}{zone}[\val\nr]%
+\DTMdefchoicekey{en-US}{zone}[\@dtm@val\@dtm@nr]%
{std,standard,dst,daylight,atlantic,eastern,central,mountain,%
pacific,alaska,hawaii-aleutian,hawaii,aleutian,samoa,charmorro,clear}%
{%
- \ifcase\nr\relax
+ \ifcase\@dtm@nr\relax
% std
\appto\DTMenUSzonemaps{\DTMenUSstdzonemaps}%
\DTMenUSstdzonemaps
@@ -210,7 +210,7 @@
\DTMifbool{en-US}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMenUStimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -263,7 +263,7 @@
\DTMifbool{en-US}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMenUStimesep\DTMtwodigits{##2}\fi
}%
}%