summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/datetime/dt-swedish.def
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/datetime/dt-swedish.def')
-rw-r--r--Master/texmf-dist/tex/latex/datetime/dt-swedish.def22
1 files changed, 21 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/datetime/dt-swedish.def b/Master/texmf-dist/tex/latex/datetime/dt-swedish.def
index eb3fe1d7498..e7f72d73ed6 100644
--- a/Master/texmf-dist/tex/latex/datetime/dt-swedish.def
+++ b/Master/texmf-dist/tex/latex/datetime/dt-swedish.def
@@ -7,7 +7,7 @@
%% datetime.dtx (with options: `dt-swedish.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
@@ -77,6 +77,26 @@ Month numbers should go from 1 to 12}%
\number\@day/\number\@month\space\number\@year}%
}%
\global\let\datesdmy\datesdmy
+\providecommand*{\dayofweeknameidswedish}[1]{%
+\ifcase#1\relax
+\or S\"ondag%
+\or M\aa{}ndag%
+\or Tisdag%
+\or Onsdag%
+\or Torsdag%
+\or Fredag%
+\or L\"ordag%
+\fi}
+\providecommand*{\shortdayofweeknameidswedish}[1]{%
+\ifcase#1\relax
+\or S\"on%
+\or M\aa{}n%
+\or Tis%
+\or Ons%
+\or Tor%
+\or Fre%
+\or L\"or%
+\fi}
\endinput
%%
%% End of file `dt-swedish.def'.