summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/scrtime.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-14 18:47:01 +0000
committerKarl Berry <karl@freefriends.org>2009-01-14 18:47:01 +0000
commit899fb3d535cb0d801d8f1f8b528b47581e73f2f7 (patch)
treecd0411c7573a7f8b5675d22616e86acb3fdb4ef1 /Master/texmf-dist/source/latex/koma-script/scrtime.dtx
parent36abc440c0bf73c8e646035470099b88b1b41ce2 (diff)
koma-script update (7jan09)
git-svn-id: svn://tug.org/texlive/trunk@11872 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrtime.dtx')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/scrtime.dtx21
1 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrtime.dtx b/Master/texmf-dist/source/latex/koma-script/scrtime.dtx
index 49a6fd6f05d..5765a3c5f34 100644
--- a/Master/texmf-dist/source/latex/koma-script/scrtime.dtx
+++ b/Master/texmf-dist/source/latex/koma-script/scrtime.dtx
@@ -1,8 +1,8 @@
-% \CheckSum{275}
+% \CheckSum{278}
% \iffalse
% ======================================================================
% scrtime.dtx
-% Copyright (c) Markus Kohm, 1995-2008
+% Copyright (c) Markus Kohm, 1995-2009
%
% This file is part of the LaTeX2e KOMA-Script bundle.
%
@@ -20,7 +20,7 @@
% This work consists of all files listed in manifest.txt.
% ----------------------------------------------------------------------
% scrtime.dtx
-% Copyright (c) Markus Kohm, 1995-2008
+% Copyright (c) Markus Kohm, 1995-2009
%
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
% Version 1.3b, verteilt und/oder veraendert werden.
@@ -63,7 +63,7 @@
%<driver>\ProvidesFile{scrtime.drv}
%<scrtime>\ProvidesPackage{scrtime}
%<scrdate>\ProvidesPackage{scrdate}
- [2006/03/30 v1.1o LaTeX2e KOMA-Script
+ [2009/01/01 v1.1p LaTeX2e KOMA-Script
%<scrtime|scrdate> package]
%<*driver>
driver]
@@ -396,6 +396,7 @@
% \end{macro}
% \begin{macro}{\dayname@dutch}
% \changes{v1.1m}{2002/02/02}{New (thanks to Henk Jongbloets)}
+% \changes{v1.1p}{2009/01/01}{fixed to upper case}
% \begin{macrocode}
\newdaylanguage{dutch}{Maandag}{Dinsdag}{Woensdag}
{Donderdag}{Vrijdag}{Zaterdag}{Zondag}
@@ -405,11 +406,19 @@
% \begin{macro}{\dayname@finish}
% \changes{v1.1n}{2005/02/07}{New (thanks to Hannu V\"ais\"anen)}
% \begin{macrocode}
-\newdaylanguage{finnish}{maanantai}{tiistai}{keskiviikko}
- {torstai}{perjantai}{lauantai}{sunnuntai}
+\newdaylanguage{finnish}{Maanantai}{Tiistai}{Keskiviikko}
+ {Torstai}{Perjantai}{Lauantai}{Sunnuntai}
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\dayname@norsk}
+% \changes{v1.1p}{2009/01/01}{New (thank to Sveinung Heggen)}
+% \begin{macrocode}
+\newdaylanguage{norsk}{Mandag}{Tirsdag}{Onsdag}
+ {Torsdag}{Fredag}{L\o{}rdag}{S\o{}ndag}
+% \end{macrocode}
+% \end{macro}
+%
% If there are no language-definitions, we simply want the US-english names
% of the days.
% \changes{v1.1g}{1997/06/21}{correct name is ``tuesday''.}