Skip to content
Snippets Groups Projects
Unverified Commit c60d48df authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Always put thesis@advisor on the title page for mu/phil

parent a9af92c7
No related branches found
No related tags found
No related merge requests found
...@@ -55,21 +55,18 @@ ...@@ -55,21 +55,18 @@
\fi \fi
% \end{macrocode} % \end{macrocode}
% \begin{macro}{\thesis@blocks@titlePage} % \begin{macro}{\thesis@blocks@titlePage}
% In the case of a KISK thesis, the style file redefines the cover % The style file redefines the cover and title page footers to include the
% and title page footers to include the thesis advisor's name. % thesis advisor's name.
% \changes{v0.3.51} {2018/11/05}{Always typeset the name of the advisor
% on the title page for the Faculty of Arts at the Masaryk University
% in Brno, Czech Republic. [VN]}
% \begin{macrocode} % \begin{macrocode}
\ifx\thesis@department\thesis@departments@kisk \def\thesis@blocks@titlePage@content{%
\def\thesis@blocks@titlePage@content{% {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in
{\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]}
{\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]} {\thesis@titlePage@Large\bf\thesis@author}
{\thesis@titlePage@Large\bf\thesis@author} {\thesis@titlePage@large\\[0.3in]
% If this is a KISK thesis, typeset the name of the thesis {\bf\thesis@@{advisorTitle}:} \thesis@advisor}}
% advisor.
\ifx\thesis@department\thesis@departments@kisk
{\thesis@titlePage@large\\[0.3in]
{\bf\thesis@@{advisorTitle}:} \thesis@advisor}
\fi}%
\fi
% \end{macrocode} % \end{macrocode}
% \end{macro} % \end{macro}
% Note that there is no direct support for the seminar paper and % Note that there is no direct support for the seminar paper and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment