Skip to content
Snippets Groups Projects
Commit a5a6b942 authored by Tereza Vrabcová's avatar Tereza Vrabcová
Browse files

Regexpatch only for med

parent 34932c73
No related branches found
No related tags found
No related merge requests found
...@@ -59,38 +59,6 @@ ...@@ -59,38 +59,6 @@
% \changes{v1.0.0}{2021/03/22}{Added redefinition of titlePage % \changes{v1.0.0}{2021/03/22}{Added redefinition of titlePage
% layout, as per the faculty requirements the department and % layout, as per the faculty requirements the department and
% field are in the upper part of the titlePage. [TV]} % field are in the upper part of the titlePage. [TV]}
% \begin{macrocode}
\xpatchcmd{\thesis@blocks@titlePage}
{{\sf\thesis@titlePage@large\thesis@@{advisorTitle}: \thesis@advisor}%
\par\vspace{0.75cm}%
\ifthesis@blocks@titlePage@department@
{\sf\thesis@titlePage@large\thesis@department@name}
\fi
\ifthesis@blocks@titlePage@programme@
\par\vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{bib@programme}: \thesis@programme}\par
\fi
\ifthesis@blocks@titlePage@field@
\par\vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{fieldTitle}: \thesis@field@name}%
\fi
\par\vfill
}
{}{}{}
\xpatchcmd{\thesis@blocks@titlePage}
{{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}%
\par\vspace{1.75cm}%
}
{{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}%
\par\vspace{0.75cm}%
{\sf\thesis@titlePage@large\thesis@field}%
\par\vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@department@name}
\par\vspace{1.75cm}%
}
{}{}{}
% \end{macrocode}
% \begin{macro}{\thesis@blocks@frontMatter} % \begin{macro}{\thesis@blocks@frontMatter}
% The |\thesis@blocks@frontMatter| macro sets up the style % The |\thesis@blocks@frontMatter| macro sets up the style
% of the front matter of the thesis. The page numbering is arabic % of the front matter of the thesis. The page numbering is arabic
......
...@@ -95,35 +95,37 @@ ...@@ -95,35 +95,37 @@
% programme are in the upper part of the titlePage. [TV]} % programme are in the upper part of the titlePage. [TV]}
% \begin{macrocode} % \begin{macrocode}
\xpatchcmd{\thesis@blocks@titlePage} \xpatchcmd{\thesis@blocks@titlePage}
{{\sf\thesis@titlePage@large\thesis@@{advisorTitle}: \thesis@advisor}% {{\sf\thesis@titlePage@large\thesis@@{advisorTitle}: \thesis@advisor}%
\par\vspace{0.75cm}% \par\vspace{0.75cm}%
\ifthesis@blocks@titlePage@department@ \ifthesis@blocks@titlePage@department@
{\sf\thesis@titlePage@large\thesis@department@name} {\sf\thesis@titlePage@large\thesis@department@name}
\fi \fi
\ifthesis@blocks@titlePage@programme@ \ifthesis@blocks@titlePage@programme@
\par\vspace{0.25cm}% \par\vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{bib@programme}: \thesis@programme}\par {\sf\thesis@titlePage@large\thesis@@{bib@programme}:
\fi \thesis@programme}\par
\ifthesis@blocks@titlePage@field@ \fi
\par\vspace{0.25cm}% \ifthesis@blocks@titlePage@field@
{\sf\thesis@titlePage@large\thesis@@{fieldTitle}: \thesis@field@name}% \par\vspace{0.25cm}%
\fi {\sf\thesis@titlePage@large\thesis@@{fieldTitle}:
\par\vfill \thesis@field@name}%
} \fi
{}{}{} \par\vfill
}
{}{}{}
\xpatchcmd{\thesis@blocks@titlePage} \xpatchcmd{\thesis@blocks@titlePage}
{{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}% {{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}%
\par\vspace{1.75cm}% \par\vspace{1.75cm}%
} }
{{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}% {{\sf\thesis@titlePage@large\thesis@@upper{facultyName}}%
\par\vspace{0.75cm}% \par\vspace{0.75cm}%
{\sf\thesis@titlePage@large\thesis@programme}% {\sf\thesis@titlePage@large\thesis@programme}%
\par\vspace{0.25cm}% \par\vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@department@name} {\sf\thesis@titlePage@large\thesis@department@name}
\par\vspace{1.75cm}% \par\vspace{1.75cm}%
} }
{}{} {}{}
% \end{macrocode} % \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
......
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