summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime2-slovak
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-04 20:48:18 +0000
committerKarl Berry <karl@freefriends.org>2019-10-04 20:48:18 +0000
commiteb15c10404d3020c30aae1076372413707cac380 (patch)
tree6fa87b0fafd65c280940b013534ad8ac9ce6141c /Master/texmf-dist/tex/latex/datetime2-slovak
parent8b0f3182e8ac890beda46948cfa66bf61214c79e (diff)
datetime2-slovak (4oct19)
git-svn-id: svn://tug.org/texlive/trunk@52281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-slovak')
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-ascii.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-utf8.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak.ldf18
3 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-ascii.ldf b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-ascii.ldf
index d4eaa29275a..28481550e95 100644
--- a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-ascii.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-ascii.ldf
@@ -7,7 +7,7 @@
%% datetime2-slovak.dtx (with options: `datetime2-slovak-ascii.ldf,package')
%%
%% datetime2-slovak.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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{slovak-ascii}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak-ascii}[2019/10/04 v1.1]
\newcommand*{\DTMslovakordinal}[1]{%
\number#1.%
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-utf8.ldf b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-utf8.ldf
index 6733bbd6ac4..80ffc3a65c5 100644
--- a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-utf8.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak-utf8.ldf
@@ -7,7 +7,7 @@
%% datetime2-slovak.dtx (with options: `datetime2-slovak-utf8.ldf,package')
%%
%% datetime2-slovak.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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{slovak-utf8}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak-utf8}[2019/10/04 v1.1]
\newcommand*{\DTMslovakordinal}[1]{%
\number#1.%
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak.ldf b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak.ldf
index 526d472048e..6f442352d28 100644
--- a/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-slovak/datetime2-slovak.ldf
@@ -7,7 +7,7 @@
%% datetime2-slovak.dtx (with options: `datetime2-slovak.ldf,package')
%%
%% datetime2-slovak.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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{slovak}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak}[2019/10/04 v1.1]
\RequirePackage{ifxetex,ifluatex}
\ifxetex
\RequireDateTimeModule{slovak-utf8}
@@ -83,7 +83,7 @@
\DTMifbool{slovak}{showyear}%
{%
\DTMslovakmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -100,7 +100,7 @@
\DTMifbool{slovak}{showyear}%
{%
\DTMslovakmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -115,7 +115,7 @@
\DTMifbool{slovak}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMslovaktimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -166,7 +166,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMslovaktimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMslovaktimesep\DTMtwodigits{##3}\fi
}%
@@ -178,7 +178,7 @@
\DTMifbool{slovak}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMslovaktimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -204,7 +204,7 @@
\DTMifcaseregional
{}% do nothing
-{\DTMsetstyle{slovak}}
+{\DTMsetstyle{slovak}}%
{\DTMsetstyle{slovak-numeric}}
\ifcsundef{date\CurrentTrackedDialect}
{%
@@ -225,7 +225,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{slovak}}%
- {\DTMsetstyle{slovak-numeric}}
+ {\DTMsetstyle{slovak-numeric}}%
}%
}%
\endinput