Commit 880f9cb5 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Added support for the thesis proposal type.

parent e0f69b4c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -674,6 +674,7 @@
%   Seminar paper     & \texttt{sem} \\
%   Seminar paper     & \texttt{sem} \\
%   Bachelor's thesis & \texttt{bc} \\
%   Bachelor's thesis & \texttt{bc} \\
%   Master's thesis   & \texttt{mgr} \\
%   Master's thesis   & \texttt{mgr} \\
%   Thesis proposal   & \texttt{prop} \\
%   Doctoral thesis   & \texttt{d} \\
%   Doctoral thesis   & \texttt{d} \\
%   Rigorous thesis   & \texttt{r} \\\bottomrule
%   Rigorous thesis   & \texttt{r} \\\bottomrule
% \end{tabular}\end{center}
% \end{tabular}\end{center}
@@ -683,6 +684,7 @@
% the \DescribeMacro{\thesis@sempaper}|\thesis@sempaper|,
% the \DescribeMacro{\thesis@sempaper}|\thesis@sempaper|,
% \DescribeMacro{\thesis@bachelors}|\thesis@bachelors|,
% \DescribeMacro{\thesis@bachelors}|\thesis@bachelors|,
% \DescribeMacro{\thesis@masters}|\thesis@masters|,
% \DescribeMacro{\thesis@masters}|\thesis@masters|,
% \DescribeMacro{\thesis@proposal}|\thesis@proposal|,
% \DescribeMacro{\thesis@doctoral}|\thesis@doctoral| and
% \DescribeMacro{\thesis@doctoral}|\thesis@doctoral| and
% \DescribeMacro{\thesis@rigorous}|\thesis@rigorous| macros
% \DescribeMacro{\thesis@rigorous}|\thesis@rigorous| macros
% containing the corresponding \textit{type} values are available
% containing the corresponding \textit{type} values are available
@@ -691,6 +693,7 @@
\def\thesis@sempaper{sem}
\def\thesis@sempaper{sem}
\def\thesis@bachelors{bc}
\def\thesis@bachelors{bc}
\def\thesis@masters{mgr}
\def\thesis@masters{mgr}
\def\thesis@proposal{prop}
\def\thesis@doctoral{d}
\def\thesis@doctoral{d}
\def\thesis@rigorous{r}
\def\thesis@rigorous{r}
\let\thesis@type\thesis@bachelors
\let\thesis@type\thesis@bachelors
+30 −12
Original line number Original line Diff line number Diff line
@@ -50,34 +50,50 @@
\gdef\thesis@czech@thanksTitle{Poděkování}
\gdef\thesis@czech@thanksTitle{Poděkování}
\gdef\thesis@czech@declarationTitle{Prohlášení}
\gdef\thesis@czech@declarationTitle{Prohlášení}
\gdef\thesis@czech@idTitle{ID}
\gdef\thesis@czech@idTitle{ID}
\gdef\thesis@czech@typeName@sempaper{Seminární práce}
\gdef\thesis@czech@typeName@bachelors{Bakalářská práce}
\gdef\thesis@czech@typeName@masters{Diplomová práce}
\gdef\thesis@czech@typeName@proposal{Teze závěrečné práce}
\gdef\thesis@czech@typeName@doctoral{Disertační práce}
\gdef\thesis@czech@typeName@rigorous{Rigorózní práce}
\gdef\thesis@czech@typeName{%
\gdef\thesis@czech@typeName{%
  \ifx\thesis@type\thesis@sempaper
  \ifx\thesis@type\thesis@sempaper
    Seminární práce%
    \thesis@czech@typeName@sempaper
  \else\ifx\thesis@type\thesis@bachelors
  \else\ifx\thesis@type\thesis@bachelors
    Bakalářská práce%
    \thesis@czech@typeName@bachelors
  \else\ifx\thesis@type\thesis@masters
  \else\ifx\thesis@type\thesis@masters
    Diplomová práce%
    \thesis@czech@typeName@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@czech@typeName@proposal
  \else\ifx\thesis@type\thesis@doctoral
  \else\ifx\thesis@type\thesis@doctoral
    Disertační práce%
    \thesis@czech@typeName@doctoral
  \else\ifx\thesis@type\thesis@rigorous
  \else\ifx\thesis@type\thesis@rigorous
    Rigorózní práce%
    \thesis@czech@typeName@rigorous
  \else
  \else
    <<Neznámý typ práce (\thesis@type)>>%
    <<Neznámý typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi}
  \fi\fi\fi\fi\fi\fi}
\gdef\thesis@czech@typeName@akuzativ@sempaper{Seminární práci}
\gdef\thesis@czech@typeName@akuzativ@bachelors{Bakalářskou práci}
\gdef\thesis@czech@typeName@akuzativ@masters{Diplomovou práci}
\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi závěrečné práce}
\gdef\thesis@czech@typeName@akuzativ@doctoral{Disertační práci}
\gdef\thesis@czech@typeName@akuzativ@rigorous{Rigorózní práci}
\gdef\thesis@czech@typeName@akuzativ{%
\gdef\thesis@czech@typeName@akuzativ{%
  \ifx\thesis@type\thesis@sempaper
  \ifx\thesis@type\thesis@sempaper
    Seminární práci%
    \thesis@czech@typeName@akuzativ@sempaper
  \else\ifx\thesis@type\thesis@bachelors
  \else\ifx\thesis@type\thesis@bachelors
    Bakalářskou práci%
    \thesis@czech@typeName@akuzativ@bachelors
  \else\ifx\thesis@type\thesis@masters
  \else\ifx\thesis@type\thesis@masters
    Diplomovou práci%
    \thesis@czech@typeName@akuzativ@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@czech@typeName@akuzativ@proposal
  \else\ifx\thesis@type\thesis@doctoral
  \else\ifx\thesis@type\thesis@doctoral
    Disertační práci%
    \thesis@czech@typeName@akuzativ@doctoral
  \else\ifx\thesis@type\thesis@rigorous
  \else\ifx\thesis@type\thesis@rigorous
    Rigorózní práci%
    \thesis@czech@typeName@akuzativ@rigorous
  \else
  \else
    <<Neznámý typ práce (\thesis@type)>>%
    <<Neznámý typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi}
  \fi\fi\fi\fi\fi\fi}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</base>
%</base>
% \fi\file{locale/mu/fithesis-czech.def}
% \fi\file{locale/mu/fithesis-czech.def}
@@ -239,6 +255,8 @@


% Ostatní
% Ostatní
\gdef\thesis@czech@advisorSignature{Podpis vedoucího}
\gdef\thesis@czech@advisorSignature{Podpis vedoucího}
\gdef\thesis@czech@typeName@proposal{Teze disertační práce}
\gdef\thesis@czech@typeName@akuzativ@proposal{Tezi disertační práce}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</mu/fi>
%</mu/fi>
% \fi\file{locale/mu/phil/fithesis-czech.def}
% \fi\file{locale/mu/phil/fithesis-czech.def}
+15 −6
Original line number Original line Diff line number Diff line
@@ -39,20 +39,28 @@
\gdef\thesis@english@thanksTitle{Acknowledgement}
\gdef\thesis@english@thanksTitle{Acknowledgement}
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@typeName@sempaper{Seminar Paper}
\gdef\thesis@english@typeName@bachelors{Bachelor's Thesis}
\gdef\thesis@english@typeName@masters{Master's Thesis}
\gdef\thesis@english@typeName@proposal{Thesis Proposal}
\gdef\thesis@english@typeName@doctoral{Doctoral Thesis}
\gdef\thesis@english@typeName@rigorous{Rigorous Thesis}
\gdef\thesis@english@typeName{%
\gdef\thesis@english@typeName{%
  \ifx\thesis@type\thesis@sempaper
  \ifx\thesis@type\thesis@sempaper
    Seminar Paper%
    \thesis@english@typeName@sempaper
  \else\ifx\thesis@type\thesis@bachelors
  \else\ifx\thesis@type\thesis@bachelors
    Bachelor's Thesis%
    \thesis@english@typeName@bachelors
  \else\ifx\thesis@type\thesis@masters
  \else\ifx\thesis@type\thesis@masters
    Master's Thesis%
    \thesis@english@typeName@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@english@typeName@proposal
  \else\ifx\thesis@type\thesis@doctoral
  \else\ifx\thesis@type\thesis@doctoral
    Doctoral Thesis%
    \thesis@english@typeName@doctoral
  \else\ifx\thesis@type\thesis@rigorous
  \else\ifx\thesis@type\thesis@rigorous
    Rigorous Thesis%
    \thesis@english@typeName@rigorous
  \else
  \else
    <<Unknown thesis type (\thesis@type)>>%
    <<Unknown thesis type (\thesis@type)>>%
  \fi\fi\fi\fi\fi}
  \fi\fi\fi\fi\fi\fi}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</base>
%</base>
% \fi\file{locale/mu/fithesis-english.def}
% \fi\file{locale/mu/fithesis-english.def}
@@ -204,6 +212,7 @@
% Others
% Others
\gdef\thesis@english@advisorSignature{Signature of Thesis
\gdef\thesis@english@advisorSignature{Signature of Thesis
  \thesis@english@advisorTitle}
  \thesis@english@advisorTitle}
\gdef\thesis@english@typeName@proposal{Ph.D. Thesis Proposal}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</mu/fi>
%</mu/fi>
% \fi\file{locale/mu/phil/fithesis-english.def}
% \fi\file{locale/mu/phil/fithesis-english.def}
+30 −12
Original line number Original line Diff line number Diff line
@@ -50,34 +50,50 @@
\gdef\thesis@slovak@thanksTitle{Poďakovanie}
\gdef\thesis@slovak@thanksTitle{Poďakovanie}
\gdef\thesis@slovak@declarationTitle{Prehlásenie}
\gdef\thesis@slovak@declarationTitle{Prehlásenie}
\gdef\thesis@slovak@idTitle{ID}
\gdef\thesis@slovak@idTitle{ID}
\gdef\thesis@slovak@typeName@sempaper{Seminárna práca}
\gdef\thesis@slovak@typeName@bachelors{Bakalárska práca}
\gdef\thesis@slovak@typeName@masters{Diplomová práca}
\gdef\thesis@slovak@typeName@proposal{Tézy záverečnej práce}
\gdef\thesis@slovak@typeName@doctoral{Dizertačná práca}
\gdef\thesis@slovak@typeName@rigorous{Rigorózna práca}
\gdef\thesis@slovak@typeName{%
\gdef\thesis@slovak@typeName{%
  \ifx\thesis@type\thesis@sempaper
  \ifx\thesis@type\thesis@sempaper
    Seminárna práca%
    \thesis@slovak@typeName@sempaper
  \else\ifx\thesis@type\thesis@bachelors
  \else\ifx\thesis@type\thesis@bachelors
    Bakalárska práca%
    \thesis@slovak@typeName@bachelors
  \else\ifx\thesis@type\thesis@masters
  \else\ifx\thesis@type\thesis@masters
    Diplomová práca%
    \thesis@slovak@typeName@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@slovak@typeName@proposal
  \else\ifx\thesis@type\thesis@doctoral
  \else\ifx\thesis@type\thesis@doctoral
    Dizertačná práca%
    \thesis@slovak@typeName@doctoral
  \else\ifx\thesis@type\thesis@rigorous
  \else\ifx\thesis@type\thesis@rigorous
    Rigorózna práca%
    \thesis@slovak@typeName@rigorous
  \else
  \else
    <<Neznámy typ práce (\thesis@type)>>%
    <<Neznámy typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi}
  \fi\fi\fi\fi\fi\fi}
\gdef\thesis@slovak@typeName@akuzativ@sempaper{Seminárnu prácu}
\gdef\thesis@slovak@typeName@akuzativ@bachelors{Bakalársku prácu}
\gdef\thesis@slovak@typeName@akuzativ@masters{Diplomovú prácu}
\gdef\thesis@slovak@typeName@akuzativ@proposal{Tézy záverečnej práce}
\gdef\thesis@slovak@typeName@akuzativ@doctoral{Dizertačnú prácu}
\gdef\thesis@slovak@typeName@akuzativ@rigorous{Rigoróznu prácu}
\gdef\thesis@slovak@typeName@akuzativ{%
\gdef\thesis@slovak@typeName@akuzativ{%
  \ifx\thesis@type\thesis@sempaper
  \ifx\thesis@type\thesis@sempaper
    Seminárnu prácu%
    \thesis@slovak@typeName@akuzativ@sempaper
  \else\ifx\thesis@type\thesis@bachelors
  \else\ifx\thesis@type\thesis@bachelors
    Bakalársku prácu%
    \thesis@slovak@typeName@akuzativ@bachelors
  \else\ifx\thesis@type\thesis@masters
  \else\ifx\thesis@type\thesis@masters
    Diplomovú prácu%
    \thesis@slovak@typeName@akuzativ@masters
  \else\ifx\thesis@type\thesis@proposal
    \thesis@slovak@typeName@akuzativ@proposal
  \else\ifx\thesis@type\thesis@doctoral
  \else\ifx\thesis@type\thesis@doctoral
    Dizertačnú prácu%
    \thesis@slovak@typeName@akuzativ@doctoral
  \else\ifx\thesis@type\thesis@rigorous
  \else\ifx\thesis@type\thesis@rigorous
    Rigoróznu prácu%
    \thesis@slovak@typeName@akuzativ@rigorous
  \else
  \else
    <<Neznámy typ práce (\thesis@type)>>%
    <<Neznámy typ práce (\thesis@type)>>%
  \fi\fi\fi\fi\fi}
  \fi\fi\fi\fi\fi\fi}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</base>
%</base>
% \fi\file{locale/mu/fithesis-slovak.def}
% \fi\file{locale/mu/fithesis-slovak.def}
@@ -241,6 +257,8 @@


% Rôzne
% Rôzne
\gdef\thesis@slovak@advisorSignature{Podpis vedúceho}
\gdef\thesis@slovak@advisorSignature{Podpis vedúceho}
\gdef\thesis@slovak@typeName@proposal{Tézy dizertačnej práce}
\gdef\thesis@slovak@typeName@akuzativ@proposal{Tézy dizertačnej práce}
%    \end{macrocode}\iffalse
%    \end{macrocode}\iffalse
%</mu/fi>
%</mu/fi>
% \fi\file{locale/mu/phil/fithesis-slovak.def}
% \fi\file{locale/mu/phil/fithesis-slovak.def}
+5 −0
Original line number Original line Diff line number Diff line
@@ -159,6 +159,11 @@
    \listoffigures}
    \listoffigures}
\fi
\fi
%    \end{macrocode}
%    \end{macrocode}
% Note that there is no direct support for the seminar paper and
% thesis proposal types.  If you would like to change the contents
% of the preamble and the postamble, you should modify the
% |\thesis@blocks@preamble| and |\thesis@blocks@postamble| macros.
%
% All blocks within the autolayout preamble that are not defined
% All blocks within the autolayout preamble that are not defined
% within this file are defined in the
% within this file are defined in the
% \texttt{style/mu/fithesis-base.sty} file.
% \texttt{style/mu/fithesis-base.sty} file.
Loading