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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/eukdate/README | 10 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/eukdate/eukdate.pdf | bin | 112490 -> 100003 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/eukdate/eukdate.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eukdate/eukdate.sty | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/eukdate/README b/Master/texmf-dist/doc/latex/eukdate/README index 4a45081e586..15fbc7301ec 100644 --- a/Master/texmf-dist/doc/latex/eukdate/README +++ b/Master/texmf-dist/doc/latex/eukdate/README @@ -1,13 +1,13 @@ The eukdate package Andrew Gilbert Moschou -v1.01 2008/06/28 +v1.02 2008/07/07 This work is released under the LPPL v1.3c or later. -The eukdate package is used to change the format of \today's date, -including the weekday, e.g. `Saturday, 26 June 2008', the `UK format', -which is preferred in many parts of the world, as distinct from that -which is used in \maketitle of the article class, `June 26, 2008', the `US format'. +The eukdate package is used to change the format of \today's date, including the +weekday, e.g. `Saturday, 26 June 2008', the `UK format', which is preferred in +many parts of the world, as distinct from that which is used in \maketitle of +the article class, `June 26, 2008', the `US format'. Usage diff --git a/Master/texmf-dist/doc/latex/eukdate/eukdate.pdf b/Master/texmf-dist/doc/latex/eukdate/eukdate.pdf Binary files differindex 8ca55f15bd0..244918df029 100644 --- a/Master/texmf-dist/doc/latex/eukdate/eukdate.pdf +++ b/Master/texmf-dist/doc/latex/eukdate/eukdate.pdf 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. diff --git a/Master/texmf-dist/tex/latex/eukdate/eukdate.sty b/Master/texmf-dist/tex/latex/eukdate/eukdate.sty index c2bccba2567..0ae699568a8 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/06/28 v1.01 LaTeX Package UK format date with weekday] +\ProvidesPackage{eukdate}[2008/07/07 v1.02 LaTeX Package UK format date with weekday] \newif\if@euk@noweekday \newif\if@euk@usdate \newif\if@euk@julian |