summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/uni-titlepage
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-24 21:28:20 +0000
committerKarl Berry <karl@freefriends.org>2022-01-24 21:28:20 +0000
commit09927d6cecf32c0cd1ddb7499b6b481bedf98cb6 (patch)
treeb9a9f02b914a59aef6f86f095b8cb4ff27e0cab9 /Master/texmf-dist/source/latex/uni-titlepage
parent40016efe79a53ac2b557d733e72bb411aff489ec (diff)
uni-titlepage (24jan22)
git-svn-id: svn://tug.org/texlive/trunk@61729 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/uni-titlepage')
-rw-r--r--Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv2
-rw-r--r--Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.dtx13
2 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv b/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv
index 41c3fedd361..6302f3e101d 100644
--- a/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv
+++ b/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.drv
@@ -30,7 +30,7 @@
uni-titlepage%
.drv%
}[%
-2021/11/01 v0.7a
+2022/01/24 v0.7b
KOMA presents the title page project
]
\documentclass{scrdoc}
diff --git a/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.dtx b/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.dtx
index c4f9295b72d..e1f4c342c36 100644
--- a/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.dtx
+++ b/Master/texmf-dist/source/latex/uni-titlepage/uni-titlepage.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
% ============================================================================
% uni-titlepage.dtx
-% Copyright (c) Markus Kohm, 2009-2021
+% Copyright (c) Markus Kohm, 2009-2022
%
% This file is part of the LaTeX package `uni-titlepage'
%
@@ -81,10 +81,10 @@
}[%
%</!README>
%<README>
-%<README>Release: 2021/11/01 v0.7a
+%<README>Release: 2022/01/24 v0.7b
%<README>
%<README>License: LPPL 1.3c
-%<!README>2021/11/01 v0.7a
+%<!README>2022/01/24 v0.7b
%<README>
KOMA presents the title page project
%<*!README>
@@ -1829,6 +1829,7 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
% \end{macro}
% \begin{macro}{\germanordinalmalerefereename}
% \changes{v0.7}{2021/08/18}{new}
+% \changes{v0.7b}{2022/01/24}{missing \cs{fi} added}
% \begin{macrocode}
\newcommand*{\germanordinalmalerefereename}[1]{%
\ifnum #1<\@ne
@@ -1840,7 +1841,9 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
\PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
This package does only define German ordinal names for referees up
to 4}%
- \fi
+
+ \fi
+ \fi
}
% \end{macrocode}
% \end{macro}
@@ -1854,6 +1857,7 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
% \end{macro}
% \begin{macro}{\germanordinalmalecorrectorname}
% \changes{v0.7}{2021/08/18}{new}
+% \changes{v0.7b}{2022/01/24}{missing \cs{fi} added}
% \begin{macrocode}
\newcommand*{\germanordinalmalecorrectorname}[1]{%
\ifnum #1<\@ne
@@ -1865,6 +1869,7 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
\PackageError{uni-titlepage}{Ordinal of `#1' not defined}{%
This package does only define German ordinal names for correctors up
to 6}%
+ \fi
\fi
}
% \end{macrocode}