diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 13:25:07 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-08 13:25:07 +0000 |
commit | 4744e238bf3505366f01e9dedff4e47c9aa529d8 (patch) | |
tree | 62cedbde05c62588c0fa704bbdc4726767ffe999 /Master/texmf-dist/source/latex/eukdate | |
parent | 3f5477b87d3d1d055a99f5e556f3560956bdc5f8 (diff) |
eukdate v1.02 2008/07/07
git-svn-id: svn://tug.org/texlive/trunk@9364 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eukdate')
-rw-r--r-- | Master/texmf-dist/source/latex/eukdate/eukdate.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/eukdate/eukdate.dtx b/Master/texmf-dist/source/latex/eukdate/eukdate.dtx index 457bc0f23bd..8e55525807c 100644 --- a/Master/texmf-dist/source/latex/eukdate/eukdate.dtx +++ b/Master/texmf-dist/source/latex/eukdate/eukdate.dtx @@ -16,7 +16,7 @@ % % \iffalse %<package>\NeedsTeXFormat{LaTeX2e} -%<package>\ProvidesPackage{eukdate}[2008/06/28 v1.01 LaTeX Package UK format date with weekday] +%<package>\ProvidesPackage{eukdate}[2008/07/07 v1.02 LaTeX Package UK format date with weekday] % %<*driver> \documentclass{ltxdoc} @@ -66,7 +66,7 @@ % \begin{align*}w &= \begin{cases} % d + \floor{\frac{26}{10}\pp{m+1}} + y + \floor{\frac{y}{4}} + \floor{\frac{c}{4}} - 2c\mod 7 & \mbox{Gregorian calendar}\\ % d + \floor{\frac{26}{10}\pp{m+1}} + y + \floor{\frac{y}{4}} + 5 - c\mod 7 & \mbox{Julian calendar} -% \end{cases}\end{align*}where $d$ is the day of the month, $m$ is the number of the month, $y$ is the two digit year, $c$ is the century (so the year is given by $100c+y$) and $w$ represents the day of the week (0 for \weekday\ through to 6 for Friday); January and February are counted as months 13 and 14 of the previous year. +% \end{cases}\end{align*}where $d$ is the day of the month, $m$ is the number of the month, $y$ is the two digit year, $c$ is the century (so the year is given by $100c+y$) and $w$ represents the day of the week (0 for Saturday through to 6 for Friday); January and February are counted as months 13 and 14 of the previous year. % % \makeatletter % The ordinal indicator of the date (in e.g. \number\day\textsuperscript{\euk@ordinal}, \number\day\euk@ordinal) is absent because its use is outdated. |