summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/uni-titlepage/uni-titlepage.dtx')
-rw-r--r--macros/latex/contrib/uni-titlepage/uni-titlepage.dtx26
1 files changed, 18 insertions, 8 deletions
diff --git a/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx b/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx
index 810f8aee40..b742e18303 100644
--- a/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx
+++ b/macros/latex/contrib/uni-titlepage/uni-titlepage.dtx
@@ -60,10 +60,10 @@
}[%
%</!README>
%<README>
-%<README>Release: 2022/08/05 v1.1
+%<README>Release: 2022/09/06 v1.1a
%<README>
%<README>License: LPPL 1.3c
-%<!README>2022/08/05 v1.1
+%<!README>2022/09/06 v1.1a
%<README>
KOMA presents the title page project
%<*!README>
@@ -607,7 +607,7 @@ KOMA presents the title page project
% \label{sec:Style-JT-Aufsaetze}
%
% The style is based on the front cover of ``Jan Tschichold: Ausgewählte
-% Aufsätze über Fragen der Gestalt des Buches und der Typüographie, Birkhäuser
+% Aufsätze über Fragen der Gestalt des Buches und der Typographie, Birkhäuser
% Verlag Basel, 1975, ISBN: 3-7643-1946-1''. I've made this, because the book
% is a major book of classic typography. It seems to be old fashioned and indeed
% it is. Note, that the front cover of a book an the main title of a book are
@@ -2982,11 +2982,15 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
% \begin{imacro}{\makemaintitleback}
% \changes{v0.5e}{2019/11/20}{\cs{ifstr} in \textsf{scrbase} renamed to
% \cs{Ifstr}}
+% \changes{v1.1a}{2022/09/06}{resetting paragraph skip, indent and fillskip}
% Only some of the styles define this:
% \begin{macrocode}
%<*KOMAScript|Markus|Spacer|JT-Aufsaetze|JT-Geschichte|JT-Typography>
\renewcommand*{\makemaintitleback}{%
\begin{titlepage}
+ \setlength{\parskip}{\z@}%
+ \setlength{\parindent}{\z@}%
+ \setlength{\parfillskip}{\z@\@plus 1fil}%
\begin{minipage}[t]{\textwidth}
\@titlepagefont{\@uppertitleback}%
\end{minipage}\par
@@ -3000,6 +3004,9 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
%<*TU-HH>
\renewcommand*{\makemaintitleback}{%
\begin{titlepage}
+ \setlength{\parskip}{\z@}%
+ \setlength{\parindent}{\z@}%
+ \setlength{\parfillskip}{\z@\@plus 1fil}%
\vspace*{\fill}
\iffinal
\@tempcnta\z@
@@ -3020,6 +3027,7 @@ You may however distribute the file `uni-titlepage.dtx' without this file.
%<*WWUM>
\renewcommand*{\makemaintitleback}{%
\begin{titlepage}
+ \setlength{\parfillskip}{\z@\@plus 1fil}%
\vspace*{\fill}
\noindent
\@tempcnta\z@
@@ -3575,11 +3583,13 @@ a TDS tree. All files `titlepage-*.tex` and `titlepage-*.pdf` as well as
# Unpacking and Installation for Users
-Users can use the installation described at
-[Unpacking and Installation for Developers and Distributors]. However, if
-your TeX distributor already distributes a ready for installation package, you
-do not need and should not create files and copy them yourself. Just use the
-package manager of your TeX distribution to install the package.
+Users can use the installation described at [Unpacking and Installation for
+Developers and
+Distributors](#unpacking-and-installation-for-developers-and-distributors).
+However, if your TeX distributor already distributes a ready for installation
+package, you do not need and should not create files and copy them
+yourself. Just use the package manager of your TeX distribution to install the
+package.
# How to Contribute