diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-09 21:46:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-09 21:46:27 +0000 |
commit | 8880238fbf26f6a833cac9e5cddb6b0f05031ba4 (patch) | |
tree | ca851b79fcf0434ead89f3499637845165bcc170 /Master/texmf-dist/tex/latex/fithesis/style | |
parent | 81c64bf866318f555cc38994687f4713c10f8ba5 (diff) |
fithesis (9oct15)
git-svn-id: svn://tug.org/texlive/trunk@38602 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/style')
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% |