diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-22 21:30:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-22 21:30:39 +0000 |
commit | 1c04431e25153df401a60363704dc62152aac897 (patch) | |
tree | 5ef0860fe2a857562c84858294d6b92fffe7ba71 /Master/texmf-dist/source | |
parent | 54c2af3ea9049e37e7d59eb5563834b7339defbe (diff) |
datetime2-polish (22aug18)
git-svn-id: svn://tug.org/texlive/trunk@48456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.dtx | 21 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/datetime2-polish/datetime2-polish.ins | 2 |
2 files changed, 12 insertions, 11 deletions
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 |