summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/datetime2-contrib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-11 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2019-10-11 03:00:52 +0000
commitd51deaad31c304a71b51411feaf44acceb8aeb1b (patch)
tree6ddeb005df01691b0a91c105e2966ed3b979d11e /macros/latex/contrib/datetime2-contrib
parent010a3454a27ee40902d7764080eb7eb7ddcaa700 (diff)
CTAN sync 201910110300
Diffstat (limited to 'macros/latex/contrib/datetime2-contrib')
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.dtx25
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.ins2
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.pdfbin80887 -> 72284 bytes
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.dtx27
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.ins2
-rw-r--r--macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.pdfbin85533 -> 76885 bytes
6 files changed, 29 insertions, 27 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}
diff --git a/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.ins b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.ins
index 1d20960c0c..7cfd6f6efb 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.ins
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.ins
@@ -3,7 +3,7 @@
\preamble
datetime2-turkish.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/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.pdf b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.pdf
index e3a72ece4f..1903387fa6 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.pdf
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-turkish/datetime2-turkish.pdf
Binary files differ
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}
diff --git a/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.ins b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.ins
index 1f34681fd9..5a166cb68d 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.ins
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.ins
@@ -3,7 +3,7 @@
\preamble
datetime2-usorbian.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/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.pdf b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.pdf
index 01f4c3ce00..84e55d076b 100644
--- a/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.pdf
+++ b/macros/latex/contrib/datetime2-contrib/datetime2-usorbian/datetime2-usorbian.pdf
Binary files differ