summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx15
1 files changed, 6 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx
index 01e6c19ac98..2a9d03e4dd4 100644
--- a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx
+++ b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx
@@ -23,8 +23,7 @@
% The file loads the following packages:
% \begin{itemize}
% \item\textsf{tikz} -- Used for dimension arithmetic.
-% \item\textsf{geometry} -- Used for the modifications of the type
-% area dimensions.
+% \item\textsf{changepage} -- Used for width adjustments.
% \end{itemize}
% \begin{macrocode}
\thesis@require{tikz}
@@ -258,7 +257,6 @@
\def\thesis@blocks@cover{%
\ifthesis@cover@
\thesis@blocks@clear
- \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside
\begin{alwayssingle}
\thispagestyle{empty}
\begin{center}
@@ -272,7 +270,6 @@
\ \thesis@year\hfill\thesis@author}
\end{center}
\end{alwayssingle}
- \ifthesis@twoside@\@twosidetrue\fi % Re-enable twoside
\fi}
% \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@titlePage}
@@ -284,7 +281,6 @@
% \begin{macrocode}
\def\thesis@blocks@titlePage{%
\thesis@blocks@clear
- \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside
\begin{alwayssingle}
\thispagestyle{empty}
% The top of the page
@@ -304,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%
@@ -316,8 +314,7 @@
\thesis@czech@advisorTitle: \thesis@advisor\hfill%
\fi%
\thesis@place\ \thesis@year}
- \end{alwayssingle}
- \ifthesis@twoside@\@twosidetrue\fi} % Re-enable twoside
+ \end{alwayssingle}}
% \end{macrocode}
% \end{macro}
% All blocks within the autolayout postamble that are not defined