From f43ceb506d183906647dea8ee55fb15b98691da9 Mon Sep 17 00:00:00 2001 From: xvrabcov <xvrabcov@fi.muni.cz> Date: Mon, 22 Mar 2021 19:20:01 +0100 Subject: [PATCH] Added seal macro to base.dtx --- style/mu/base.dtx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style/mu/base.dtx b/style/mu/base.dtx index a8c6bad..44c04a5 100644 --- a/style/mu/base.dtx +++ b/style/mu/base.dtx @@ -935,6 +935,22 @@ \end{center}% \end{alwayssingle}} % \end{macrocode} +% \end{macro}\begin{macro}{\thesis@blocks@seal} +% \changes{v1.0.0}{2021/03/22}{Added macro for the seal of faculty. +% [TV]} +% The |\thesis@blocks@seal| macro typesets the seal of the faculty. +% \begin{macrocode} +\def\thesis@blocks@seal{% + \thesis@blocks@clear + \begin{alwayssingle}% + \thispagestyle{empty}% + \begin{center}% + \leavevmode + \par\vfill + \thesis@blocks@facultyLogo@color[width=6.3cm]% + \par\vfill\vfill\vfill\vfill + \end{center}% + \end{alwayssingle}} % \end{macro}\begin{macro}{\thesis@blocks@toc} % The |\thesis@blocks@toc| macro typesets the table of contents. % \begin{macrocode} -- GitLab