summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-10 20:55:20 +0000
committerKarl Berry <karl@freefriends.org>2017-09-10 20:55:20 +0000
commitfe7eb475424b6da9570efd4cb2ab66f07480c614 (patch)
treecabab0a5a5833efbb5e1c02fcd14fd227c3e6e51 /Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
parentc5e51871b0822153231509ed07f5654fb8c08164 (diff)
datetime2-german (10sep17)
git-svn-id: svn://tug.org/texlive/trunk@45264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf')
-rw-r--r--Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf57
1 files changed, 52 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf b/Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
index 46a4847a685..0c0f22f3ffc 100644
--- a/Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
+++ b/Master/texmf-dist/tex/latex/datetime2-german/datetime2-german-utf8.ldf
@@ -8,16 +8,18 @@
%%
%% datetime2-german.dtx
%% Copyright 2015 Nicola Talbot
+%% Copyright 2017 Sebastian Friedl
%%
%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
+%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license of (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
-%% and version 1.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008/05/04 or later.
%%
-%% This work has the LPPL maintenance status `inactive'.
+%% 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
@@ -39,7 +41,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesDateTimeModule{german-utf8}[2017/03/09 v1.1]
+\ProvidesDateTimeModule{german-utf8}[2017/09/10 v1.2]
\newcommand*{\DTMgermanordinal}[1]{%
\number#1
}
@@ -71,6 +73,34 @@
Dezember%
\fi
}
+\newcommand*{\DTMgermanshortmonthname}[1]{%
+ \ifcase#1
+ \or
+ Jan.%
+ \or
+ Feb.%
+ \or
+ März%
+ \or
+ Apr.%
+ \or
+ Mai%
+ \or
+ Juni%
+ \or
+ Juli%
+ \or
+ Aug.%
+ \or
+ Sep.%
+ \or
+ Okt.%
+ \or
+ Nov.%
+ \or
+ Dez.%
+ \fi
+}
\newcommand*{\DTMgermanweekdayname}[1]{%
\ifcase#1
Montag%
@@ -88,6 +118,23 @@
Sonntag%
\fi
}
+\newcommand*{\DTMgermanshortweekdayname}[1]{%
+ \ifcase#1
+ Mo.%
+ \or
+ Di.%
+ \or
+ Mi.%
+ \or
+ Do.%
+ \or
+ Fr.%
+ \or
+ Sa.%
+ \or
+ So.%
+ \fi
+}
\endinput
%%
%% End of file `datetime2-german-utf8.ldf'.