summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf')
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf43
1 files changed, 21 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf b/Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf
index c044c92bb59..371db83314f 100644
--- a/Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-german/datetime2-de-DE.ldf
@@ -4,11 +4,11 @@
%%
%% The original source files were:
%%
-%% datetime2-german.dtx (with options: `datetime2-de-DE.ldf,package')
+%% datetime2-de-DE.dtx (with options: `datetime2-de-DE.ldf,package')
%%
%% datetime2-german.dtx
%% Copyright 2015 Nicola Talbot
-%% Copyright 2017 Sebastian Friedl
+%% Copyright 2017-19 Sebastian Friedl
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -21,12 +21,16 @@
%% This work has the LPPL maintenance status `maintained'.
%% Current maintainer of the work is Sebastian Friedl
%%
-%% This work consists of the files datetime2-german.dtx and
-%% datetime2-german.ins and the derived files
-%% datetime2-german-utf8.ldf, datetime2-german-ascii.ldf,
-%% datetime2-german.ldf, datetime2-de-DE.ldf,
-%% datetime2-de-AT.ldf and datetime2-de-CH.ldf
-%%
+%% This work consists of the files and the derived files:
+%% - datetime2-german.ins, - datetime2-german-base.ldf,
+%% - datetime2-german-base.dtx, - datetime2-german-base-ascii.ldf,
+%% - datetime2-german-base-ascii.dtx, - datetime2-german-base-utf8.ldf,
+%% - datetime2-german-base-utf8.dtx, - datetime2-german.ldf,
+%% - datetime2-german.ldf, - datetime2-de-DE.ldf,
+%% - datetime2-de-DE.ldf, - datetime2-de-AT.ldf and
+%% - datetime2-de-AT.ldf, - datetime2-de-CH.ldf
+%% - datetime2-de-CH.ldf and
+%% - datetime2-german-doc.dtx
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -42,8 +46,8 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{de-DE}[2017/11/13 v2.1]
-\RequireDateTimeModule{german}
+\ProvidesDateTimeModule{de-DE}[2019/12/13 v3.0]
+\RequireDateTimeModule{german-base}
\newcommand*{\DTMdeDEdowdaysep}{,\space}
\newcommand*{\DTMdeDEdaymonthsep}{.\DTMtexorpdfstring{\protect~}{\space}}
\newcommand*{\DTMdeDEmonthyearsep}{\space}
@@ -90,9 +94,7 @@
\DTMifbool{de-DE}{showyear}%
{%
\DTMdeDEmonthyearsep%
- \DTMifbool{de-DE}{abbr}%
- {'\DTMtwodigits{##1}}%
- {\number##1 }% space intended
+ \number##1 % space intended
}%
{}%
}%
@@ -117,9 +119,7 @@
\DTMifbool{de-DE}{showyear}%
{%
\DTMdeDEmonthyearsep%
- \DTMifbool{de-DE}{abbr}%
- {'\DTMtwodigits{##1}}%
- {\number##1 }% space intended
+ \number##1 % space intended
}%
{}%
}
@@ -233,19 +233,18 @@
}
\DTMifcaseregional
{}% do nothing
- {\DTMsetstyle{de-DE}}
- {\DTMsetstyle{de-DE-numeric}}
+ {\DTMsetstyle{de-DE}}%
+ {\DTMsetstyle{de-DE-numeric}}%
\ifcsundef{date\CurrentTrackedDialect}
{%
\ifundef\dategerman
- {% do nothing
- }%
+ {}% do nothing
{%
\def\dategerman{%
\DTMifcaseregional
{}% do nothing
- {\DTMsetstyle{german}}%
- {\DTMsetstyle{german-numeric}}%
+ {\DTMsetstyle{de-DE}}%
+ {\DTMsetstyle{de-DE-numeric}}%
}%
}%
}%