summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx')
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx27
1 files changed, 14 insertions, 13 deletions
diff --git a/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx
index 8f31498f59..176ce4cc28 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.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,12 +62,12 @@
%
%\title{Upper Sorbian Module for datetime2 Package}
%\author{Nicola L. C. Talbot (inactive)}
-%\date{2015-04-01 (v1.0)}
+%\date{2019-10-10 (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
-%\url{http://www.dickimaw-books.com/contact.html}
+%If you want to volunteer to take over maintenance, contact me at
+%\url{https://www.dickimaw-books.com/contact.html}
%
%\begin{abstract}
%This is the Upper Sorbian language module for the \sty{datetime2}
@@ -120,7 +120,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{usorbian-utf8}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{usorbian-utf8}[2019/10/10 v1.1]
% \end{macrocode}
%\begin{macro}{\DTMusorbianordinal}
% \begin{macrocode}
@@ -291,7 +291,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{usorbian-ascii}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{usorbian-ascii}[2019/10/10 v1.1]
% \end{macrocode}
%
%If abbreviated dates are supported, short month names should be
@@ -457,7 +457,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{usorbian}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{usorbian}[2019/10/10 v1.1]
% \end{macrocode}
% Need to find out if XeTeX or LuaTeX are being used.
% \begin{macrocode}
@@ -617,7 +617,7 @@
\DTMifbool{usorbian}{showyear}%
{%
\DTMusorbianmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -633,7 +633,7 @@
\DTMifbool{usorbian}{showyear}%
{%
\DTMusorbianmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -648,7 +648,7 @@
\DTMifbool{usorbian}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMusorbiantimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -703,7 +703,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMusorbiantimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMusorbiantimesep\DTMtwodigits{##3}\fi
}%
@@ -715,7 +715,7 @@
\DTMifbool{usorbian}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMusorbiantimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -759,6 +759,7 @@
% Redefine \cs{dateusorbian} (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-10}{removed spurious space}
% \begin{macrocode}
\ifcsundef{date\CurrentTrackedDialect}
{%
@@ -779,7 +780,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{usorbian}}%
- {\DTMsetstyle{usorbian-numeric}}
+ {\DTMsetstyle{usorbian-numeric}}%
}%
}%
% \end{macrocode}