summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-01 17:35:15 +0000
committerKarl Berry <karl@freefriends.org>2018-05-01 17:35:15 +0000
commit71ec9693848d6ff56ab7f9b5a153df122ee87172 (patch)
treef71cd929dd7e7e04e73c525d1a8d06ac3622d3aa /Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx
parent58fc6e8ea301b16046b7640b1bde244e283e811a (diff)
datetime2-hebrew (18apr18)
git-svn-id: svn://tug.org/texlive/trunk@47534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx')
-rw-r--r--Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx b/Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx
index feba06e73d3..08f4de2dcde 100644
--- a/Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-hebrew/datetime2-hebrew.dtx
@@ -19,7 +19,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2015 Nicola Talbot, all rights reserved.
+% Copyright (C) 2018 Nicola Talbot, all rights reserved.
% (New maintainer add relevant lines here.)
% \fi
% \iffalse
@@ -60,7 +60,7 @@
%
%\title{Hebrew Module for datetime2 Package}
%\author{Nicola L. C. Talbot (inactive)}
-%\date{2015-03-30 (v1.0)}
+%\date{2010-04-18 (v1.1)}
%\maketitle
%
%This module is currently unmaintained and may be subject to change.
@@ -120,7 +120,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{hebrew}[2015/03/30 v1.0]
+\ProvidesDateTimeModule{hebrew}[2018/04/18 v1.1]
% \end{macrocode}
% The date style uses \cs{hebrewdate} or \cs{hebdate}, depending on
% which is defined. This needs to be robust, which means the date
@@ -327,6 +327,7 @@
% Redefine \cs{datehebrew} (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-04-18}{removed spurious space}
% \begin{macrocode}
\ifcsundef{date\CurrentTrackedDialect}
{%
@@ -347,7 +348,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{hebrew}}%
- {\DTMsetstyle{hebrew-numeric}}
+ {\DTMsetstyle{hebrew-numeric}}%
}%
}%
% \end{macrocode}