summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx')
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx25
1 files changed, 13 insertions, 12 deletions
diff --git a/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx
index 07c9746078..6fb59bfce7 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.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{Turkish 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 Turkish language module for the \sty{datetime2}
@@ -120,7 +120,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{turkish-utf8}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish-utf8}[2019/10/10 v1.1]
% \end{macrocode}
%\begin{macro}{\DTMturkishordinal}
% \begin{macrocode}
@@ -188,7 +188,7 @@
%\changes{1.0}{2015-04-01}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{turkish-ascii}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish-ascii}[2019/10/10 v1.1]
% \end{macrocode}
%
%If abbreviated dates are supported, short month names should be
@@ -253,7 +253,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{turkish}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish}[2019/10/10 v1.1]
% \end{macrocode}
% Need to find out if XeTeX or LuaTeX are being used.
% \begin{macrocode}
@@ -390,7 +390,7 @@
\DTMifbool{turkish}{showyear}%
{%
\DTMturkishmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -406,7 +406,7 @@
\DTMifbool{turkish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMturkishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -451,7 +451,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMturkishtimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMturkishtimesep\DTMtwodigits{##3}\fi
}%
@@ -463,7 +463,7 @@
\DTMifbool{turkish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMturkishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -507,6 +507,7 @@
% Redefine \cs{dateturkish} (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}
{%
@@ -527,7 +528,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{turkish}}%
- {\DTMsetstyle{turkish-numeric}}
+ {\DTMsetstyle{turkish-numeric}}%
}%
}%
% \end{macrocode}