From e7704f6d536405a498b576e3591aba2f7c2a86d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@gmail.com> Date: Thu, 8 Oct 2015 23:59:58 +0200 Subject: [PATCH] Fixed the leading on the title page of the `mu/sci` style. --- fithesis/style/mu/sci.dtx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fithesis/style/mu/sci.dtx b/fithesis/style/mu/sci.dtx index c56b91c..2a9d03e 100644 --- a/fithesis/style/mu/sci.dtx +++ b/fithesis/style/mu/sci.dtx @@ -300,9 +300,11 @@ \end{adjustwidth} % The middle of the page \vfill - {\bf\thesis@titlePage@Huge\thesis@TeXtitle\\[0.8em]} + \parbox\textwidth{% Prevent vfills from squashing the leading + \bf\thesis@titlePage@Huge\thesis@TeXtitle} + {\thesis@titlePage@Huge\\[0.8em]} {\thesis@titlePage@large\thesis@czech@typeName\\[1em]} - {\bf\thesis@titlePage@LARGE\thesis@author}\\ + {\bf\thesis@titlePage@LARGE\thesis@author\\} \vfill\noindent % The bottom of the page {\bf\thesis@titlePage@normalsize% -- GitLab