diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-20 22:00:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-20 22:00:00 +0000 |
commit | 52a178cb066231efe1cb28de129fef9df3ad0d71 (patch) | |
tree | 17efa02000dc1a71daecce8b47ea71b1a9710171 /Master/texmf-dist/source/latex/datetime2-finnish | |
parent | 0572809ff2da349a70f53551dba2ec7bb2b0e930 (diff) |
datetime2-finnish (20mar18)
git-svn-id: svn://tug.org/texlive/trunk@47047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/datetime2-finnish')
-rw-r--r-- | Master/texmf-dist/source/latex/datetime2-finnish/datetime2-finnish.dtx | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/datetime2-finnish/datetime2-finnish.dtx b/Master/texmf-dist/source/latex/datetime2-finnish/datetime2-finnish.dtx index 53dd572a1a9..4a06c43e93a 100644 --- a/Master/texmf-dist/source/latex/datetime2-finnish/datetime2-finnish.dtx +++ b/Master/texmf-dist/source/latex/datetime2-finnish/datetime2-finnish.dtx @@ -61,7 +61,7 @@ % %\title{Finnish Module for datetime2 Package} %\author{Tuomas V\"alim\"aki \and Nicola L. C. Talbot (inactive)} -%\date{2016-03-29 (v1.1)} +%\date{2018-03-20 (v1.2)} %\maketitle % %\begin{abstract} @@ -84,11 +84,11 @@ %\section{Introduction} %\label{sec:intro} %This module defines the styles "finnish" and "finnish-numeric". -%The "finnish" style will automatically be set if the \opt{useregional} -%option is set to \texttt{text}, and the "finnish-numeric" style is automatically +%The "finnish" style will automatically be set if the \opt{useregional} +%option is set to \texttt{text}, and the "finnish-numeric" style is automatically %set if the \opt{useregional} option is set to \texttt{numeric}. % -%There are a number of settings provided that can be used in +%There are a number of settings provided that can be used in %\cs{DTMlangsetup} to modify the date-time style. These are: % %\begin{description} @@ -114,7 +114,7 @@ %to \cs{space}. % %\item[\opt{timezonesep}] The separator between the time and zone for the -%full date-time format (as used by \cs{DTMdisplay}) for both the +%full date-time format (as used by \cs{DTMdisplay}) for both the %"finnish" and "finnish-numeric" styles. This defaults %to \cs{space}. % @@ -125,8 +125,8 @@ %mappings are applied. (The default is \texttt{true}.) The "finnish" % and "finnish-numeric" styles set the mappings EET %(\utc{02}{00}) and EEST (\utc{03}{00}). -%Other time zone mappings that have previously been set -%(for example, by another regional style) will remain unchanged +%Other time zone mappings that have previously been set +%(for example, by another regional style) will remain unchanged %unless you redefine \cs{DTMresetzones} to reset or unset them. % %\item[\opt{showdayofmonth}] A boolean key that determines whether @@ -141,8 +141,8 @@ %The above settings are specific to this module. In addition, the %\opt{showdow} boolean option provided by the \sty{datetime2} package is %checked to determine whether or not to show the day of the -%week in the "finnish" style. The \opt{showdate}, \opt{showzone}, -%\opt{showseconds} and \opt{showzoneminutes} settings of \sty{datetime2} +%week in the "finnish" style. The \opt{showdate}, \opt{showzone}, +%\opt{showseconds} and \opt{showzoneminutes} settings of \sty{datetime2} %are honoured. % %\StopEventually{% @@ -168,7 +168,7 @@ % % Identify module % \begin{macrocode} -\ProvidesDateTimeModule{finnish-utf8}[2016/03/29 v1.1] +\ProvidesDateTimeModule{finnish-utf8}[2018/03/20 v1.2] % \end{macrocode} %\begin{macro}{\DTMfinnishordinal} % \begin{macrocode} @@ -458,7 +458,7 @@ % % Identify module % \begin{macrocode} -\ProvidesDateTimeModule{finnish-ascii}[2016/03/29 v1.1] +\ProvidesDateTimeModule{finnish-ascii}[2018/03/20 v1.2] % \end{macrocode} % %\begin{macro}{\DTMfinnishordinal} @@ -744,7 +744,7 @@ % % Identify Module % \begin{macrocode} -\ProvidesDateTimeModule{finnish}[2016/03/29 v1.1] +\ProvidesDateTimeModule{finnish}[2018/03/20 v1.2] % \end{macrocode} % Need to find out if XeTeX or LuaTeX are being used. % \begin{macrocode} @@ -1095,6 +1095,7 @@ % Redefine \cs{datefinnish} (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.2}{2018-03-20}{fixed a bug with unwanted space} % \begin{macrocode} \ifcsundef{date\CurrentTrackedDialect} {% @@ -1115,7 +1116,7 @@ \DTMifcaseregional {}% do nothing {\DTMsetstyle{finnish}}% - {\DTMsetstyle{finnish-numeric}} + {\DTMsetstyle{finnish-numeric}}% }% }% % \end{macrocode} |