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

Do not redefine thesis@titlePage in fsps.dtx

parent 4a4652d5
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
% 5-2013.pdf}}. % 5-2013.pdf}}.
% \begin{macrocode} % \begin{macrocode}
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/02/21] \ProvidesPackage{fithesis/style/mu/fithesis-mu-fsps}[2021/02/26]
% \end{macrocode} % \end{macrocode}
% The file defines the color scheme of the respective faculty. Note % The file defines the color scheme of the respective faculty. Note
% the the color definitions are in RGB, which makes the resulting % the the color definitions are in RGB, which makes the resulting
...@@ -48,38 +48,13 @@ ...@@ -48,38 +48,13 @@
% \begin{macrocode} % \begin{macrocode}
\setlength{\parindent}{1.25cm} \setlength{\parindent}{1.25cm}
% \end{macrocode} % \end{macrocode}
% The style file redefines the title page content
% not to include the author's name and the title page footer
% to include both the author's and advisor's name, the year and
% place of the thesis defense in accordance with the formal
% requirements of the faculty.
% \begin{macrocode}
\def\thesis@blocks@titlePage@footer{%
{\thesis@titlePage@large
{% Calculate the width of the thesis author and advisor boxes
\let\@A\relax\newlength{\@A}\settowidth{\@A}{{%
\bf\thesis@@{advisorTitle}:}}
\let\@B\relax\newlength{\@B}\settowidth{\@B}{\thesis@advisor}
\let\@C\relax\newlength{\@C}\settowidth{\@C}{{%
\bf\thesis@@{authorTitle}:}}
\let\@D\relax\newlength{\@D}\settowidth{\@D}{\thesis@author}
\let\@E\relax\newlength{\@E}\settowidth{\@E}{\thesis@field}
\let\@F\relax\newlength{\@F}\pgfmathsetlength{\@F}{max(\@D,\@E)}
\let\@left\relax\newlength{\@left}\pgfmathsetlength{\@left}{%
max(\@A,\@B)}
\let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{%
max(\@C,\@F)}
% \end{macrocode}
% \changes{v0.3.49}{2018/02/11}{Removed an extraneous \cs{vskip} in % \changes{v0.3.49}{2018/02/11}{Removed an extraneous \cs{vskip} in
% the style files for the Masaryk University in Brno. [VN]} % the style files for the Masaryk University in Brno. [VN]}
% \begin{macrocode} % \changes{v1.0.0}{2021/02/26}{^^A
% Typeset the thesis author and advisor boxes % The style files for the Faculty of Sports Studies
\begin{minipage}[t]{\@left} % at the Masaryk University in Brno no longer
{\bf\thesis@@{advisorTitle}:}\\\thesis@advisor % redefine the \cs{thesis@blocks@titlePage@footer} macro, which
\end{minipage}\hfill\begin{minipage}[t]{\@right} % is no longer defined. [VN]}
{\bf\thesis@@{authorTitle}:}\\\thesis@author\\\thesis@field
\end{minipage}}\\[4em]\thesis@place, \thesis@year}}
% \end{macrocode}
% \begin{macro}{\thesis@blocks@frontMatter} % \begin{macro}{\thesis@blocks@frontMatter}
% The |\thesis@blocks@frontMatter| macro sets up the style of the % The |\thesis@blocks@frontMatter| macro sets up the style of the
% front matter of the thesis. The leading is adjusted in % front matter of the thesis. The leading is adjusted in
......
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