summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-10 20:44:17 +0000
committerKarl Berry <karl@freefriends.org>2019-10-10 20:44:17 +0000
commit9454de55f61b0ed42db815936b649220c0cb46c9 (patch)
tree51c1063ee9e71fed476f5cea1aa87f34fc0607a7 /Master/texmf-dist
parent88f947c2693a09758145a5f9eda7abc16fab8c9a (diff)
datetime2-turkish (10oct19)
git-svn-id: svn://tug.org/texlive/trunk@52331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-turkish/datetime2-turkish.pdfbin80887 -> 72284 bytes
-rw-r--r--Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.dtx25
-rw-r--r--Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.ins2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-ascii.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-utf8.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish.ldf14
6 files changed, 25 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-turkish/datetime2-turkish.pdf b/Master/texmf-dist/doc/latex/datetime2-turkish/datetime2-turkish.pdf
index e3a72ece4fe..1903387fa68 100644
--- a/Master/texmf-dist/doc/latex/datetime2-turkish/datetime2-turkish.pdf
+++ b/Master/texmf-dist/doc/latex/datetime2-turkish/datetime2-turkish.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.dtx b/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.dtx
index 07c97460782..6fb59bfce74 100644
--- a/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.dtx
+++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.ins b/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.ins
index 1d20960c0cb..7cfd6f6efb3 100644
--- a/Master/texmf-dist/source/latex/datetime2-turkish/datetime2-turkish.ins
+++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-ascii.ldf b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-ascii.ldf
index bdf8fc64688..cf769dd8108 100644
--- a/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-ascii.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-ascii.ldf
@@ -7,7 +7,7 @@
%% datetime2-turkish.dtx (with options: `datetime2-turkish-ascii.ldf,package')
%%
%% 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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{turkish-ascii}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish-ascii}[2019/10/10 v1.1]
\newcommand*{\DTMturkishordinal}[1]{%
\number#1
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-utf8.ldf b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-utf8.ldf
index c68b7e34a71..6a5c0c50997 100644
--- a/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-utf8.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish-utf8.ldf
@@ -7,7 +7,7 @@
%% datetime2-turkish.dtx (with options: `datetime2-turkish-utf8.ldf,package')
%%
%% 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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{turkish-utf8}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish-utf8}[2019/10/10 v1.1]
\newcommand*{\DTMturkishordinal}[1]{%
\number#1
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish.ldf b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish.ldf
index 984e2577298..5b14d6a04cc 100644
--- a/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-turkish/datetime2-turkish.ldf
@@ -7,7 +7,7 @@
%% datetime2-turkish.dtx (with options: `datetime2-turkish.ldf,package')
%%
%% 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
@@ -39,7 +39,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{turkish}[2015/04/01 v1.0]
+\ProvidesDateTimeModule{turkish}[2019/10/10 v1.1]
\RequirePackage{ifxetex,ifluatex}
\ifxetex
\RequireDateTimeModule{turkish-utf8}
@@ -83,7 +83,7 @@
\DTMifbool{turkish}{showyear}%
{%
\DTMturkishmonthyearsep
- \number##1
+ \number##1 % space intended
}%
{}%
}%
@@ -99,7 +99,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
}%
}%
@@ -140,7 +140,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMturkishtimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMturkishtimesep\DTMtwodigits{##3}\fi
}%
@@ -152,7 +152,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
}%
}%
@@ -199,7 +199,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{turkish}}%
- {\DTMsetstyle{turkish-numeric}}
+ {\DTMsetstyle{turkish-numeric}}%
}%
}%
\endinput