texlive[52101] Master/texmf-dist: datetime2-scottish (14sep19)

commits+karl at tug.org commits+karl at tug.org
Sun Sep 15 22:46:00 CEST 2019


Revision: 52101
          http://tug.org/svn/texlive?view=revision&revision=52101
Author:   karl
Date:     2019-09-15 22:46:00 +0200 (Sun, 15 Sep 2019)
Log Message:
-----------
datetime2-scottish (14sep19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/datetime2-scottish/datetime2-scottish.pdf
    trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.dtx
    trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.ins
    trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-ascii.ldf
    trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-utf8.ldf
    trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish.ldf

Modified: trunk/Master/texmf-dist/doc/latex/datetime2-scottish/datetime2-scottish.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.dtx	2019-09-15 20:36:47 UTC (rev 52100)
+++ trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.dtx	2019-09-15 20:46:00 UTC (rev 52101)
@@ -19,7 +19,7 @@
 %\fi
 % \iffalse
 % Doc-Source file to use with LaTeX2e
-% Copyright (C) 2015 Nicola Talbot, all rights reserved.
+% Copyright (C) 2019 Nicola Talbot, all rights reserved.
 % (New maintainer add relevant lines here.)
 % \fi
 % \iffalse
@@ -61,11 +61,11 @@
 %
 %\title{Scottish Module for datetime2 Package}
 %\author{Nicola L. C. Talbot (inactive)}
-%\date{2015-03-25 (v1.0)}
+%\date{2019-09-14 (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}
@@ -122,7 +122,7 @@
 %\changes{1.0}{2015-03-25}{Initial release}
 % Identify module
 %    \begin{macrocode}
-\ProvidesDateTimeModule{scottish-utf8}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish-utf8}[2019/09/14 v1.0]
 %    \end{macrocode}
 %\begin{macro}{\DTMscottishordinal}
 % I don't know if this is correct, but it's provided in case 
@@ -227,7 +227,7 @@
 %\changes{1.0}{2015-03-25}{Initial release}
 % Identify module
 %    \begin{macrocode}
-\ProvidesDateTimeModule{scottish-ascii}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish-ascii}[2019/09/14 v1.0]
 %    \end{macrocode}
 %\begin{macro}{\DTMscottishordinal}
 % I don't know if this is correct, but it's provided in case 
@@ -328,7 +328,7 @@
 %
 % Identify Module
 %    \begin{macrocode}
-\ProvidesDateTimeModule{scottish}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish}[2019/09/14 v1.0]
 %    \end{macrocode}
 % Need to find out if XeTeX or LuaTeX are being used.
 %    \begin{macrocode}
@@ -490,7 +490,7 @@
      \DTMifbool{scottish}{mapzone}%
      {\DTMusezonemapordefault{##1}{##2}}%
      {%
-       \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+       \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
        \ifDTMshowzoneminutes\DTMscottishtimesep\DTMtwodigits{##2}\fi
      }%
    }%
@@ -557,7 +557,7 @@
      \DTMifbool{scottish}{mapzone}%
      {\DTMusezonemapordefault{##1}{##2}}%
      {%
-       \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+       \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
        \ifDTMshowzoneminutes\DTMscottishtimesep\DTMtwodigits{##2}\fi
      }%
    }%
@@ -601,6 +601,7 @@
 % Redefine \cs{datescottish} (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-09-14}{removed spurious space}
 %    \begin{macrocode}
 \ifcsundef{date\CurrentTrackedDialect}
 {%
@@ -621,7 +622,7 @@
     \DTMifcaseregional
     {}% do nothing
     {\DTMsetstyle{scottish}}%
-    {\DTMsetstyle{scottish-numeric}}
+    {\DTMsetstyle{scottish-numeric}}%
   }%
 }%
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.ins	2019-09-15 20:36:47 UTC (rev 52100)
+++ trunk/Master/texmf-dist/source/latex/datetime2-scottish/datetime2-scottish.ins	2019-09-15 20:46:00 UTC (rev 52101)
@@ -3,7 +3,7 @@
 \preamble
 
  datetime2-scottish.dtx
- Copyright 2015 Nicola Talbot
+ Copyright 2019 Nicola Talbot
 
  This work may be distributed and/or modified under the
  conditions of the LaTeX Project Public License, either version 1.3

Modified: trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-ascii.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-ascii.ldf	2019-09-15 20:36:47 UTC (rev 52100)
+++ trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-ascii.ldf	2019-09-15 20:46:00 UTC (rev 52101)
@@ -7,7 +7,7 @@
 %% datetime2-scottish.dtx  (with options: `datetime2-scottish-ascii.ldf,package')
 %% 
 %%  datetime2-scottish.dtx
-%%  Copyright 2015 Nicola Talbot
+%%  Copyright 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{scottish-ascii}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish-ascii}[2019/09/14 v1.0]
 \newcommand*{\DTMscottishordinal}[1]{%
   \number#1 % space intended
 }

Modified: trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-utf8.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-utf8.ldf	2019-09-15 20:36:47 UTC (rev 52100)
+++ trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish-utf8.ldf	2019-09-15 20:46:00 UTC (rev 52101)
@@ -7,7 +7,7 @@
 %% datetime2-scottish.dtx  (with options: `datetime2-scottish-utf8.ldf,package')
 %% 
 %%  datetime2-scottish.dtx
-%%  Copyright 2015 Nicola Talbot
+%%  Copyright 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{scottish-utf8}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish-utf8}[2019/09/14 v1.0]
 \newcommand*{\DTMscottishordinal}[1]{%
   \number#1 % space intended
 }

Modified: trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish.ldf
===================================================================
--- trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish.ldf	2019-09-15 20:36:47 UTC (rev 52100)
+++ trunk/Master/texmf-dist/tex/latex/datetime2-scottish/datetime2-scottish.ldf	2019-09-15 20:46:00 UTC (rev 52101)
@@ -7,7 +7,7 @@
 %% datetime2-scottish.dtx  (with options: `datetime2-scottish.ldf,package')
 %% 
 %%  datetime2-scottish.dtx
-%%  Copyright 2015 Nicola Talbot
+%%  Copyright 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{scottish}[2015/03/25 v1.0]
+\ProvidesDateTimeModule{scottish}[2019/09/14 v1.0]
 \RequirePackage{ifxetex,ifluatex}
 \ifxetex
  \RequireDateTimeModule{scottish-utf8}
@@ -108,7 +108,7 @@
      \DTMifbool{scottish}{mapzone}%
      {\DTMusezonemapordefault{##1}{##2}}%
      {%
-       \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+       \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
        \ifDTMshowzoneminutes\DTMscottishtimesep\DTMtwodigits{##2}\fi
      }%
    }%
@@ -171,7 +171,7 @@
      \DTMifbool{scottish}{mapzone}%
      {\DTMusezonemapordefault{##1}{##2}}%
      {%
-       \ifnum##1<0\else+\fi\DTMtwodigits{##1}%
+       \ifnum##1<0 \else+\fi\DTMtwodigits{##1}%
        \ifDTMshowzoneminutes\DTMscottishtimesep\DTMtwodigits{##2}\fi
      }%
    }%
@@ -218,7 +218,7 @@
     \DTMifcaseregional
     {}% do nothing
     {\DTMsetstyle{scottish}}%
-    {\DTMsetstyle{scottish-numeric}}
+    {\DTMsetstyle{scottish-numeric}}%
   }%
 }%
 \endinput



More information about the tex-live-commits mailing list