summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/style/mu
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style/mu')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty2
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty12
3 files changed, 6 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
index 069fd0620ba..edafe421ecc 100644
--- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
+++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty
@@ -199,7 +199,6 @@
\def\thesis@blocks@cover{%
\ifthesis@cover@%
\thesis@blocks@clear%
- \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside
\begin{alwayssingle}%
\thispagestyle{empty}%
\begin{center}%
@@ -212,7 +211,6 @@
\thesis@blocks@cover@footer%
\end{center}%
\end{alwayssingle}%
- \ifthesis@twoside@\@twosidetrue\fi % Re-enable twoside
\fi}
\newif\ifthesis@blocks@cover@university@
\thesis@blocks@cover@university@true
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty
index ddf3d1769d7..d61cd277ef0 100644
--- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty
+++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty
@@ -52,7 +52,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-econ}[2015/06/27]
\thesis@color@setup{
- links={HTML}{E68935},
+ links={HTML}{F27995},
tableEmph={HTML}{E8B88B},
tableOdd={HTML}{F5ECEB},
tableEven={HTML}{EBD8D5}}
diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty
index 438cc4f7d8e..c8ed5e66b62 100644
--- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty
+++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty
@@ -201,7 +201,6 @@
\def\thesis@blocks@cover{%
\ifthesis@cover@
\thesis@blocks@clear
- \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside
\begin{alwayssingle}
\thispagestyle{empty}
\begin{center}
@@ -215,11 +214,9 @@
\ \thesis@year\hfill\thesis@author}
\end{center}
\end{alwayssingle}
- \ifthesis@twoside@\@twosidetrue\fi % Re-enable twoside
\fi}
\def\thesis@blocks@titlePage{%
\thesis@blocks@clear
- \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside
\begin{alwayssingle}
\thispagestyle{empty}
% The top of the page
@@ -239,9 +236,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%
@@ -251,8 +250,7 @@
\thesis@czech@advisorTitle: \thesis@advisor\hfill%
\fi%
\thesis@place\ \thesis@year}
- \end{alwayssingle}
- \ifthesis@twoside@\@twosidetrue\fi} % Re-enable twoside
+ \end{alwayssingle}}
\def\thesis@preamble{%
{\thesis@selectLocale{czech}%
\thesis@blocks@cover%