Unverified Commit 4abf8e7c authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Merge branch 'master' into feature/fix-leading

parents 3c882750 cae0bf91
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@
%<*fss>
%    \end{macrocode}
% \changes{v1.0.0}{2021/03/04}{Added elements that are used
%   by thesis@bibEntry and thesis@titlePage: field, fieldEn,
%   by thesis@bibEntry and thesis@titlePage: advisor, field, fieldEn,
%   department, departmentEn, titleEn, TeXtitleEn, programme,
%   programmeEn. [TV]}
%    \begin{macrocode}
@@ -237,6 +237,7 @@
    department    = Department of Health,
    author        = Jane Doe,
    gender        = f,
    advisor       = {Prof. RNDr. John Smith, CSc.},
    title         = LaTeX and Its Impact on the
                    Information Society,
    TeXtitle      = \LaTeX\ and Its Impact on the
+2 −2
Original line number Diff line number Diff line
@@ -778,7 +778,7 @@
        {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
        \vspace{1.5cm}%
        {\sf\thesis@titlePage@LARGE\thesis@upper{author}\par}%
        \vfill
        \vfill\vfill\vfill\vfill
        {\sf\thesis@titlePage@large\thesis@place, \thesis@@{semester}\par}%
      \end{center}%
    \end{alwayssingle}%
@@ -876,7 +876,7 @@
      {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
      \vspace{1.5cm}%
      {\sf\thesis@titlePage@LARGE\thesis@upper{author}\par}%
      \vfill
      \vfill\vfill
      {\sf\thesis@titlePage@large\thesis@@{advisorTitle}: \thesis@advisor\par}%
      \vspace{0.75cm}%
      \ifthesis@blocks@titlePage@department@
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
  {\sf\thesis@titlePage@Large\thesis@@{typeName}\par}%
  \vspace{1.5cm}%
  {\sf\thesis@titlePage@LARGE\thesis@upper{author}\par}%
  \vfill
  \vfill\vfill\vfill\vfill
  {\sf\thesis@titlePage@large\thesis@place, \thesis@@{semester}\par}%
}{%
  \vfill
+0 −13
Original line number Diff line number Diff line
@@ -42,19 +42,6 @@
  \thesis@blocks@assignment@false
\fi\fi
%    \end{macrocode}
% \changes{v1.0.0}{2021/05/06}{Added redefinition of the cover to include
%   the faculty seal. [TV]}
%    \begin{macrocode}
\thesis@xpatch\thesis@blocks@cover{%
  \vfill
  {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
}{%
  \vspace{2cm}%
  \thesis@blocks@facultyLogo@monochrome\par
  \vspace{2cm}%
  {\bf\thesis@titlePage@Huge\thesis@TeXtitle\par}%
}
%    \end{macrocode}
% \changes{v1.0.0}{2021/02/26}{^^A
%   The \cs{thesis@blocks@advisorSignature} macro is now defined
%   for styles of all faculties at the Masaryk University in Brno,
+2 −2
Original line number Diff line number Diff line
@@ -81,11 +81,11 @@
  \vfill
}{%
  {\sf\thesis@titlePage@large\thesis@@upper{facultyName}\par}%
  \vspace{0.75cm}%
  \vspace{0.5cm}%
  {\sf\thesis@titlePage@large\thesis@field\par}%
  \vspace{0.25cm}%
  {\sf\thesis@titlePage@large\thesis@department@name\par}%
  \vspace{4cm}%
  \vspace{1cm}%
}
%    \end{macrocode}
% \begin{macro}{\thesis@blocks@frontMatter}
Loading