diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/datetime/datetime.dtx | 36 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/datetime/datetime.ins | 4 |
2 files changed, 33 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/datetime/datetime.dtx b/Master/texmf-dist/source/latex/datetime/datetime.dtx index d420ecc299a..e4f211f1572 100644 --- a/Master/texmf-dist/source/latex/datetime/datetime.dtx +++ b/Master/texmf-dist/source/latex/datetime/datetime.dtx @@ -7,7 +7,7 @@ % -author "Nicola Talbot" % -dir "source" % datetime -% Created on 2009/11/17 22:04 +% Created on 2010/2/6 14:17 %\fi %\iffalse %<*package> @@ -30,7 +30,7 @@ %\fi % \iffalse % Doc-Source file to use with LaTeX2e -% Copyright (C) 2009 Nicola Talbot, all rights reserved. +% Copyright (C) 2010 Nicola Talbot, all rights reserved. % \fi % \iffalse %<*driver> @@ -54,7 +54,7 @@ %\RecordChanges %\OnlyDescription % -%\title{datetime.sty v2.56: Formatting Current Date and +%\title{datetime.sty v2.57: Formatting Current Date and %Time} % \author{Nicola L. C. Talbot\\[10pt] % School of Computing Sciences\\ @@ -62,7 +62,7 @@ % Norwich. NR4 7TJ.\\ % United Kingdom.\\ % \url{http://theoval.cmp.uea.ac.uk/~nlct/}} -% \date{16th November 2009} +% \date{6th Feb 2010} % \maketitle % \tableofcontents % \section{Introduction} @@ -692,7 +692,7 @@ % This section documents the code for \texttt{datetime.sty} % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{datetime}[2009/11/16 v2.56 Date Time Package] +\ProvidesPackage{datetime}[2010/02/06 v2.57 Date Time Package] % \end{macrocode} %\texttt{fmtcount.sty} needs to be loaded here as it defines the % command \cs{fmtord} which may be redefined later: @@ -3831,6 +3831,32 @@ Month numbers should go from 1 to 12}% \@day=##1\relax\@month=##2\relax\@year=##3\relax \number\@day~\monthnameromanian[\@month]\space\number\@year}} % \end{macrocode} +% The following were provided by Daniel Dumitriu: +% \begin{macrocode} +\providecommand{\dayofweeknameidromanian}[1]{% +\ifcase#1\relax +\or duminic\u{a}% +\or luni% +\or mar\c{t}i% +\or miercuri% +\or joi% +\or vineri% +\or s\^{a}mb\u{a}t\u{a}% +\fi} +% \end{macrocode} +% +% \begin{macrocode} +\providecommand{\shortdayofweeknameidromanian}[1]{% +\ifcase#1\relax +\or D% +\or L% +\or Ma% +\or Mi% +\or J% +\or V% +\or S% +\fi} +% \end{macrocode} %\iffalse % \begin{macrocode} %</dt-romanian.def> diff --git a/Master/texmf-dist/source/latex/datetime/datetime.ins b/Master/texmf-dist/source/latex/datetime/datetime.ins index 84830ffae77..19af678890d 100644 --- a/Master/texmf-dist/source/latex/datetime/datetime.ins +++ b/Master/texmf-dist/source/latex/datetime/datetime.ins @@ -1,10 +1,10 @@ -% datetime.ins generated using makedtx version 0.94b 2009/11/17 22:04 +% datetime.ins generated using makedtx version 0.94b 2010/2/6 14:17 \input docstrip \preamble datetime.dtx - Copyright 2009 Nicola Talbot + Copyright 2010 Nicola Talbot This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 |