summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-slovak/datetime2-slovak.pdfbin82010 -> 73323 bytes
-rw-r--r--Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.dtx27
-rw-r--r--Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.ins2
-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
6 files changed, 28 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-slovak/datetime2-slovak.pdf b/Master/texmf-dist/doc/latex/datetime2-slovak/datetime2-slovak.pdf
index 0eea10ca151..562977fc854 100644
--- a/Master/texmf-dist/doc/latex/datetime2-slovak/datetime2-slovak.pdf
+++ b/Master/texmf-dist/doc/latex/datetime2-slovak/datetime2-slovak.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.dtx b/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.dtx
index cc947d22bdb..a47cb977670 100644
--- a/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.dtx
@@ -19,7 +19,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2015 Nicola Talbot, all rights reserved.
+% Copyright (C) 2015-2019 Nicola Talbot, all rights reserved.
% (New maintainer add relevant lines here.)
% \fi
% \iffalse
@@ -62,11 +62,11 @@
%
%\title{Slovak Module for datetime2 Package}
%\author{Nicola L. C. Talbot (inactive)}
-%\date{2015-04-01 (v1.0)}
+%\date{2019-10-04 (v1.1)}
%\maketitle
%
%This module is currently unmaintained and may be subject to change.
-%If you want to volunteer to take over maintanance, contact me at
+%If you want to volunteer to take over maintenance, contact me at
%\url{http://www.dickimaw-books.com/contact.html}
%
%\begin{abstract}
@@ -120,7 +120,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{slovak-utf8}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak-utf8}[2019/10/04 v1.1]
% \end{macrocode}
%\begin{macro}{\DTMslovakordinal}
% \begin{macrocode}
@@ -222,7 +222,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{slovak-ascii}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak-ascii}[2019/10/04 v1.1]
% \end{macrocode}
%
%If abbreviated dates are supported, short month names should be
@@ -321,7 +321,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{slovak}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{slovak}[2019/10/04 v1.1]
% \end{macrocode}
% Need to find out if XeTeX or LuaTeX are being used.
% \begin{macrocode}
@@ -458,7 +458,7 @@
\DTMifbool{slovak}{showyear}%
{%
\DTMslovakmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -475,7 +475,7 @@
\DTMifbool{slovak}{showyear}%
{%
\DTMslovakmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -490,7 +490,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
}%
}%
@@ -545,7 +545,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMslovaktimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMslovaktimesep\DTMtwodigits{##3}\fi
}%
@@ -557,7 +557,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
}%
}%
@@ -594,13 +594,14 @@
% \begin{macrocode}
\DTMifcaseregional
{}% do nothing
-{\DTMsetstyle{slovak}}
+{\DTMsetstyle{slovak}}%
{\DTMsetstyle{slovak-numeric}}
% \end{macrocode}
%
% Redefine \cs{dateslovak} (or \cs{date}\meta{dialect}) to prevent
% \sty{babel} from resetting \cs{today}. (For this to work,
% \sty{babel} must already have been loaded if it's required.)
+%\changes{1.1}{2019-10-04}{removed spurious space}
% \begin{macrocode}
\ifcsundef{date\CurrentTrackedDialect}
{%
@@ -621,7 +622,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{slovak}}%
- {\DTMsetstyle{slovak-numeric}}
+ {\DTMsetstyle{slovak-numeric}}%
}%
}%
% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.ins b/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.ins
index 7edaaaf51c8..4b161c51053 100644
--- a/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.ins
+++ b/Master/texmf-dist/source/latex/datetime2-slovak/datetime2-slovak.ins
@@ -3,7 +3,7 @@
\preamble
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
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