diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-polish')
3 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf index 12dacda1b3a..9aa11ae1e37 100644 --- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf +++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf @@ -7,7 +7,7 @@ %% datetime2-polish.dtx (with options: `datetime2-polish-ascii.ldf,package') %% %% datetime2-polish.dtx -%% Copyright 2015 Nicola Talbot +%% Copyright 2018 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 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesDateTimeModule{polish-ascii}[2015/03/31 v1.0] +\ProvidesDateTimeModule{polish-ascii}[2018/08/21 v1.1] \newcommand*{\DTMpolishordinal}[1]{% \number#1 } diff --git a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf index 2f71756cacd..80bd44c3bb9 100644 --- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf +++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf @@ -7,7 +7,7 @@ %% datetime2-polish.dtx (with options: `datetime2-polish-utf8.ldf,package') %% %% datetime2-polish.dtx -%% Copyright 2015 Nicola Talbot +%% Copyright 2018 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 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesDateTimeModule{polish-utf8}[2015/03/31 v1.0] +\ProvidesDateTimeModule{polish-utf8}[2018/08/21 v1.1] \newcommand*{\DTMpolishordinal}[1]{% \number#1 } diff --git a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf index c390c77e08c..3db9e071307 100644 --- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf +++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf @@ -7,7 +7,7 @@ %% datetime2-polish.dtx (with options: `datetime2-polish.ldf,package') %% %% datetime2-polish.dtx -%% Copyright 2015 Nicola Talbot +%% Copyright 2018 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 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\ProvidesDateTimeModule{polish}[2015/03/31 v1.0] +\ProvidesDateTimeModule{polish}[2018/08/21 v1.1] \RequirePackage{ifxetex,ifluatex} \ifxetex \RequireDateTimeModule{polish-utf8} @@ -112,7 +112,7 @@ \DTMifbool{polish}{mapzone}% {\DTMusezonemapordefault{##1}{##2}}% {% - \ifnum##1<0\else+\fi\DTMtwodigits{##1}% + \ifnum##1<0 \else+\fi\DTMtwodigits{##1}% \ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi }% }% @@ -163,7 +163,7 @@ }% {% time style \renewcommand*\DTMdisplaytime[3]{% - \number##1 + \number##1 % space intended \DTMpolishtimesep\DTMtwodigits{##2}% \ifDTMshowseconds\DTMpolishtimesep\DTMtwodigits{##3}\fi }% @@ -175,7 +175,7 @@ \DTMifbool{polish}{mapzone}% {\DTMusezonemapordefault{##1}{##2}}% {% - \ifnum##1<0\else+\fi\DTMtwodigits{##1}% + \ifnum##1<0 \else+\fi\DTMtwodigits{##1}% \ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi }% }% @@ -222,7 +222,7 @@ \DTMifcaseregional {}% do nothing {\DTMsetstyle{polish}}% - {\DTMsetstyle{polish-numeric}} + {\DTMsetstyle{polish-numeric}}% }% }% \endinput |