summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime/dt-dutch.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime/dt-dutch.def')
-rw-r--r--Master/texmf-dist/tex/latex/datetime/dt-dutch.def25
1 files changed, 23 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime/dt-dutch.def b/Master/texmf-dist/tex/latex/datetime/dt-dutch.def
index 190d0693a74..e2946007bd8 100644
--- a/Master/texmf-dist/tex/latex/datetime/dt-dutch.def
+++ b/Master/texmf-dist/tex/latex/datetime/dt-dutch.def
@@ -7,7 +7,7 @@
%% datetime.dtx (with options: `dt-dutch.def,package')
%%
%% datetime.dtx
-%% Copyright 2013 Nicola Talbot
+%% Copyright 2015 Nicola Talbot
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -38,7 +38,7 @@
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
-\ProvidesFile{dt-dutch.def}[2013/09/10]%
+\ProvidesFile{dt-dutch.def}[2015/03/20]%
\providecommand{\monthnamedutch}[1][\month]{%
\@orgargctr=#1\relax
\ifcase\@orgargctr
@@ -66,6 +66,27 @@ Month numbers should go from 1 to 12}%
\@day=##1\relax\@month=##2\relax\@year=##3\relax
\number\@day~\monthnamedutch[\@month]\space \number\@year}}%
\global\let\datedutch\datedutch
+\providecommand*{\dayofweeknameiddutch}[1]{%
+\ifcase#1\relax
+\or zondag%
+\or maandag%
+\or dinsdag%
+\or woensdag%
+\or donderdag%
+\or vrijdag%
+\or zaterdag%
+\fi}
+
+\providecommand*{\shortdayofweeknameiddutch}[1]{%
+\ifcase#1\relax
+\or zo%
+\or ma%
+\or di%
+\or wo%
+\or do%
+\or vr%
+\or za%
+\fi}
\endinput
%%
%% End of file `dt-dutch.def'.