summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/datetime2-english
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-10 20:54:40 +0000
committerKarl Berry <karl@freefriends.org>2015-04-10 20:54:40 +0000
commit8c3034b5cd54c82925a751f02ee0d81e13b063fa (patch)
tree2582958657c61f39fbb4bc9be83456eb0c3ba7d9 /Master/texmf-dist/source/latex/datetime2-english
parent2e3f318d3b477cde81267e04e82c8cf467c7a6e8 (diff)
datetime2-english (10apr15)
git-svn-id: svn://tug.org/texlive/trunk@36760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/datetime2-english')
-rw-r--r--Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx47
1 files changed, 24 insertions, 23 deletions
diff --git a/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx b/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
index 18b8818be0c..a643cb7d8bd 100644
--- a/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
@@ -60,7 +60,7 @@
%
%\title{English Module for datetime2 Package}
%\author{Nicola L. C. Talbot}
-%\date{2015-03-24 (v1.0)}
+%\date{2015-04-09 (v1.01)}
%\maketitle
%
%\begin{abstract}
@@ -472,7 +472,7 @@
%\changes{1.0}{2015-03-24}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{english-base}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english-base}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Since the main emphasize of the \sty{datetime2} package is to
% provide expandable dates where possible, the commands here need to
@@ -798,7 +798,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{english}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{english}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load the base English module.
% \begin{macrocode}
@@ -893,7 +893,7 @@
%\fi
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GB}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GB}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1088,6 +1088,7 @@
% \end{macrocode}
%
% Define numeric style.
+%\changes{1.01}{2015-04-09}{fixed mispelt style name}
% \begin{macrocode}
\DTMnewstyle
{en-GB-numeric}% label
@@ -1187,7 +1188,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GB}}%
- {\DTMsetstyle{en-GB-regional}}%
+ {\DTMsetstyle{en-GB-numeric}}%
}%
}%
% \end{macrocode}
@@ -1208,7 +1209,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-US}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1510,7 +1511,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-US}}%
- {\DTMsetstyle{en-US-regional}}%
+ {\DTMsetstyle{en-US-numeric}}%
}%
}%
% \end{macrocode}
@@ -1532,7 +1533,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-CA}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-CA}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1833,7 +1834,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-CA}}%
- {\DTMsetstyle{en-CA-regional}}%
+ {\DTMsetstyle{en-CA-numeric}}%
}%
}%
% \end{macrocode}
@@ -1854,7 +1855,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-AU}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-AU}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2156,7 +2157,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-AU}}%
- {\DTMsetstyle{en-AU-regional}}%
+ {\DTMsetstyle{en-AU-numeric}}%
}%
}%
% \end{macrocode}
@@ -2177,7 +2178,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-NZ}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-NZ}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2474,7 +2475,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-NZ}}%
- {\DTMsetstyle{en-NZ-regional}}%
+ {\DTMsetstyle{en-NZ-numeric}}%
}%
}%
% \end{macrocode}
@@ -2495,7 +2496,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GG}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-GG}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2789,7 +2790,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-GG}}%
- {\DTMsetstyle{en-GG-regional}}%
+ {\DTMsetstyle{en-GG-numeric}}%
}%
}%
% \end{macrocode}
@@ -2809,7 +2810,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-JE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-JE}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3103,7 +3104,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-JE}}%
- {\DTMsetstyle{en-JE-regional}}%
+ {\DTMsetstyle{en-JE-numeric}}%
}%
}%
% \end{macrocode}
@@ -3123,7 +3124,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IM}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IM}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3417,7 +3418,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IM}}%
- {\DTMsetstyle{en-IM-regional}}%
+ {\DTMsetstyle{en-IM-numeric}}%
}%
}%
% \end{macrocode}
@@ -3437,7 +3438,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-MT}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-MT}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3731,7 +3732,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-MT}}%
- {\DTMsetstyle{en-MT-regional}}%
+ {\DTMsetstyle{en-MT-numeric}}%
}%
}%
% \end{macrocode}
@@ -3752,7 +3753,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IE}[2015/03/24 v1.0 (NLCT)]
+\ProvidesDateTimeModule{en-IE}[2015/04/09 v1.01 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -4046,7 +4047,7 @@
\DTMifcaseregional
{}% do nothing
{\DTMsetstyle{en-IE}}%
- {\DTMsetstyle{en-IE-regional}}%
+ {\DTMsetstyle{en-IE-numeric}}%
}%
}%
% \end{macrocode}