diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/style')
8 files changed, 163 insertions, 101 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx index 646be523ba4..1af3d32430d 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -7,7 +7,7 @@ % after \texttt{style/fithesis-base.sty}, regardless of the value % of the |\thesis@style| macro. % \begin{macrocode} -\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/01/07] +\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/03/22] \NeedsTeXFormat{LaTeX2e} % \end{macrocode} % The file recognizes the following options: \begin{itemize} @@ -114,20 +114,26 @@ % the option to be processed by the \textsf{xcolor} package as % well and it is therefore an elegant solution to the problem % at hand. -% \item\texttt{lot}, \texttt{nolot} -- |\listoftables| either is -% or isn't going to be included in the -% \DescribeMacro{\thesis@blocks@tables}|\thesis@|^^A -% \discretionary{}{}{}|blocks@tables| block, respectively. +% \item\texttt{lot}, \texttt{nolot} -- The \DescribeMacro{^^A +% \thesis@blocks@lot}|\thesis@blocks@lot| macro will be defined +% as either |\listoftables| or |\relax|, respectively. As a +% side effect, the |\listoftables| either is or isn't going to +% be included in the \DescribeMacro{\thesis@blocks@tables}^^A +% |\thesis@|\discretionary{}{}{}|blocks@tables| block, +% respectively. % \begin{macrocode} -\DeclareOption{nolot}{\def\thesis@blocks@lot{}} +\DeclareOption{nolot}{\let\thesis@blocks@lot\relax} \DeclareOption{lot}{\let\thesis@blocks@lot\listoftables} % \end{macrocode} -% \item\texttt{lof}, \texttt{nolof} -- |\listoffigures| is or -% isn't going to be included in the -% \DescribeMacro{\thesis@blocks@tables}|\thesis@|^^A -% \discretionary{}{}{}|blocks@tables| block, respectively. +% \item\texttt{lot}, \texttt{nolot} -- The \DescribeMacro{^^A +% \thesis@blocks@lof}|\thesis@blocks@lof| macro will be defined +% as either |\listoffigures| or |\relax|, respectively. As a +% side effect, the |\listoffigures| either is or isn't going to +% be included in the \DescribeMacro{\thesis@blocks@tables}^^A +% |\thesis@|\discretionary{}{}{}|blocks@tables| block, +% respectively. % \begin{macrocode} -\DeclareOption{nolof}{\def\thesis@blocks@lof{}} +\DeclareOption{nolof}{\let\thesis@blocks@lof\relax} \DeclareOption{lof}{\let\thesis@blocks@lof\listoffigures} % \end{macrocode} % \item\texttt{cover}, \texttt{nocover} -- The @@ -308,16 +314,16 @@ \let\thesis@newtable@oldx\tabularx \let\endthesis@newtable@oldx\endtabularx \renewenvironment{tabularx}% - {\rowcolors{1}{thesis@color@tableOdd}% - {thesis@color@tableEven}% + {\rowcolors{1}{thesis@color@tableEven}% + {thesis@color@tableOdd}% \thesis@newtable@oldx}% {\endthesis@newtable@oldx} % The redefinition of `tabu` \let\thesis@newtable@oldtabu\tabu \let\endthesis@newtable@oldtabu\endtabu \renewenvironment{tabu}% - {\rowcolors{1}{thesis@color@tableOdd}% - {thesis@color@tableEven}% + {\rowcolors{1}{thesis@color@tableEven}% + {thesis@color@tableOdd}% \thesis@newtable@oldtabu}% {\endthesis@newtable@oldtabu} \fi @@ -484,6 +490,18 @@ \ifthesis@color@-color\fi}% \includegraphics[#1]{\@path}}} % \end{macrocode} +% The |\thesis@department@name| and |\thesis@field@name| macros and +% their English counterparts provide a level of indirection that +% allows the subsequently loaded style files to parse the values of +% |\thesis@department| and |\thesis@field| (and their English +% counterparts) and map them to human-readable names, which will +% then be typeset. +% \begin{macrocode} +\let\thesis@department@name\thesis@department +\let\thesis@departmentEn@name\thesis@departmentEn +\let\thesis@field@name\thesis@field +\let\thesis@fieldEn@name\thesis@fieldEn +% \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@cover} % The |\thesis@blocks@cover| macro typesets the thesis % cover. It is composed of three macros: @@ -558,11 +576,11 @@ \fi\ifthesis@blocks@cover@faculty@ \thesis@titlePage@Large\thesis@@{facultyName}\\% \fi\ifthesis@blocks@cover@department@ - \thesis@titlePage@large\thesis@department\\% + \thesis@titlePage@large\thesis@department@name\\% \fi} \ifthesis@blocks@cover@field@ {\thesis@titlePage@large\vskip 1em% - {\bf\thesis@@{fieldTitle}:} \thesis@field}% + {\bf\thesis@@{fieldTitle}:} \thesis@field@name}% \fi\vskip 2em} \def\thesis@blocks@cover@content{% {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}% @@ -646,23 +664,29 @@ \fi\ifthesis@blocks@titlePage@faculty@ \thesis@titlePage@Large\thesis@@{facultyName}\\% \fi\ifthesis@blocks@titlePage@department@ - \thesis@titlePage@large\thesis@department\\% + \thesis@titlePage@large\thesis@department@name\\% \fi} \ifthesis@blocks@titlePage@field@ {\thesis@titlePage@large\vskip 1em% - {\bf\thesis@@{fieldTitle}:} \thesis@field}% + {\bf\thesis@@{fieldTitle}:} \thesis@field@name}% \fi\vskip 2em} \let\thesis@blocks@titlePage@content=\thesis@blocks@cover@content \let\thesis@blocks@titlePage@footer=\thesis@blocks@cover@footer % \end{macrocode} +% \end{macro}\begin{macro}{\thesis@blocks@toc} +% The |\thesis@blocks@toc| macro typesets the table of contents. +% \begin{macrocode} +\def\thesis@blocks@toc{% + \thesis@blocks@clear + \tableofcontents} +% \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@tables} % The |\thesis@blocks@tables| macro typesets the table of -% contents and optionally the |\listoftables| and the -% |\listoffigures|. +% contents and optionally the list of tables and the +% list of figures. % \begin{macrocode} \def\thesis@blocks@tables{% - \thesis@blocks@clear - \tableofcontents + \thesis@blocks@toc \thesis@blocks@lot \thesis@blocks@lof} % \end{macrocode} @@ -814,6 +838,26 @@ \pagestyle{thesisheadings} \parindent 1.5em\relax} % \end{macrocode} +% \end{macro}\begin{macro}{\thesis@blocks@bibEntry} +% The |\thesis@blocks@bibEntry| macro typesets a bibliographical +% entry. Along with the macros required by the locale file +% interface, the \textit{locale} files need to define the following +% strings: +% \begin{itemize} +% \item\texttt{bib@title} -- The title of the entire block +% \item\texttt{bib@pages} -- The abbreviation of pages used in +% the bibliographical entry +% \end{itemize} +% \begin{macrocode} +\def\thesis@blocks@bibEntry{% + \chapter*{\thesis@@{bib@title}} + \noindent\thesis@upper{author@tail}, \thesis@author@head. + \emph{\thesis@title}. \thesis@place: \thesis@@{universityName}, + \thesis@@{facultyName}, \thesis@department@name, \thesis@year. + \thesis@pages\ \thesis@@{bib@pages}. + \thesis@@{advisorTitle}: \thesis@advisor + \thesis@blocks@clearRight} +% \end{macrocode} % \end{macro} % The rest of the file comprises redefinitions of \LaTeX\ commands % and private \texttt{rapport3} class macros altering the layout of diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx index 606c9133f8b..0e0b079739d 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -120,20 +120,11 @@ \fi\pagestyle{thesisheadings} \parindent 1.5em\relax} % \end{macrocode} -% \end{macro}\begin{macro}{\thesis@blocks@toc} -% The |\thesis@blocks@toc| macro typesets the table of -% contents. -% \begin{macrocode} -\def\thesis@blocks@toc{% - \thesis@blocks@clear - \tableofcontents} -% \end{macrocode} % \end{macro}\begin{macro}{\thesis@blocks@tables} % The |\thesis@blocks@tables| macro optionally typesets the % |\listoftables| and |\listoffigures|. % \begin{macrocode} \def\thesis@blocks@tables{% - \thesis@blocks@clear \thesis@blocks@lot \thesis@blocks@lof} % \end{macrocode} @@ -142,7 +133,7 @@ % |\thesis@blocks@lot| and |\thesis@blocks@lof| macros are % redefined to create an entry in the table of contents. % \begin{macrocode} -\ifx\thesis@blocks@lot\empty\else +\ifx\thesis@blocks@lot\relax\else \def\thesis@blocks@lot{% \thesis@blocks@clear \phantomsection @@ -150,7 +141,7 @@ \listoftables} \fi -\ifx\thesis@blocks@lof\empty\else +\ifx\thesis@blocks@lof\relax\else \def\thesis@blocks@lof{% \thesis@blocks@clear \phantomsection diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx index c107b8311d9..2324918d90b 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/fi.dtx @@ -30,10 +30,9 @@ % include the thesis advisor's name and signature in case of a % rigorous thesis. Along with the macros required by the % locale file interface, the locale files need to define the -% following macros: +% following strings: % \begin{itemize} -% \item\DescribeMacro{\thesis@advisorSignature}% -% |\thesis@advisorSignature| -- The label of the advisor +% \item\texttt{advisorSignature} -- The label of the advisor % signature field typeset in the case of rigorous theses % \end{itemize} % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx index d511c4cb87f..88c5f9a6557 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/law.dtx @@ -6,7 +6,7 @@ % o/law/ud/predp/smer/S-07-2012.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-law}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-law}[2016/03/22] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -19,15 +19,15 @@ % The style file configures the cover and title page headers to % include only the faculty name and the department name. % Along with the macros required by the locale file interface, -% the locale files need to define the following macros: +% the locale files need to define the following strings: % \begin{itemize} -% \item|\thesis@|\textit{locale}|@facultyLongName| -- The name -% of the faculty combined with the name of the university. +% \item\texttt{facultyLongName} -- The name of the faculty +% combined with the name of the university. % \end{itemize} % \begin{macrocode} \def\thesis@blocks@cover@header{% {\sc\thesis@titlePage@Large\thesis@@{facultyLongName}\\% - \thesis@titlePage@large\thesis@department\\\vskip 2em}} + \thesis@titlePage@large\thesis@department@name\\\vskip 2em}} \let\thesis@blocks@titlePage@header=\thesis@blocks@cover@header % \end{macrocode} % \begin{macro}{\thesis@blocks@frontMatter} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx index 16c72d811bf..1174710d2f0 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/med.dtx @@ -7,7 +7,7 @@ % ZITOSTI_ZAVERECNE_PRACE.doc}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/02/18] +\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/03/22] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -76,7 +76,7 @@ \let\@D\relax\newlength{\@D}\settowidth{\@D}{\thesis@author} \let\@E\relax\newlength{\@E}\settowidth{\@E}{{% \bf\thesis@@{fieldTitle}:}} - \let\@F\relax\newlength{\@F}\settowidth{\@F}{\thesis@field} + \let\@F\relax\newlength{\@F}\settowidth{\@F}{\thesis@field@name} \let\@left\relax\newlength{\@left}\pgfmathsetlength{\@left}{% max(\@A,\@B)} \let\@right\relax\newlength{\@right}\pgfmathsetlength{\@right}{% @@ -86,7 +86,7 @@ {\bf\thesis@@{advisorTitle}:}\\\thesis@advisor \end{minipage}\hfill\begin{minipage}[t]{\@right} {\bf\thesis@@{authorTitle}:}\\\thesis@author - \\[1em]{\bf\thesis@@{fieldTitle}:}\\\thesis@field + \\[1em]{\bf\thesis@@{fieldTitle}:}\\\thesis@field@name \end{minipage}}\\[4em]\thesis@place, \thesis@@{semester}}} % \end{macrocode} % \begin{macro}{\thesis@blocks@frontMatter} @@ -124,26 +124,6 @@ \parindent 1.5em \onehalfspacing} % \end{macrocode} -% \end{macro}\begin{macro}{\thesis@blocks@bibEntry} -% The |\thesis@blocks@bibEntry| macro typesets a -% bibliographical entry. Along with the macros required by the -% locale file interface, the \textit{locale} files need to define -% the following macros: -% \begin{itemize} -% \item|\thesis@|\emph{locale}|@bib@title| -- The title of the -% entire block -% \item|\thesis@|\emph{locale}|@bib@pages| -- The abbreviation of -% pages used in the bibliographical entry -% \end{itemize} -% \begin{macrocode} -\def\thesis@blocks@bibEntry{% - \chapter*{\thesis@@{bib@title}} - \noindent\thesis@upper{author@tail}, \thesis@author@head. - \emph{\thesis@title}. \thesis@place: \thesis@@{universityName}, - \thesis@@{facultyName}, \thesis@department, \thesis@year. - \thesis@pages\ \thesis@@{bib@pages}. - \thesis@@{advisorTitle}: \thesis@advisor} -% \end{macrocode} % \end{macro} % All blocks within the autolayout postamble that are not defined % within this file are defined in the diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx index e3491504715..86204f51617 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/ped.dtx @@ -6,7 +6,7 @@ % do/ped/VPAN/pokdek/Pokyn_dekana_c._1-2010__2_.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/03/22] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -17,7 +17,7 @@ tableEven={HTML}{FFDEB7}} % \end{macrocode} % The style file configures the title page header to include the -% department name and the title page content to include +% department name and the title page content to include the % advisor's name. % \begin{macrocode} \thesis@blocks@titlePage@department@true @@ -29,26 +29,6 @@ {\thesis@titlePage@large\\[0.3in] {\bf\thesis@@{advisorTitle}:} \thesis@advisor}} % \end{macrocode} -% \begin{macro}{\thesis@blocks@bibEntry} -% The |\thesis@blocks@bibEntry| macro typesets a -% bibliographical entry. Along with the macros required by the -% locale file interface, the \textit{locale} files need to define -% the following macros: -% \begin{itemize} -% \item|\thesis@|\emph{locale}|@bib@title| -- The title of the -% entire block -% \item|\thesis@|\emph{locale}|@bib@pages| -- The abbreviation of -% pages used in the bibliographical entry -% \end{itemize} -% \begin{macrocode} -\def\thesis@blocks@bibEntry{% - \chapter*{\thesis@@{bib@title}} - \noindent\thesis@upper{author@tail}, \thesis@author@head. - \emph{\thesis@title}. \thesis@place: \thesis@@{universityName}, - \thesis@@{facultyName}, \thesis@department, \thesis@year. - \thesis@pages\ \thesis@@{bib@pages}. - \thesis@@{advisorTitle}: \thesis@advisor} -% \end{macrocode} % \end{macro} % All blocks within the autolayout postamble that are not defined % within this file are defined in the @@ -60,11 +40,10 @@ \thesis@blocks@titlePage \thesis@blocks@frontMatter \thesis@blocks@bibEntry - \thesis@blocks@clearRight - \thesis@blocks@abstract - \thesis@blocks@abstractEn - \thesis@blocks@keywords - \thesis@blocks@keywordsEn + \thesis@blocks@abstract + \thesis@blocks@abstractEn + \thesis@blocks@keywords + \thesis@blocks@keywordsEn \thesis@blocks@declaration \thesis@blocks@thanks \thesis@blocks@tables} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx index b2541f43f99..07413917417 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/phil.dtx @@ -6,7 +6,7 @@ % 1421/4581421/Vzor_bakalarske_prace.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/03/22] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -22,6 +22,45 @@ \thesis@blocks@titlePage@department@true \thesis@blocks@titlePage@field@true % \end{macrocode} +% The style file parses the value of the |\thesis@department| macro +% and recognizes the following divisions of the Faculty of Arts: +% \begin{itemize} +% \item\texttt{kisk} -- The Division of Information and Library +% Studies \footnote{See \url{http://kisk.phil.muni.cz/cs/pov^^A +% vinnosti}.} (KISK) +% \begin{macrocode} +\def\thesis@departments@kisk{kisk} +% \end{macrocode} +% \end{itemize} +% Along with the macros required by the locale file interface, the +% locale files need to define the following macros: +% \begin{itemize} +% \item\texttt{departmentName} -- The human-readable name of the +% given recognized division. +% \end{itemize} +% \begin{macrocode} +\ifx\thesis@department\thesis@departments@kisk + \def\thesis@department@name{\thesis@@{departmentName}} + \def\thesis@departmentEn@name{\thesis@english@departmentName} +\fi +% \end{macrocode} +% \begin{macro}{\thesis@blocks@titlePage} +% In the case of a KISK thesis, the style file redefines the cover +% and title page footers to include the thesis advisor's name. +% \begin{macrocode} +\ifx\thesis@department\thesis@departments@kisk + \def\thesis@blocks@titlePage@content{% + {\thesis@titlePage@Huge\bf\thesis@TeXtitle\par\vfil}\vskip 0.8in + {\thesis@titlePage@large\sc\thesis@@{typeName}\\[0.3in]} + {\thesis@titlePage@Large\bf\thesis@author} + % If this is a KISK thesis, typeset the name of the thesis + % advisor. + \ifx\thesis@department\thesis@departments@kisk + {\thesis@titlePage@large\\[0.3in] + {\bf\thesis@@{advisorTitle}:} \thesis@advisor} + \fi}% +\fi +% \end{macrocode} % All blocks within the autolayout postamble that are not defined % within this file are defined in the % \texttt{style/mu/fithesis-base.sty} file. @@ -31,7 +70,37 @@ \thesis@blocks@cover \thesis@blocks@titlePage \thesis@blocks@frontMatter +% \end{macrocode} +% In KISK theses, the bibliographical entry, the abstract, and the +% keywords will be included after the cover matter. +% \begin{macrocode} + \ifx\thesis@department\thesis@departments@kisk + \thesis@blocks@bibEntry + \thesis@blocks@abstract + \thesis@blocks@abstractEn + \thesis@blocks@keywords + \thesis@blocks@keywordsEn + \fi \thesis@blocks@declaration \thesis@blocks@thanks - \thesis@blocks@tables} +% \end{macrocode} +% In KISK theses, the lists of tables and figures will be included +% behind the bibliography rather than at the beginning of the +% document. +% \begin{macrocode} + \ifx\thesis@department\thesis@departments@kisk + \thesis@blocks@toc + \else + \thesis@blocks@tables + \fi} +% \end{macrocode} +% In KISK theses, the lists of tables and figures will be included +% behind the bibliography rather than at the beginning of the +% document. +% \begin{macrocode} +\ifx\thesis@department\thesis@departments@kisk + \def\thesis@blocks@postamble{% + \thesis@blocks@lot + \thesis@blocks@lof} +\fi % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx index da28f49e77c..8803568843d 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx @@ -6,7 +6,7 @@ % \url{http://www.sci.muni.cz/NW/predpisy/od/OD-2014-05.pdf}}. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/01/12] +\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/03/22] % \end{macrocode} % The file defines the color scheme of the respective faculty. % \begin{macrocode} @@ -114,14 +114,14 @@ \thesis@author\\ \thesis@czech@facultyName, \thesis@czech@universityName\\ - \thesis@department + \thesis@department@name }\\ \textbf{\thesis@czech@bib@thesisTitle:} & \thesis@title \\ \textbf{\thesis@czech@bib@programme:} & \thesis@programme \\ \textbf{\thesis@czech@bib@field:} - & \thesis@field \\ + & \thesis@field@name \\ % Unless this is a rigorous thesis, typeset the name of the % thesis advisor. \ifx\thesis@type\thesis@rigorous\else @@ -214,14 +214,14 @@ \thesis@author\\ \thesis@english@facultyName, \thesis@english@universityName\\ - \thesis@departmentEn + \thesis@departmentEn@name }\\ \textbf{\thesis@english@bib@thesisTitle:} & \thesis@titleEn \\ \textbf{\thesis@english@bib@programme:} & \thesis@programmeEn \\ \textbf{\thesis@english@bib@field:} - & \thesis@fieldEn \\ + & \thesis@fieldEn@name \\ % Unless this is a rigorous thesis, typeset the name of the % thesis advisor. \ifx\thesis@type\thesis@rigorous\else @@ -262,7 +262,7 @@ \begin{center} {\sc\thesis@titlePage@LARGE\thesis@czech@universityName\\% \thesis@titlePage@Large\thesis@czech@facultyName\\[0.3em]% - \thesis@titlePage@large\thesis@department} + \thesis@titlePage@large\thesis@department@name} \vfill {\bf\thesis@titlePage@Huge\thesis@czech@typeName} \vfill @@ -291,7 +291,7 @@ \begin{center} {\sc\thesis@titlePage@LARGE\thesis@czech@universityName\\% \thesis@titlePage@Large\thesis@czech@facultyName\\[0.3em]% - \thesis@titlePage@normalsize\thesis@department} + \thesis@titlePage@normalsize\thesis@department@name} \rule{\textwidth}{2pt}\vspace*{2mm} \end{center} \end{minipage}\begin{minipage}{30mm} |