diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-10 23:23:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-10 23:23:23 +0000 |
commit | 765bb9e8694ae9806f43c102dd9fb2cb3662179d (patch) | |
tree | 46f552798cea19cb78d283a265ddb42af3ae8d12 /Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf | |
parent | b2284ba3ff1934d059ac5273c78c325f513bbf26 (diff) |
datetime2-english (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@39991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf')
-rw-r--r-- | Master/texmf-dist/tex/latex/datetime2-english/datetime2-en-GB.ldf | 6 |
1 files changed, 4 insertions, 2 deletions
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}% |