diff options
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/babel-macedonian/macedonian.dtx | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/generic/babel-macedonian/macedonian.dtx b/Master/texmf-dist/source/generic/babel-macedonian/macedonian.dtx index f4e7aeaa691..ee0997a1f85 100644 --- a/Master/texmf-dist/source/generic/babel-macedonian/macedonian.dtx +++ b/Master/texmf-dist/source/generic/babel-macedonian/macedonian.dtx @@ -35,7 +35,7 @@ \ProvidesFile{macedonian.dtx} %</dtx> %<code>\ProvidesLanguage{macedonian} - [2015/11/04 v1.0 Macedonian support from the babel system] + [2016/02/05 v1.1 Macedonian support from the babel system] % %% File `macedonian.dtx' %% Babel package for LaTeX version 2e @@ -87,6 +87,8 @@ %\end{enumerate} % Various ``cyrillic'' dashes and quotation marks traditionally used in Macedonian are borrowed % from German language. French quotation marks may be seen as well in older books. To make them available, the implementation from \file{bulgarian.dtx} have been inherited for this class. Additional details for dashes and quotation marks can be found in \file{bulgarian.dtx}. % For example, the character |"| is made active. % +% \subsection{Updates to v1.1.} +% The month names are now in accordance with the Macedonian orthography i.e. a month starts with a non-capital letter\footnote{Dario Gjorgjevski contributed for this addition.}. A small typo is fixed. % % \StopEventually{} % \subsection{Implementation} @@ -463,18 +465,18 @@ % \begin{macrocode} \def\datemacedonian{% \def\month@macedonian{\ifcase\month\or - \CYRJE\cyra\cyrn\cyru\cyra\cyrr\cyri\or - \CYRF\cyre\cyrb\cyrr\cyru\cyra\cyrr\cyri\or - \CYRM\cyra\cyrr\cyrt\or - \CYRA\cyrp\cyrr\cyri\cyrl\or - \CYRM\cyra\cyrje\or - \CYRJE\cyru\cyrn\cyri\or - \CYRJE\cyru\cyrl\cyri\or - \CYRA\cyrv\cyrg\cyru\cyrs\cyrt\or - \CYRS\cyre\cyrp\cyrt\cyre\cyrm\cyrv\cyrr\cyri\or - \CYRO\cyrk\cyrt\cyro\cyrm\cyrv\cyrr\cyri\or - \CYRN\cyro\cyre\cyrm\cyrv\cyrr\cyri\or - \CYRD\cyre\cyrk\cyre\cyrm\cyrv\cyrr\cyri\fi}% + \cyrje\cyra\cyrn\cyru\cyra\cyrr\cyri\or + \cyrf\cyre\cyrv\cyrr\cyru\cyra\cyrr\cyri\or + \cyrm\cyra\cyrr\cyrt\or + \cyra\cyrp\cyrr\cyri\cyrl\or + \cyrm\cyra\cyrje\or + \cyrje\cyru\cyrn\cyri\or + \cyrje\cyru\cyrl\cyri\or + \cyra\cyrv\cyrg\cyru\cyrs\cyrt\or + \cyrs\cyre\cyrp\cyrt\cyre\cyrm\cyrv\cyrr\cyri\or + \cyro\cyrk\cyrt\cyro\cyrm\cyrv\cyrr\cyri\or + \cyrn\cyro\cyre\cyrm\cyrv\cyrr\cyri\or + \cyrd\cyre\cyrk\cyre\cyrm\cyrv\cyrr\cyri\fi}% \def\month@Roman{\expandafter\@Roman\month}% \def\today{\number\day~\month@macedonian\ \number\year~\cyrg\cyro\cyrd.}% \def\todayRoman{\number\day.\,\month@Roman.\,\number\year~\cyrg\cyro\cyrd.}% |