diff options
Diffstat (limited to 'Master/texmf-dist/source/latex')
4 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index c460dd54706..4a3b5bd1577 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -46,11 +46,16 @@ %<*class> \NeedsTeXFormat{LaTeX2e} % Define `\thesis@version` and store it in the `VERSION.tex` file \fi -\def\thesis@version{2015/08/26 v0.3.21 fithesis3 MU thesis class} +\def\thesis@version{2015/10/09 v0.3.22 fithesis3 MU thesis class} % {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % +% \changes{v0.3.22} {2015/10/09}{Updated the link colors in the +% style of the Faculty of Economics and Administration at the +% Masaryk University in Brno and fixed the title page leading +% in the style of the Faculty of Science at the Masaryk +% University in Brno. [VN]} % \changes{v0.3.21} {2015/08/26}{Fixed an invalid font name. [VN]} % \changes{v0.3.20} {2015/07/07}{Removed an extraneous % \cs{hypersetup} option to eliminate a warning. Performed diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx index 4f9cd053ec5..e0153aa90ab 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -417,7 +417,6 @@ \def\thesis@blocks@cover{% \ifthesis@cover@% \thesis@blocks@clear% - \ifthesis@twoside@\@twosidefalse\fi % Temporarily disable twoside \begin{alwayssingle}% \thispagestyle{empty}% \begin{center}% @@ -430,7 +429,6 @@ \thesis@blocks@cover@footer% \end{center}% \end{alwayssingle}% - \ifthesis@twoside@\@twosidetrue\fi % Re-enable twoside \fi} % \end{macrocode} % The output of the |\thesis@blocks@cover@header| macro is diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx index 97d75552c51..5718501d90b 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -12,7 +12,7 @@ % The file defines the color scheme of the respective faculty. % \begin{macrocode} \thesis@color@setup{ - links={HTML}{E68935}, + links={HTML}{F27995}, tableEmph={HTML}{E8B88B}, tableOdd={HTML}{F5ECEB}, tableEven={HTML}{EBD8D5}} 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 |