summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-10 23:23:23 +0000
committerKarl Berry <karl@freefriends.org>2016-03-10 23:23:23 +0000
commit765bb9e8694ae9806f43c102dd9fb2cb3662179d (patch)
tree46f552798cea19cb78d283a265ddb42af3ae8d12 /Master
parentb2284ba3ff1934d059ac5273c78c325f513bbf26 (diff)
datetime2-english (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@39991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/CHANGES5
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.pdfbin0 -> 96433 bytes
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.tex89
-rw-r--r--Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdfbin544753 -> 547119 bytes
-rw-r--r--Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx135
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf6
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf2
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf2
17 files changed, 243 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/CHANGES b/Master/texmf-dist/doc/latex/datetime2-english/CHANGES
index e0cb8a49fa5..f754b796122 100644
--- a/Master/texmf-dist/doc/latex/datetime2-english/CHANGES
+++ b/Master/texmf-dist/doc/latex/datetime2-english/CHANGES
@@ -1,3 +1,8 @@
+v1.04 (2016-03-09):
+
+ * Added "dowdaysep" option to en-GB, en-AU, en-NZ, en-GG,
+ en-JE, en-IM, en-MT and en-IE modules.
+
v1.03 (2016-01-23):
* Added "zone" option to en-US, en-CA and en-AU modules.
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.pdf b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.pdf
new file mode 100644
index 00000000000..f51efa41f59
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.tex b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.tex
new file mode 100644
index 00000000000..685bf9a7f1a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english-sample.tex
@@ -0,0 +1,89 @@
+% This file is public domain
+% arara: pdflatex
+% arara: pdflatex
+\documentclass[british,american,australian,canadian,newzealand,en-GG,en-JE,en-IM,en-MT,en-IE]{article}
+
+\usepackage{babel}
+\usepackage[useregional,% use regional style instead of default ISO format
+ showzoneminutes=false,% don't show time zone minutes
+ showdow% show the day of week name if supported
+ ]{datetime2}
+\usepackage[colorlinks]{hyperref}
+
+% Use standard mappings for the time zones (if supported)
+\DTMlangsetup*{mapzone,zone=standard}
+
+% Save some date and times for later use
+\DTMsavetimestamp{mydate}{2014-06-03T12:45:02+01:00}
+\DTMsavetimestamp{mydate2}{2015-03-20T08:05:09+00:00}
+\DTMsavetimestamp{mydate3}{2012-12-28T13:35:28-04:00}
+\DTMsavetimestamp{mydate3}{2014-12-15T23:55:49-06:00}
+\DTMsavetimestamp{mydate4}{2014-01-27T12:05:00+09:30}
+\DTMsavetimestamp{mydate5}{2013-11-28T02:05:00+11:00}
+
+% Define command to test each region for this sample document
+\newcommand{\testregion}[1]{%
+ \ifcsdef{date#1}{\selectlanguage{#1}}{\DTMsetstyle{#1}}%
+
+ \section{#1}
+
+ Today: \today.
+
+ Now: \DTMnow.
+
+ \subsection{\DTMuse{mydate}}
+ Saved Date (\texttt{mydate}): \DTMusedate{mydate}
+ Saved time (\texttt{mydate}): \DTMusetime{mydate}.
+ \typeout{Date (#1): \DTMusedate{mydate}}
+
+ \subsection{\DTMuse{mydate2}}
+ Saved Date (\texttt{mydate2}): \DTMusedate{mydate2}
+ Saved time (\texttt{mydate2}): \DTMusetime{mydate2}.
+ \typeout{Date (#1): \DTMusedate{mydate2}}
+
+ \subsection{\DTMuse{mydate3}}
+ Saved Date (\texttt{mydate3}): \DTMusedate{mydate3}
+ Saved time (\texttt{mydate3}): \DTMusetime{mydate3}.
+ \typeout{Date (#1): \DTMusedate{mydate3}}
+
+ \subsection{\DTMuse{mydate4}}
+ Saved Date (\texttt{mydate4}): \DTMusedate{mydate4}
+ Saved time (\texttt{mydate4}): \DTMusetime{mydate4}.
+ \typeout{Date (#1): \DTMusedate{mydate4}}
+
+ \subsection{\DTMuse{mydate5}}
+ Saved Date (\texttt{mydate5}): \DTMusedate{mydate5}
+ Saved time (\texttt{mydate5}): \DTMusetime{mydate5}.
+ \typeout{Date (#1): \DTMusedate{mydate5}}
+}
+
+\title{Sample Document Illustrating datetime2-english}
+\author{Nicola Talbot}
+
+\begin{document}
+\maketitle
+
+\tableofcontents
+
+\testregion{british}
+
+\testregion{american}
+
+\testregion{australian}
+
+\testregion{canadian}
+
+\testregion{newzealand}
+
+% no official babel language for these regions as far as I can tell:
+\testregion{en-GG}
+
+\testregion{en-JE}
+
+\testregion{en-IM}
+
+\testregion{en-MT}
+
+\testregion{en-IE}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
index 9b0c6a83329..189c2989a3e 100644
--- a/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
+++ b/Master/texmf-dist/doc/latex/datetime2-english/datetime2-english.pdf
Binary files differ
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 9116cadc19f..0b1376ca17a 100644
--- a/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
+++ b/Master/texmf-dist/source/latex/datetime2-english/datetime2-english.dtx
@@ -36,7 +36,7 @@
pdftitle={datetime2.sty English Module}]{hyperref}
-\CheckSum{2679}
+\CheckSum{2727}
\renewcommand*{\usage}[1]{\hyperpage{#1}}
\renewcommand*{\main}[1]{\hyperpage{#1}}
@@ -62,7 +62,7 @@
%
%\title{English Module for datetime2 Package}
%\author{Nicola L. C. Talbot}
-%\date{2016-01-23 (v1.03)}
+%\date{2016-03-09 (v1.04)}
%\maketitle
%
%\begin{abstract}
@@ -217,6 +217,10 @@
% \cs{DTMlangsetup} to modify the date-time style. These are:
%
%\begin{description}
+%\item[\opt{dowdaysep}] The separator between the day of week name and the
+%day of month number. This defaults to \cs{space}. Ignored if the
+%\opt{showdow} option is \opt{false}.
+%
%\item[\opt{daymonthsep}] The separator between the day and the month
%name in the \texttt{en-GB} style. This defaults to \cs{space}.
%
@@ -613,7 +617,7 @@
%\changes{1.0}{2015-03-24}{Initial release}
% Identify module
% \begin{macrocode}
-\ProvidesDateTimeModule{english-base}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{english-base}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Since the main emphasize of the \sty{datetime2} package is to
% provide expandable dates where possible, the commands here need to
@@ -947,7 +951,7 @@
%
% Identify Module
% \begin{macrocode}
-\ProvidesDateTimeModule{english}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{english}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load the base English module.
% \begin{macrocode}
@@ -1042,7 +1046,7 @@
%\fi
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GB}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-GB}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1052,6 +1056,16 @@
% Allow the user a way of configuring the "en-GB" and
% "en-GB-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenGBdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenGBdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenGBdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -1099,6 +1113,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-GB}{dowdaysep}{\renewcommand*{\DTMenGBdowdaysep}{#1}}
\DTMdefkey{en-GB}{daymonthsep}{\renewcommand*{\DTMenGBdaymonthsep}{#1}}
\DTMdefkey{en-GB}{monthyearsep}{\renewcommand*{\DTMenGBmonthyearsep}{#1}}
\DTMdefkey{en-GB}{datetimesep}{\renewcommand*{\DTMenGBdatetimesep}{#1}}
@@ -1184,7 +1199,7 @@
\DTMifbool{en-GB}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenGBdowdaysep
\fi
\fi
\DTMifbool{en-GB}{showdayofmonth}%
@@ -1358,7 +1373,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-US}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -1920,7 +1935,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-CA}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-CA}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2421,7 +2436,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-AU}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-AU}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2431,6 +2446,16 @@
% Allow the user a way of configuring the "en-AU" and
% "en-AU-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenAUdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month number for the
+% text format.
+% \begin{macrocode}
+\newcommand*{\DTMenAUdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenAUdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -2478,6 +2503,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-AU}{dowdaysep}{\renewcommand*{\DTMenAUdowdaysep}{#1}}
\DTMdefkey{en-AU}{daymonthsep}{\renewcommand*{\DTMenAUdaymonthsep}{#1}}
\DTMdefkey{en-AU}{monthyearsep}{\renewcommand*{\DTMenAUmonthyearsep}{#1}}
\DTMdefkey{en-AU}{datetimesep}{\renewcommand*{\DTMenAUdatetimesep}{#1}}
@@ -2637,7 +2663,7 @@
\DTMifbool{en-AU}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenAUdowdaysep
\fi
\fi
\DTMifbool{en-AU}{showdayofmonth}%
@@ -2931,7 +2957,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-NZ}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-NZ}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -2942,6 +2968,16 @@
% "en-NZ-numeric" styles.
% This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenNZdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenNZdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenNZdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -2989,6 +3025,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-NZ}{dowdaysep}{\renewcommand*{\DTMenNZdowdaysep}{#1}}
\DTMdefkey{en-NZ}{daymonthsep}{\renewcommand*{\DTMenNZdaymonthsep}{#1}}
\DTMdefkey{en-NZ}{monthyearsep}{\renewcommand*{\DTMenNZmonthyearsep}{#1}}
\DTMdefkey{en-NZ}{datetimesep}{\renewcommand*{\DTMenNZdatetimesep}{#1}}
@@ -3074,7 +3111,7 @@
\DTMifbool{en-NZ}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenNZdowdaysep
\fi
\fi
\DTMifbool{en-NZ}{showdayofmonth}%
@@ -3249,7 +3286,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-GG}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-GG}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3259,6 +3296,16 @@
% Allow the user a way of configuring the "en-GG" and
% "en-GG-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenGGdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenGGdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenGGdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -3306,6 +3353,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-GG}{dowdaysep}{\renewcommand*{\DTMenGGdowdaysep}{#1}}
\DTMdefkey{en-GG}{daymonthsep}{\renewcommand*{\DTMenGGdaymonthsep}{#1}}
\DTMdefkey{en-GG}{monthyearsep}{\renewcommand*{\DTMenGGmonthyearsep}{#1}}
\DTMdefkey{en-GG}{datetimesep}{\renewcommand*{\DTMenGGdatetimesep}{#1}}
@@ -3391,7 +3439,7 @@
\DTMifbool{en-GG}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenGGdowdaysep
\fi
\fi
\DTMifbool{en-GG}{showdayofmonth}%
@@ -3563,7 +3611,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-JE}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-JE}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3573,6 +3621,16 @@
% Allow the user a way of configuring the "en-JE" and
% "en-JE-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenJEdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenJEdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenJEdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -3620,6 +3678,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-JE}{dowdaysep}{\renewcommand*{\DTMenJEdowdaysep}{#1}}
\DTMdefkey{en-JE}{daymonthsep}{\renewcommand*{\DTMenJEdaymonthsep}{#1}}
\DTMdefkey{en-JE}{monthyearsep}{\renewcommand*{\DTMenJEmonthyearsep}{#1}}
\DTMdefkey{en-JE}{datetimesep}{\renewcommand*{\DTMenJEdatetimesep}{#1}}
@@ -3705,7 +3764,7 @@
\DTMifbool{en-JE}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenJEdowdaysep
\fi
\fi
\DTMifbool{en-JE}{showdayofmonth}%
@@ -3877,7 +3936,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IM}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-IM}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -3887,6 +3946,16 @@
% Allow the user a way of configuring the "en-IM" and
% "en-IM-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenIMdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenIMdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenIMdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -3934,6 +4003,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-IM}{dowdaysep}{\renewcommand*{\DTMenIMdowdaysep}{#1}}
\DTMdefkey{en-IM}{daymonthsep}{\renewcommand*{\DTMenIMdaymonthsep}{#1}}
\DTMdefkey{en-IM}{monthyearsep}{\renewcommand*{\DTMenIMmonthyearsep}{#1}}
\DTMdefkey{en-IM}{datetimesep}{\renewcommand*{\DTMenIMdatetimesep}{#1}}
@@ -4019,7 +4089,7 @@
\DTMifbool{en-IM}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenIMdowdaysep
\fi
\fi
\DTMifbool{en-IM}{showdayofmonth}%
@@ -4191,7 +4261,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-MT}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-MT}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -4201,6 +4271,16 @@
% Allow the user a way of configuring the "en-MT" and
% "en-MT-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenMTdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day of week name and the day of month
+% number for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenMTdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenMTdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -4248,6 +4328,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-MT}{dowdaysep}{\renewcommand*{\DTMenMTdowdaysep}{#1}}
\DTMdefkey{en-MT}{daymonthsep}{\renewcommand*{\DTMenMTdaymonthsep}{#1}}
\DTMdefkey{en-MT}{monthyearsep}{\renewcommand*{\DTMenMTmonthyearsep}{#1}}
\DTMdefkey{en-MT}{datetimesep}{\renewcommand*{\DTMenMTdatetimesep}{#1}}
@@ -4333,7 +4414,7 @@
\DTMifbool{en-MT}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenMTdowdaysep
\fi
\fi
\DTMifbool{en-MT}{showdayofmonth}%
@@ -4506,7 +4587,7 @@
%
% Identify this module.
% \begin{macrocode}
-\ProvidesDateTimeModule{en-IE}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-IE}[2016/03/09 v1.04 (NLCT)]
% \end{macrocode}
% Load base English module.
% \begin{macrocode}
@@ -4516,6 +4597,15 @@
% Allow the user a way of configuring the "en-IE" and
% "en-IE-numeric" styles. This doesn't use the package wide separators such as
% \cs{dtm@datetimesep} in case other date formats are also required.
+%
+%\begin{macro}{\DTMenIEdowdaysep}
+%\changes{1.04}{2016-03-09}{new}
+% The separator between the day and month for the text format.
+% \begin{macrocode}
+\newcommand*{\DTMenIEdowdaysep}{\space}
+% \end{macrocode}
+%\end{macro}
+%
%\begin{macro}{\DTMenIEdaymonthsep}
% The separator between the day and month for the text format.
% \begin{macrocode}
@@ -4563,6 +4653,7 @@
%Provide keys that can be used in \cs{DTMlangsetup} to set these
%separators.
% \begin{macrocode}
+\DTMdefkey{en-IE}{dowdaysep}{\renewcommand*{\DTMenIEdowdaysep}{#1}}
\DTMdefkey{en-IE}{daymonthsep}{\renewcommand*{\DTMenIEdaymonthsep}{#1}}
\DTMdefkey{en-IE}{monthyearsep}{\renewcommand*{\DTMenIEmonthyearsep}{#1}}
\DTMdefkey{en-IE}{datetimesep}{\renewcommand*{\DTMenIEdatetimesep}{#1}}
@@ -4648,7 +4739,7 @@
\DTMifbool{en-IE}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenIEdowdaysep
\fi
\fi
\DTMifbool{en-IE}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
index c38d70fb33e..5bd34d9ff88 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-AU.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-AU}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-AU}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenAUdowdaysep}{\space}
\newcommand*{\DTMenAUdaymonthsep}{\space}
\newcommand*{\DTMenAUmonthyearsep}{\space}
\newcommand*{\DTMenAUdatetimesep}{\space}
\newcommand*{\DTMenAUtimezonesep}{\space}
\newcommand*{\DTMenAUdatesep}{/}
\newcommand*{\DTMenAUtimesep}{:}
+\DTMdefkey{en-AU}{dowdaysep}{\renewcommand*{\DTMenAUdowdaysep}{#1}}
\DTMdefkey{en-AU}{daymonthsep}{\renewcommand*{\DTMenAUdaymonthsep}{#1}}
\DTMdefkey{en-AU}{monthyearsep}{\renewcommand*{\DTMenAUmonthyearsep}{#1}}
\DTMdefkey{en-AU}{datetimesep}{\renewcommand*{\DTMenAUdatetimesep}{#1}}
@@ -160,7 +162,7 @@
\DTMifbool{en-AU}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenAUdowdaysep
\fi
\fi
\DTMifbool{en-AU}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
index 029fcd4e692..2fa85437180 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-CA.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-CA}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-CA}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenCAmonthdaysep}{\space}
\newcommand*{\DTMenCAdowmonthsep}{\space}
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
index cd64816ea0e..6491b2f36df 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-GB}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-GB}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenGBdowdaysep}{\space}
\newcommand*{\DTMenGBdaymonthsep}{\space}
\newcommand*{\DTMenGBmonthyearsep}{\space}
\newcommand*{\DTMenGBdatetimesep}{\space}
\newcommand*{\DTMenGBtimezonesep}{\space}
\newcommand*{\DTMenGBdatesep}{/}
\newcommand*{\DTMenGBtimesep}{:}
+\DTMdefkey{en-GB}{dowdaysep}{\renewcommand*{\DTMenGBdowdaysep}{#1}}
\DTMdefkey{en-GB}{daymonthsep}{\renewcommand*{\DTMenGBdaymonthsep}{#1}}
\DTMdefkey{en-GB}{monthyearsep}{\renewcommand*{\DTMenGBmonthyearsep}{#1}}
\DTMdefkey{en-GB}{datetimesep}{\renewcommand*{\DTMenGBdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-GB}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenGBdowdaysep
\fi
\fi
\DTMifbool{en-GB}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
index 3c257987f5d..c5642d58bca 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GG.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-GG}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-GG}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenGGdowdaysep}{\space}
\newcommand*{\DTMenGGdaymonthsep}{\space}
\newcommand*{\DTMenGGmonthyearsep}{\space}
\newcommand*{\DTMenGGdatetimesep}{\space}
\newcommand*{\DTMenGGtimezonesep}{\space}
\newcommand*{\DTMenGGdatesep}{/}
\newcommand*{\DTMenGGtimesep}{:}
+\DTMdefkey{en-GG}{dowdaysep}{\renewcommand*{\DTMenGGdowdaysep}{#1}}
\DTMdefkey{en-GG}{daymonthsep}{\renewcommand*{\DTMenGGdaymonthsep}{#1}}
\DTMdefkey{en-GG}{monthyearsep}{\renewcommand*{\DTMenGGmonthyearsep}{#1}}
\DTMdefkey{en-GG}{datetimesep}{\renewcommand*{\DTMenGGdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-GG}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenGGdowdaysep
\fi
\fi
\DTMifbool{en-GG}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
index c3014865de3..6a37c4feba8 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IE.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-IE}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-IE}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenIEdowdaysep}{\space}
\newcommand*{\DTMenIEdaymonthsep}{\space}
\newcommand*{\DTMenIEmonthyearsep}{\space}
\newcommand*{\DTMenIEdatetimesep}{\space}
\newcommand*{\DTMenIEtimezonesep}{\space}
\newcommand*{\DTMenIEdatesep}{/}
\newcommand*{\DTMenIEtimesep}{:}
+\DTMdefkey{en-IE}{dowdaysep}{\renewcommand*{\DTMenIEdowdaysep}{#1}}
\DTMdefkey{en-IE}{daymonthsep}{\renewcommand*{\DTMenIEdaymonthsep}{#1}}
\DTMdefkey{en-IE}{monthyearsep}{\renewcommand*{\DTMenIEmonthyearsep}{#1}}
\DTMdefkey{en-IE}{datetimesep}{\renewcommand*{\DTMenIEdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-IE}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenIEdowdaysep
\fi
\fi
\DTMifbool{en-IE}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
index d284f7531ca..737c2183e4f 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-IM.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-IM}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-IM}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenIMdowdaysep}{\space}
\newcommand*{\DTMenIMdaymonthsep}{\space}
\newcommand*{\DTMenIMmonthyearsep}{\space}
\newcommand*{\DTMenIMdatetimesep}{\space}
\newcommand*{\DTMenIMtimezonesep}{\space}
\newcommand*{\DTMenIMdatesep}{/}
\newcommand*{\DTMenIMtimesep}{:}
+\DTMdefkey{en-IM}{dowdaysep}{\renewcommand*{\DTMenIMdowdaysep}{#1}}
\DTMdefkey{en-IM}{daymonthsep}{\renewcommand*{\DTMenIMdaymonthsep}{#1}}
\DTMdefkey{en-IM}{monthyearsep}{\renewcommand*{\DTMenIMmonthyearsep}{#1}}
\DTMdefkey{en-IM}{datetimesep}{\renewcommand*{\DTMenIMdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-IM}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenIMdowdaysep
\fi
\fi
\DTMifbool{en-IM}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
index 4b6580fcc1d..188a5fd3f7d 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-JE.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-JE}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-JE}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenJEdowdaysep}{\space}
\newcommand*{\DTMenJEdaymonthsep}{\space}
\newcommand*{\DTMenJEmonthyearsep}{\space}
\newcommand*{\DTMenJEdatetimesep}{\space}
\newcommand*{\DTMenJEtimezonesep}{\space}
\newcommand*{\DTMenJEdatesep}{/}
\newcommand*{\DTMenJEtimesep}{:}
+\DTMdefkey{en-JE}{dowdaysep}{\renewcommand*{\DTMenJEdowdaysep}{#1}}
\DTMdefkey{en-JE}{daymonthsep}{\renewcommand*{\DTMenJEdaymonthsep}{#1}}
\DTMdefkey{en-JE}{monthyearsep}{\renewcommand*{\DTMenJEmonthyearsep}{#1}}
\DTMdefkey{en-JE}{datetimesep}{\renewcommand*{\DTMenJEdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-JE}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenJEdowdaysep
\fi
\fi
\DTMifbool{en-JE}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
index 6263ccfde7c..81982d01595 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-MT.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-MT}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-MT}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenMTdowdaysep}{\space}
\newcommand*{\DTMenMTdaymonthsep}{\space}
\newcommand*{\DTMenMTmonthyearsep}{\space}
\newcommand*{\DTMenMTdatetimesep}{\space}
\newcommand*{\DTMenMTtimezonesep}{\space}
\newcommand*{\DTMenMTdatesep}{/}
\newcommand*{\DTMenMTtimesep}{:}
+\DTMdefkey{en-MT}{dowdaysep}{\renewcommand*{\DTMenMTdowdaysep}{#1}}
\DTMdefkey{en-MT}{daymonthsep}{\renewcommand*{\DTMenMTdaymonthsep}{#1}}
\DTMdefkey{en-MT}{monthyearsep}{\renewcommand*{\DTMenMTmonthyearsep}{#1}}
\DTMdefkey{en-MT}{datetimesep}{\renewcommand*{\DTMenMTdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-MT}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenMTdowdaysep
\fi
\fi
\DTMifbool{en-MT}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
index b50ba697223..0bbb5851d11 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-NZ.ldf
@@ -44,14 +44,16 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-NZ}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-NZ}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
+\newcommand*{\DTMenNZdowdaysep}{\space}
\newcommand*{\DTMenNZdaymonthsep}{\space}
\newcommand*{\DTMenNZmonthyearsep}{\space}
\newcommand*{\DTMenNZdatetimesep}{\space}
\newcommand*{\DTMenNZtimezonesep}{\space}
\newcommand*{\DTMenNZdatesep}{/}
\newcommand*{\DTMenNZtimesep}{:}
+\DTMdefkey{en-NZ}{dowdaysep}{\renewcommand*{\DTMenNZdowdaysep}{#1}}
\DTMdefkey{en-NZ}{daymonthsep}{\renewcommand*{\DTMenNZdaymonthsep}{#1}}
\DTMdefkey{en-NZ}{monthyearsep}{\renewcommand*{\DTMenNZmonthyearsep}{#1}}
\DTMdefkey{en-NZ}{datetimesep}{\renewcommand*{\DTMenNZdatetimesep}{#1}}
@@ -90,7 +92,7 @@
\DTMifbool{en-NZ}{abbr}%
{\DTMenglishshortweekdayname{##4}}%
{\DTMenglishweekdayname{##4}}%
- \space
+ \DTMenNZdowdaysep
\fi
\fi
\DTMifbool{en-NZ}{showdayofmonth}%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
index 935e83ff30c..8e223f730d3 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-US.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{en-US}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{en-US}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
\newcommand*{\DTMenUSmonthdaysep}{\space}
\newcommand*{\DTMenUSdowmonthsep}{\space}
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
index b1ef49683d1..ed430eb116a 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english-base.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{english-base}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{english-base}[2016/03/09 v1.04 (NLCT)]
\newcommand*{\DTMenglishordinal}[1]{%
\number#1 % space intended
\DTMenglishfmtordsuffix{%
diff --git a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
index 3fb46c1fa2d..7f24d5e4eee 100644
--- a/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-english/datetime2-english.ldf
@@ -44,7 +44,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{english}[2016/01/23 v1.03 (NLCT)]
+\ProvidesDateTimeModule{english}[2016/03/09 v1.04 (NLCT)]
\RequireDateTimeModule{english-base}
\DTMnewstyle
{english}% label