summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime/dt-norsk.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime/dt-norsk.def')
-rw-r--r--Master/texmf-dist/tex/latex/datetime/dt-norsk.def22
1 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime/dt-norsk.def b/Master/texmf-dist/tex/latex/datetime/dt-norsk.def
index d6663075645..03e0824621b 100644
--- a/Master/texmf-dist/tex/latex/datetime/dt-norsk.def
+++ b/Master/texmf-dist/tex/latex/datetime/dt-norsk.def
@@ -7,7 +7,7 @@
%% datetime.dtx (with options: `dt-norsk.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
@@ -66,6 +66,26 @@ Month numbers should go from 1 to 12}%
\@day=##1\relax\@month=##2\relax\@year=##3\relax
\number\@day.~\monthnamenorsk[\@month]\space\number\@year}}%
\global\let\datenorsk\datenorsk
+\providecommand*{\dayofweeknameidnorsk}[1]{%
+\ifcase#1\relax
+\or S\o{}ndag%
+\or Mandag%
+\or Tirsdag%
+\or Onsdag%
+\or Torsdag%
+\or Fredag%
+\or L\o{}rdag%
+\fi}
+\providecommand*{\shortdayofweeknameidnorsk}[1]{%
+\ifcase#1\relax
+\or S\o{}n%
+\or Man%
+\or Tir%
+\or Ons%
+\or Tor%
+\or Fre%
+\or L\o{}r%
+\fi}
\endinput
%%
%% End of file `dt-norsk.def'.