diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datetime/datetime-manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/datetime/datetime-manual.tex | 55 |
1 files changed, 10 insertions, 45 deletions
diff --git a/Master/texmf-dist/doc/latex/datetime/datetime-manual.tex b/Master/texmf-dist/doc/latex/datetime/datetime-manual.tex index f65173bbfdb..0580c26cbc9 100644 --- a/Master/texmf-dist/doc/latex/datetime/datetime-manual.tex +++ b/Master/texmf-dist/doc/latex/datetime/datetime-manual.tex @@ -14,14 +14,22 @@ \RecordChanges \OnlyDescription -\title{datetime.sty v2.59: +\title{datetime.sty v2.60: Formatting Current Date and Time} \author{Nicola L. C. Talbot\\[10pt] Dickimaw Books\\ \url{http://www.dickimaw-books.com/}} - \date{2013-09-10} + \date{2015-03-20} \maketitle + +\begin{important} +This is the last version of this package. The replacement package is +called \sty{datetime2} and will be released shortly after the +this final version. +\end{important} + \tableofcontents + \section{Introduction} \changes{1.0}{2000/08/08}{First release} \changes{1.01}{2000/09/18}{Documentation added} @@ -580,49 +588,6 @@ a number or ordinal as a word, but it only has very limited multilingual support. See the \sty{fmtcount} documentation for further details. -There is currently only \emph{limited} multilingual support for -\ics{dayofweekname} and \ics{shortdayofweekname} (just -English, French, Portuguese, Spanish and German\footnote{thanks -to Uwe Bieling for supplying the German names}). You can add support -for other languages by defining the commands -\cs{dayofweeknameid}\meta{lang} and -\cs{shortdayofweeknameid}\meta{lang}. Note that these -commands only take \emph{one} argument which should be -a number from~1 to~7 indicating the day of the week. - -You can use the following as templates. Replace -\texttt{english} with the name of your language (as given -by \ics{languagename}) and replace \texttt{Sunday} -etc as appropriate: -\begin{verbatim} -\providecommand*{\dayofweeknameidenglish}[1]{% -\ifcase#1\relax -\or Sunday% -\or Monday% -\or Tuesday% -\or Wednesday% -\or Thursday% -\or Friday% -\or Saturday% -\fi} - -\providecommand*{\shortdayofweeknameidenglish}[1]{% -\ifcase#1\relax -\or Sun% -\or Mon% -\or Tue% -\or Wed% -\or Thu% -\or Fri% -\or Sat% -\fi} -\end{verbatim} -If you want them added to future versions of -\sty{datetime}, please post them on my feature request form at: -\url{http://www.dickimaw-books.com/feature-request.html}. -Please use \LaTeX\ commands to produce accents to ensure encoding -independence. (For example, use \verb|\'e| instead of \'{e}.) - \section{Registers} \TeX\ provides \ics{day}, \ics{month} and \ics{year} registers. In |