summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-22 21:30:39 +0000
committerKarl Berry <karl@freefriends.org>2018-08-22 21:30:39 +0000
commit1c04431e25153df401a60363704dc62152aac897 (patch)
tree5ef0860fe2a857562c84858294d6b92fffe7ba71 /Master/texmf-dist
parent54c2af3ea9049e37e7d59eb5563834b7339defbe (diff)
datetime2-polish (22aug18)
git-svn-id: svn://tug.org/texlive/trunk@48456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-polish/datetime2-polish.pdfbin83897 -> 84368 bytes
-rw-r--r--Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.dtx21
-rw-r--r--Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf4
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf12
6 files changed, 22 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-polish/datetime2-polish.pdf b/Master/texmf-dist/doc/latex/datetime2-polish/datetime2-polish.pdf
index 864ca3b314c..e805d04b271 100644
--- a/Master/texmf-dist/doc/latex/datetime2-polish/datetime2-polish.pdf
+++ b/Master/texmf-dist/doc/latex/datetime2-polish/datetime2-polish.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.dtx b/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.dtx
index 5c22610f5f3..2b566ae428a 100644
--- a/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.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-2018 Nicola Talbot, all rights reserved.
% (New maintainer add relevant lines here.)
% \fi
% \iffalse
@@ -62,11 +62,11 @@
%
%\title{Polish Module for datetime2 Package}
%\author{Nicola L. C. Talbot (inactive)}
-%\date{2015-03-31 (v1.0)}
+%\date{2018-08-21 (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-03-31}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{polish-utf8}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish-utf8}[2018/08/21 v1.1]
% \end{macrocode}
%\begin{macro}{\DTMpolishordinal}
% \begin{macrocode}
@@ -268,7 +268,7 @@
%\changes{1.0}{2015-03-31}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{polish-ascii}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish-ascii}[2018/08/21 v1.1]
% \end{macrocode}
%
%If abbreviated dates are supported, short month names should be
@@ -413,7 +413,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{polish}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish}[2018/08/21 v1.1]
% \end{macrocode}
% Need to find out if XeTeX or LuaTeX are being used.
% \begin{macrocode}
@@ -579,7 +579,7 @@
\DTMifbool{polish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -634,7 +634,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMpolishtimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMpolishtimesep\DTMtwodigits{##3}\fi
}%
@@ -646,7 +646,7 @@
\DTMifbool{polish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -690,6 +690,7 @@
% Redefine \cs{datepolish} (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}{2018-08-21}{removed spurious space}
% \begin{macrocode}
\ifcsundef{date\CurrentTrackedDialect}
{%
@@ -710,7 +711,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{polish}}%
- {\DTMsetstyle{polish-numeric}}
+ {\DTMsetstyle{polish-numeric}}%
}%
}%
% \end{macrocode}
diff --git a/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins b/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins
index 5b4c36b3038..fab8a364b71 100644
--- a/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins
+++ b/Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins
@@ -3,7 +3,7 @@
\preamble
datetime2-polish.dtx
- Copyright 2015 Nicola Talbot
+ Copyright 2018 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-polish/datetime2-polish-ascii.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf
index 12dacda1b3a..9aa11ae1e37 100644
--- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-ascii.ldf
@@ -7,7 +7,7 @@
%% datetime2-polish.dtx (with options: `datetime2-polish-ascii.ldf,package')
%%
%% datetime2-polish.dtx
-%% Copyright 2015 Nicola Talbot
+%% Copyright 2018 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{polish-ascii}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish-ascii}[2018/08/21 v1.1]
\newcommand*{\DTMpolishordinal}[1]{%
\number#1
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf
index 2f71756cacd..80bd44c3bb9 100644
--- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish-utf8.ldf
@@ -7,7 +7,7 @@
%% datetime2-polish.dtx (with options: `datetime2-polish-utf8.ldf,package')
%%
%% datetime2-polish.dtx
-%% Copyright 2015 Nicola Talbot
+%% Copyright 2018 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{polish-utf8}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish-utf8}[2018/08/21 v1.1]
\newcommand*{\DTMpolishordinal}[1]{%
\number#1
}
diff --git a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf
index c390c77e08c..3db9e071307 100644
--- a/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-polish/datetime2-polish.ldf
@@ -7,7 +7,7 @@
%% datetime2-polish.dtx (with options: `datetime2-polish.ldf,package')
%%
%% datetime2-polish.dtx
-%% Copyright 2015 Nicola Talbot
+%% Copyright 2018 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{polish}[2015/03/31 v1.0]
+\ProvidesDateTimeModule{polish}[2018/08/21 v1.1]
\RequirePackage{ifxetex,ifluatex}
\ifxetex
\RequireDateTimeModule{polish-utf8}
@@ -112,7 +112,7 @@
\DTMifbool{polish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -163,7 +163,7 @@
}%
{% time style
\renewcommand*\DTMdisplaytime[3]{%
- \number##1
+ \number##1 % space intended
\DTMpolishtimesep\DTMtwodigits{##2}%
\ifDTMshowseconds\DTMpolishtimesep\DTMtwodigits{##3}\fi
}%
@@ -175,7 +175,7 @@
\DTMifbool{polish}{mapzone}%
{\DTMusezonemapordefault{##1}{##2}}%
{%
- \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+ \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
\ifDTMshowzoneminutes\DTMpolishtimesep\DTMtwodigits{##2}\fi
}%
}%
@@ -222,7 +222,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{polish}}%
- {\DTMsetstyle{polish-numeric}}
+ {\DTMsetstyle{polish-numeric}}%
}%
}%
\endinput