komascript/uni-titlepage

upper- and lowertitleback has a wrong indention

Closed this issue · 1 comments

I found that the position of the uppertitleback and the lowertitleback with the Markus-2 are not at the right position. There is an indention of a \parindet before the minipage.

I fixed it with the code below:

\renewcommand*{\makemaintitleback}{%
  \begin{titlepage}
    \noindent% <== MR 
    \begin{minipage}[t]{\textwidth}
      \@titlepagefont{\@uppertitleback}%
    \end{minipage}\par
    \vfill
    \noindent% <== MR 
    \begin{minipage}[b]{\textwidth}
      \@titlepagefont{\@lowertitleback}%
    \end{minipage}
  \end{titlepage}
}

Thank you for the report. The issue is not only with style Markus-2 but some other styles too. My fix is somehow different to also handle \parfillskip issues.