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

Added suggested code style comments

parent df15294a
No related branches found
No related tags found
1 merge request!45Resolve "Support for omittable field"
Pipeline #
...@@ -966,10 +966,10 @@ ...@@ -966,10 +966,10 @@
{\sf\thesis@titlePage@large\thesis@@{bib@programme}: \thesis@programme\par}% {\sf\thesis@titlePage@large\thesis@@{bib@programme}: \thesis@programme\par}%
\fi \fi
\ifthesis@blocks@titlePage@field@ \ifthesis@blocks@titlePage@field@
\ifx\thesis@field\empty\else% \ifx\thesis@field\empty\else
\vspace{0.25cm}% \vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{fieldTitle}: \thesis@field@name\par}% {\sf\thesis@titlePage@large\thesis@@{fieldTitle}: \thesis@field@name\par}%
\fi% \fi
\fi \fi
\vfill \vfill
{\sf\thesis@titlePage@large\thesis@place, \thesis@@{semester}% {\sf\thesis@titlePage@large\thesis@place, \thesis@@{semester}%
...@@ -1286,7 +1286,7 @@ ...@@ -1286,7 +1286,7 @@
& \thesis@title \\ & \thesis@title \\
\textbf{\thesis@@{bib@programme}:} \textbf{\thesis@@{bib@programme}:}
& \thesis@programme \\ & \thesis@programme \\
\ifx\thesis@field\empty\else% \ifx\thesis@field\empty\else
\textbf{\thesis@@{bib@field}:}% \textbf{\thesis@@{bib@field}:}%
& \thesis@field \\\fi & \thesis@field \\\fi
\textbf{\thesis@@{bib@advisor}:} \textbf{\thesis@@{bib@advisor}:}
...@@ -1342,9 +1342,9 @@ ...@@ -1342,9 +1342,9 @@
& \thesis@titleEn \\ & \thesis@titleEn \\
\textbf{\thesis@english@bib@programme:} \textbf{\thesis@english@bib@programme:}
& \thesis@programmeEn \\ & \thesis@programmeEn \\
\ifx\thesis@fieldEn\empty\else% \ifx\thesis@fieldEn\empty\else
\textbf{\thesis@english@bib@field:}% \textbf{\thesis@english@bib@field:}%
& \thesis@fieldEn \\\fi & \thesis@fieldEn@name \\\fi
\textbf{\thesis@english@bib@advisor:} \textbf{\thesis@english@bib@advisor:}
& \thesis@advisor \\ & \thesis@advisor \\
\textbf{\thesis@english@bib@academicYear:} \textbf{\thesis@english@bib@academicYear:}
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
\thesis@programme\par}% \thesis@programme\par}%
\fi \fi
\ifthesis@blocks@titlePage@field@ \ifthesis@blocks@titlePage@field@
\ifx\thesis@field\empty\else% \ifx\thesis@field\empty\else
\vspace{0.25cm}% \vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{fieldTitle}: {\sf\thesis@titlePage@large\thesis@@{fieldTitle}:
\thesis@field@name\par}% \thesis@field@name\par}%
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
\thesis@programme\par}% \thesis@programme\par}%
\fi \fi
\ifthesis@blocks@titlePage@field@ \ifthesis@blocks@titlePage@field@
\ifx\thesis@field\empty\else% \ifx\thesis@field\empty\else
\vspace{0.25cm}% \vspace{0.25cm}%
{\sf\thesis@titlePage@large\thesis@@{fieldTitle}: {\sf\thesis@titlePage@large\thesis@@{fieldTitle}:
\thesis@field@name\par}% \thesis@field@name\par}%
......
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