diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx b/Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx index a923e58338d..d133c5a623e 100644 --- a/Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx +++ b/Master/texmf-dist/source/latex/datetime2-romanian/datetime2-romanian.dtx @@ -19,8 +19,8 @@ %\fi % \iffalse % Doc-Source file to use with LaTeX2e -% Copyright (C) 2015 Nicola Talbot, all rights reserved. -% Copyright (C) 2017 Paul A. Patience <pap@papatience.com>, all rights reserved. +% Copyright (C) 2015-2020 Nicola Talbot, all rights reserved. +% Copyright (C) 2017-2020 Paul A. Patience <pap@papatience.com>, all rights reserved. % \fi % \iffalse %<*driver> @@ -63,7 +63,7 @@ %\title{Romanian Module for datetime2 Package} %\author{Nicola L. C. Talbot (inactive) \\ % Paul A. Patience\thanks{E-mail: pap@papatience.com}} -%\date{2017-04-08 (v1.01)} +%\date{2020-09-21 (v1.02)} %\maketitle % %\begin{abstract} @@ -99,7 +99,7 @@ %\changes{1.0}{2015-03-31}{Initial release} % Identify module % \begin{macrocode} -\ProvidesDateTimeModule{romanian-utf8}[2017/04/08 v1.01] +\ProvidesDateTimeModule{romanian-utf8}[2020/09/21 v1.02] % \end{macrocode} %\begin{macro}{\DTMromanianordinal} % \begin{macrocode} @@ -361,7 +361,7 @@ %\changes{1.0}{2015-03-31}{Initial release} % Identify module % \begin{macrocode} -\ProvidesDateTimeModule{romanian-ascii}[2017/04/08 v1.01] +\ProvidesDateTimeModule{romanian-ascii}[2020/09/21 v1.02] % \end{macrocode} % %\begin{macro}{\DTMromanianordinal} @@ -619,7 +619,7 @@ % % Identify Module % \begin{macrocode} -\ProvidesDateTimeModule{romanian}[2017/04/08 v1.01] +\ProvidesDateTimeModule{romanian}[2020/09/21 v1.02] % \end{macrocode} % Need to find out if XeTeX or LuaTeX are being used. % \begin{macrocode} @@ -980,6 +980,7 @@ % Redefine \cs{dateromanian} (or \cs{date}\meta{dialect}) to prevent % \sty{babel} from resetting \cs{today}. (For this to work, % \sty{babel} must already have been loaded if it's required.) +%\changes{1.02}{2020-09-21}{removed spurious space} % \begin{macrocode} \ifcsundef{date\CurrentTrackedDialect} {% @@ -1000,7 +1001,7 @@ \DTMifcaseregional {}% do nothing {\DTMsetstyle{romanian}}% - {\DTMsetstyle{romanian-numeric}} + {\DTMsetstyle{romanian-numeric}}% }% }% % \end{macrocode} |