summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/eukdate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-19 16:40:07 +0000
committerKarl Berry <karl@freefriends.org>2009-03-19 16:40:07 +0000
commit048192eed34c6907165dc00320dc880cc749e21a (patch)
tree6c96fd0cbb9eca59373f12b477aedb3249dcb216 /Master/texmf-dist/tex/latex/eukdate
parentb2b633e01d06322e0aa769988f0ea7320d9f9a37 (diff)
eukdate update (17mar09)
git-svn-id: svn://tug.org/texlive/trunk@12436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/eukdate')
-rw-r--r--Master/texmf-dist/tex/latex/eukdate/eukdate.sty18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/eukdate/eukdate.sty b/Master/texmf-dist/tex/latex/eukdate/eukdate.sty
index 0ae699568a8..b4ad759f8cd 100644
--- a/Master/texmf-dist/tex/latex/eukdate/eukdate.sty
+++ b/Master/texmf-dist/tex/latex/eukdate/eukdate.sty
@@ -21,7 +21,7 @@
%% version 2005/12/01 or later.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eukdate}[2008/07/07 v1.02 LaTeX Package UK format date with weekday]
+\ProvidesPackage{eukdate}[2009/03/18 v1.04 UK format date (Hart's Rules) with weekday]
\newif\if@euk@noweekday
\newif\if@euk@usdate
\newif\if@euk@julian
@@ -66,24 +66,24 @@
\addtocounter{euk@date}{-7}
\repeat
\newcommand\weekday{%
- \ifcase\theeuk@date Saturday\or Sunday\or Monday\or%
+ \ifcase\theeuk@date Saturday\or Sunday\or Monday\or
Tuesday\or Wednesday\or Thursday\or Friday\fi}
\newcommand\monthname{%
- \ifcase\number\month\or January\or February\or March\or%
- April\or May\or June\or July\or August\or%
+ \ifcase\number\month\or January\or February\or March\or
+ April\or May\or June\or July\or August\or
September\or October\or November\or December\fi}
\def\today{%
- \if@euk@noweekday\else\weekday,\space\fi%
+ \if@euk@noweekday\else\weekday,\space\fi
\if@euk@usdate
\monthname\space\number\day,%
\else
- \number\day\space\monthname%
+ \number\day\space\monthname
\fi
\space\number\year}
\edef\euk@ordinal{%
- \ifcase\number\day\or st\or nd\or rd\or th\or th\or%
- th\or th\or th\or th\or th\or th\or th\or th\or th\or%
- th\or th\or th\or th\or th\or th\or st\or nd\or rd\or%
+ \ifcase\number\day\or st\or nd\or rd\or th\or th\or
+ th\or th\or th\or th\or th\or th\or th\or th\or th\or
+ th\or th\or th\or th\or th\or th\or st\or nd\or rd\or
th\or th\or th\or th\or th\or th\or th\or st\fi}
\endinput
%%