diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-25 22:03:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-25 22:03:32 +0000 |
commit | 0cf37a0dcbc1de449eda38e14e357dd7b19dc5dd (patch) | |
tree | 9394f621e87c16283d233797f157bceac15c84a0 /Master/texmf-dist/tex/latex | |
parent | 358ce4b1b01044dab13881520b11ab7f4f40ebcd (diff) |
fithesis (25mar16)
git-svn-id: svn://tug.org/texlive/trunk@40137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
45 files changed, 196 insertions, 126 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls index 75e366a2c4c..199a088a912 100644 --- a/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls +++ b/Master/texmf-dist/tex/latex/fithesis/fithesis3.cls @@ -54,7 +54,7 @@ \gdef\thesis@version@number{#1} \gdef\thesis@version@date{#2} \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}} -\thesis@versiondef{v0.3.34}{2016/02/24}} +\thesis@versiondef{v0.3.35}{2016/03/23}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ProvidesClass{fithesis3}[\thesis@version] @@ -157,6 +157,7 @@ \thesis@def{id} \define@key{thesis}{id}{% \def\thesis@id{#1}} +\def\thesis@sempaper{sem} \def\thesis@bachelors{bc} \def\thesis@masters{mgr} \def\thesis@doctoral{d} @@ -346,6 +347,11 @@ \ifx\thesis@locale\empty\else \edef\thesis@locale{\thesis@locale} \thesis@requireLocale{\thesis@locale} + \ifluatex + \ltx@ifpackageloaded{babel}{}{ + % See <article.gmane.org/gmane.comp.tex.luatex.user/5680> + \RequirePackage[base]{babel}} + \fi \ifx\languagename\empty\else \begingroup \edef\@doclocale{\languagename}% diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def index b9b57cfad96..e4b6ec6f43d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-czech.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/fithesis-czech.def}[2016/01/13] +\ProvidesFile{fithesis/locale/fithesis-czech.def}[2016/03/22] \gdef\thesis@czech@gender@koncovka{% \ifthesis@woman a\fi} @@ -76,7 +76,9 @@ \gdef\thesis@czech@declarationTitle{Prohlášení} \gdef\thesis@czech@idTitle{ID} \gdef\thesis@czech@typeName{% - \ifx\thesis@type\thesis@bachelors + \ifx\thesis@type\thesis@sempaper + Seminární práce% + \else\ifx\thesis@type\thesis@bachelors Bakalářská práce% \else\ifx\thesis@type\thesis@masters Diplomová práce% @@ -86,9 +88,11 @@ Rigorózní práce% \else <<Neznámý typ práce (\thesis@type)>>% - \fi\fi\fi\fi} + \fi\fi\fi\fi\fi} \gdef\thesis@czech@typeName@akuzativ{% - \ifx\thesis@type\thesis@bachelors + \ifx\thesis@type\thesis@sempaper + Seminární práci% + \else\ifx\thesis@type\thesis@bachelors Bakalářskou práci% \else\ifx\thesis@type\thesis@masters Diplomovou práci% @@ -98,7 +102,7 @@ Rigorózní práci% \else <<Neznámý typ práce (\thesis@type)>>% - \fi\fi\fi\fi} + \fi\fi\fi\fi\fi} \endinput %% %% End of file `fithesis-czech.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def index 01a4ffa2d5a..9836e02a3c0 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-english.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/01/13] +\ProvidesFile{fithesis/locale/fithesis-english.def}[2016/03/22] \gdef\thesis@english@universityName{University name} \gdef\thesis@english@facultyName{Faculty name} @@ -73,7 +73,9 @@ \gdef\thesis@english@declarationTitle{Declaration} \gdef\thesis@english@idTitle{ID} \gdef\thesis@english@typeName{% - \ifx\thesis@type\thesis@bachelors + \ifx\thesis@type\thesis@sempaper + Seminar Paper% + \else\ifx\thesis@type\thesis@bachelors Bachelor's Thesis% \else\ifx\thesis@type\thesis@masters Master's Thesis% @@ -83,7 +85,7 @@ Rigorous Thesis% \else <<Unknown thesis type (\thesis@type)>>% - \fi\fi\fi\fi} + \fi\fi\fi\fi\fi} \endinput %% %% End of file `fithesis-english.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def index e2d870a38ff..c82a19dac99 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/fithesis-slovak.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2016/01/13] +\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2016/03/22] \gdef\thesis@slovak@gender@koncovka{% \ifthesis@woman a\fi} @@ -76,7 +76,9 @@ \gdef\thesis@slovak@declarationTitle{Prehlásenie} \gdef\thesis@slovak@idTitle{ID} \gdef\thesis@slovak@typeName{% - \ifx\thesis@type\thesis@bachelors + \ifx\thesis@type\thesis@sempaper + Seminárna práca% + \else\ifx\thesis@type\thesis@bachelors Bakalárska práca% \else\ifx\thesis@type\thesis@masters Diplomová práca% @@ -86,9 +88,11 @@ Rigorózna práca% \else <<Neznámy typ práce (\thesis@type)>>% - \fi\fi\fi\fi} + \fi\fi\fi\fi\fi} \gdef\thesis@slovak@typeName@akuzativ{% - \ifx\thesis@type\thesis@bachelors + \ifx\thesis@type\thesis@sempaper + Seminárnu prácu% + \else\ifx\thesis@type\thesis@bachelors Bakalársku prácu% \else\ifx\thesis@type\thesis@masters Diplomovú prácu% @@ -98,7 +102,7 @@ Rigoróznu prácu% \else <<Neznámy typ práce (\thesis@type)>>% - \fi\fi\fi\fi} + \fi\fi\fi\fi\fi} \endinput %% diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def index 5ef32a7ab48..35765e1c535 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-czech.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/fithesis-czech.def}[2015/11/17] +\ProvidesFile{fithesis/locale/mu/fithesis-czech.def}[2016/03/22] \gdef\thesis@czech@universityName{Masarykova univerzita} \gdef\thesis@czech@declaration{Prohlašuji, že jsem @@ -58,6 +58,9 @@ použil\thesis@czech@gender@koncovka\ jen prameny uvedené~v seznamu literatury.} +\gdef\thesis@czech@bib@title{Bibliografický záznam} +\gdef\thesis@czech@bib@pages{str} + \gdef\thesis@czech@idTitle{UČO} \endinput %% diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def index bf184859739..3906a1eeca7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-english.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2015/11/30] +\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2016/03/22] \gdef\thesis@english@universityName{Masaryk University} \gdef\thesis@english@declaration{% Hereby I declare that this paper is my original authorial work, @@ -57,6 +57,9 @@ literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source.} +\gdef\thesis@english@bib@title{Bibliographic record} +\gdef\thesis@english@bib@pages{p} + \gdef\thesis@english@idTitle{UČO} \endinput %% diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def index 967160a57b0..160806ba413 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/fithesis-slovak.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/fithesis-slovak.def}[2015/11/17] +\ProvidesFile{fithesis/locale/mu/fithesis-slovak.def}[2016/03/22] \gdef\thesis@slovak@universityName{Masarykova univerzita} \gdef\thesis@slovak@declaration{% @@ -58,6 +58,9 @@ \thesis@slovak@gender@koncovka\ samostatne len s~použitím uvedenej literatúry a prameňov.} +\gdef\thesis@slovak@bib@title{Bibliografický záznam} +\gdef\thesis@slovak@bib@pages{str} + \gdef\thesis@slovak@idTitle{UČO} \endinput diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def index 7d03825ab72..15145790fd7 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-czech.def @@ -49,14 +49,11 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/med/fithesis-czech.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/med/fithesis-czech.def}[2016/03/23] \gdef\thesis@czech@abstractTitle{Anotace} \gdef\thesis@czech@facultyName{Lékařská fakulta} - -\gdef\thesis@czech@bib@title{Bibliografický záznam} -\gdef\thesis@czech@bib@pages{str} \endinput %% %% End of file `mu/med/fithesis-czech.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def index 1abe9b7b4cd..346c0d39e4d 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-english.def @@ -49,14 +49,11 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2016/03/23] \gdef\thesis@english@abstractTitle{Annotation} \gdef\thesis@english@facultyName{Faculty of Medicine} - -\gdef\thesis@english@bib@title{Bibliographic record} -\gdef\thesis@english@bib@pages{p} \endinput %% %% End of file `mu/med/fithesis-english.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def index 4e295691b6e..eadc0d67d4a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/med/fithesis-slovak.def @@ -50,14 +50,11 @@ %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/med/fithesis-slovak.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/med/fithesis-slovak.def}[2016/03/23] \gdef\thesis@slovak@abstractTitle{Anotácie} \gdef\thesis@slovak@facultyName{Lekárska fakulta} - -\gdef\thesis@slovak@bib@title{Bibliografický záznam} -\gdef\thesis@slovak@bib@pages{str} \endinput %% %% End of file `mu/med/fithesis-slovak.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def index e280b416c0d..77bd961e370 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-czech.def @@ -49,12 +49,9 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/ped/fithesis-czech.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/ped/fithesis-czech.def}[2016/03/22] \gdef\thesis@czech@facultyName{Pedagogická fakulta} - -\gdef\thesis@czech@bib@title{Bibliografický záznam} -\gdef\thesis@czech@bib@pages{str} \endinput %% %% End of file `mu/ped/fithesis-czech.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def index 95c240bdb1d..4f49734e2a5 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-english.def @@ -49,12 +49,9 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2016/03/22] \gdef\thesis@english@facultyName{Faculty of Education} - -\gdef\thesis@english@bib@title{Bibliographic record} -\gdef\thesis@english@bib@pages{p} \endinput %% %% End of file `mu/ped/fithesis-english.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def index fb77f3bff10..2e5a23c8ba3 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/ped/fithesis-slovak.def @@ -50,12 +50,9 @@ %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/ped/fithesis-slovak.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/ped/fithesis-slovak.def}[2016/03/22] \gdef\thesis@slovak@facultyName{Pedagogická fakulta} - -\gdef\thesis@slovak@bib@title{Bibliografický záznam} -\gdef\thesis@slovak@bib@pages{str} \endinput %% %% End of file `mu/ped/fithesis-slovak.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def index d59cf6bd76d..84ef718d6fb 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-czech.def @@ -49,34 +49,50 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/phil/fithesis-czech.def}[2016/01/07] +\ProvidesFile{fithesis/locale/mu/phil/fithesis-czech.def}[2016/03/22] \gdef\thesis@czech@facultyName{Filozofická fakulta} +\gdef\thesis@czech@departmentName{% + \ifx\thesis@department\thesis@departments@kisk + Kabinet informačních studií a knihovnictví% + \else + <<Neznámé oddělení (\thesis@department)>>% + \fi} \gdef\thesis@czech@declaration{% - Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ} - vypracoval\thesis@czech@gender@koncovka\ samostatně~s využitím - uvedené literatury.} + \ifx\thesis@department\thesis@departments@kisk + Prohlašuji, že jsem předkládanou práci zpracoval% + \thesis@czech@gender@koncovka\ samostatně~a použil% + \thesis@czech@gender@koncovka\ jen uvedené prameny~a + literaturu. Současně dávám svolení k tomu, aby elektronická + verze této práce byla zpřístupněna přes informační systém + Masarykovy univerzity.% + \else + Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ} + vypracoval\thesis@czech@gender@koncovka\ samostatně~s využitím + uvedené literatury.% + \fi} +\global\let\thesis@czech@typeName@super + \thesis@czech@typeName \gdef\thesis@czech@typeName{% \ifx\thesis@type\thesis@bachelors Bakalářská diplomová práce% \else\ifx\thesis@type\thesis@masters Magisterská diplomová práce% - \else\ifx\thesis@type\thesis@doctoral - Disertační práce% \else - <<Neznámý typ práce (\thesis@type)>>% - \fi\fi\fi} + \thesis@czech@typeName@super + \fi\fi} + +\global\let\thesis@czech@typeName@akuzativ@super + \thesis@czech@typeName@akuzativ \gdef\thesis@czech@typeName@akuzativ{% \ifx\thesis@type\thesis@bachelors Diplomovou práci% \else\ifx\thesis@type\thesis@masters Diplomovou práci% - \else\ifx\thesis@type\thesis@doctoral - Disertační práci% \else - <<Neznámý typ práce (\thesis@type)>>% - \fi\fi\fi} + \thesis@czech@typeName@akuzativ@super + \fi\fi} \endinput %% %% End of file `mu/phil/fithesis-czech.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def index be4341bf6c6..068559a66f8 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-english.def @@ -49,8 +49,14 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/phil/fithesis-english.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/phil/fithesis-english.def}[2016/03/22] \gdef\thesis@english@facultyName{Faculty of Arts} +\gdef\thesis@english@departmentName{% + \ifx\thesis@department\thesis@departments@kisk + Division of Information and Library Studies% + \else + <<Unknown department (\thesis@department)>>% + \fi} \endinput %% %% End of file `mu/phil/fithesis-english.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def index d146d42e774..7efb4d0e5ac 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/phil/fithesis-slovak.def @@ -50,36 +50,51 @@ %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/phil/fithesis-slovak.def}[2016/01/07] +\ProvidesFile{fithesis/locale/mu/phil/fithesis-slovak.def}[2016/03/22] \gdef\thesis@slovak@facultyName{Filozofická fakulta} -\gdef\thesis@slovak@declaration{% - Prehlasujem, že som predloženú \thesis@lower{% - slovak@typeName@akuzativ} vypracoval% - \thesis@slovak@gender@koncovka\ samostatne na - základe vlastných zistení a len s~použitím - uvedenej literatúry a prameňov.} +\gdef\thesis@slovak@departmentName{% + \ifx\thesis@department\thesis@departments@kisk + Kabinet informačných štúdií a knihovníctva% + \else + <<Neznáme oddělenie (\thesis@department)>>% + \fi} +\gdef\thesis@czech@declaration{% + \ifx\thesis@department\thesis@departments@kisk + Prehlasujem, že som predkladanú prácu spracoval% + \thesis@slovak@gender@koncovka\ samostatne~a použil% + \thesis@slovak@gender@koncovka\ len uvedené pramene~a + literatúru. Súčasne dávam súhlas k tomu, aby elektronická + verzia tejto práce bola sprístupnená cez informačný + systém Masarykovej univerzity.% + \else + Prehlasujem, že som predloženú \thesis@lower{% + slovak@typeName@akuzativ} vypracoval% + \thesis@slovak@gender@koncovka\ samostatne na základe vlastných + zistení a len s~použitím uvedenej literatúry a prameňov.% + \fi} +\global\let\thesis@slovak@typeName@super + \thesis@slovak@typeName \gdef\thesis@slovak@typeName{% \ifx\thesis@type\thesis@bachelors Bakalárska diplomová práca% \else\ifx\thesis@type\thesis@masters Magisterská diplomová práca% - \else\ifx\thesis@type\thesis@doctoral - Dizertačná práca% \else - <<Neznámy typ práce (\thesis@type)>>% - \fi\fi\fi} + \thesis@slovak@typeName@super + \fi\fi} + +\global\let\thesis@slovak@typeName@akuzativ@super + \thesis@slovak@typeName@akuzativ \gdef\thesis@slovak@typeName@akuzativ{% \ifx\thesis@type\thesis@bachelors Diplomovú prácu% \else\ifx\thesis@type\thesis@masters Diplomovú prácu% - \else\ifx\thesis@type\thesis@doctoral - Dizertačnú prácu% \else - <<Neznámý typ práce (\thesis@type)>>% - \fi\fi\fi} + \thesis@slovak@typeName@akuzativ@super + \fi\fi} \endinput %% %% End of file `mu/phil/fithesis-slovak.def'. diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def index 70853efa40f..581b2bfb91b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-czech.def @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2016/01/12] +\ProvidesFile{fithesis/locale/mu/sci/fithesis-czech.def}[2016/03/23] \gdef\thesis@czech@facultyName{Přírodovědecká fakulta} @@ -94,7 +94,6 @@ \fi\fi\fi\fi\fi\fi \thesis@year}} -\gdef\thesis@czech@bib@title{Bibliografický záznam} \global\let\thesis@czech@bib@author\thesis@czech@authorTitle \gdef\thesis@czech@bib@thesisTitle{Název práce} \gdef\thesis@czech@bib@programme{Studijní program} diff --git a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def index 0d80ef99089..344b1ac7fec 100644 --- a/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def +++ b/Master/texmf-dist/tex/latex/fithesis/locale/mu/sci/fithesis-english.def @@ -49,13 +49,12 @@ %% %% The names of the source files used are shown above. %% -\ProvidesFile{fithesis/locale/mu/sci/fithesis-english.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/sci/fithesis-english.def}[2016/03/23] \gdef\thesis@english@facultyName{Faculty of Science} \global\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor -\gdef\thesis@english@bib@title{Bibliographic entry} \global\let\thesis@english@bib@author\thesis@english@authorTitle \gdef\thesis@english@bib@thesisTitle{Title of Thesis} \gdef\thesis@english@bib@programme{Degree Programme} diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf Binary files differindex 0b74dbe2502..956394ba412 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf Binary files differindex 8f974a651de..6752603de82 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-base.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf Binary files differindex 7a7dba83b57..e4cf1a5d74b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf Binary files differindex 8d46f5d5830..559b2293a9c 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-econ.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf Binary files differindex b4e9ba06232..752baf6e664 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf Binary files differindex 5eb7d661b8c..18be5ff242a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fi.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf Binary files differindex 9192054bdc8..12f074b6eb2 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf Binary files differindex 41d820fa459..662585def8a 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fsps.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf Binary files differindex 2a2b22db882..66d967d6d38 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf Binary files differindex 430d0d95e9a..463b4102332 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-fss.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf Binary files differindex 3946f20e680..82a338a8f98 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf Binary files differindex cd2fdd8e4ef..983664826a1 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-law.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf Binary files differindex fd32c52a28c..a9c2620fb34 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf Binary files differindex 4ba62a93d07..6a0d213f8dd 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-med.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf Binary files differindex c7edae507bc..5fb28aacdfd 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf Binary files differindex 185af05f4ea..d7e123b670b 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-ped.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf Binary files differindex 05f345be67e..235c014fae0 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf Binary files differindex 2e845ad3004..526a1303f41 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-phil.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf Binary files differindex 98abd9fa4df..0ee45aafccf 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci-color.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf Binary files differindex a59ffc27247..f0dd8241c2f 100644 --- a/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf +++ b/Master/texmf-dist/tex/latex/fithesis/logo/mu/fithesis-sci.pdf diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty index 87f2473b9b8..7b48fb729a6 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-base.sty @@ -49,7 +49,7 @@ %% %% The names of the source files used are shown above. %% -\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/01/07] +\ProvidesPackage{fithesis/style/mu/fithesis-base}[2016/03/22] \NeedsTeXFormat{LaTeX2e} \DeclareOption{10pt}{\def\thesis@ptsize{0}} \DeclareOption{11pt}{\def\thesis@ptsize{1}} @@ -75,9 +75,9 @@ \newif\ifthesis@newtable@ \DeclareOption{table}{\thesis@newtable@true} \DeclareOption{oldtable}{\thesis@newtable@false} -\DeclareOption{nolot}{\def\thesis@blocks@lot{}} +\DeclareOption{nolot}{\let\thesis@blocks@lot\relax} \DeclareOption{lot}{\let\thesis@blocks@lot\listoftables} -\DeclareOption{nolof}{\def\thesis@blocks@lof{}} +\DeclareOption{nolof}{\let\thesis@blocks@lof\relax} \DeclareOption{lof}{\let\thesis@blocks@lof\listoffigures} \newif\ifthesis@cover@ \DeclareOption{nocover}{\thesis@cover@false} @@ -143,16 +143,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 @@ -217,6 +217,10 @@ \edef\@path{\thesis@logopath\thesis@universityLogo \ifthesis@color@-color\fi}% \includegraphics[#1]{\@path}}} +\let\thesis@department@name\thesis@department +\let\thesis@departmentEn@name\thesis@departmentEn +\let\thesis@field@name\thesis@field +\let\thesis@fieldEn@name\thesis@fieldEn \def\thesis@blocks@cover{% \ifthesis@cover@ \thesis@blocks@clear @@ -248,11 +252,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}% @@ -290,17 +294,19 @@ \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 -\def\thesis@blocks@tables{% +\def\thesis@blocks@toc{% \thesis@blocks@clear - \tableofcontents + \tableofcontents} +\def\thesis@blocks@tables{% + \thesis@blocks@toc \thesis@blocks@lot \thesis@blocks@lof} \def\thesis@blocks@declaration{% @@ -391,6 +397,14 @@ \pagenumbering{arabic} \pagestyle{thesisheadings} \parindent 1.5em\relax} +\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} \setcounter{tocdepth}{3} \input\thesis@stylepath mu/fithesis-1\thesis@ptsize.clo\relax diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty index a4c96c43cf7..833e6e76536 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-econ.sty @@ -118,14 +118,10 @@ right=15mm, includeheadfoot} \fi\pagestyle{thesisheadings} \parindent 1.5em\relax} -\def\thesis@blocks@toc{% - \thesis@blocks@clear - \tableofcontents} \def\thesis@blocks@tables{% - \thesis@blocks@clear \thesis@blocks@lot \thesis@blocks@lof} -\ifx\thesis@blocks@lot\empty\else +\ifx\thesis@blocks@lot\relax\else \def\thesis@blocks@lot{% \thesis@blocks@clear \phantomsection @@ -133,7 +129,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/tex/latex/fithesis/style/mu/fithesis-law.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty index b23caa1af61..3248ec6e448 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-law.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-law}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-law}[2016/03/22] \thesis@color@setup{ links={HTML}{CF86EB}, tableEmph={HTML}{D39BE8}, @@ -58,7 +58,7 @@ tableEven={HTML}{E5CCED}} \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 \def\thesis@blocks@frontMatter{% \thesis@blocks@clear diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty index 97cadd1de78..7db6e208364 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-med.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/02/18] +\ProvidesPackage{fithesis/style/mu/fithesis-med}[2016/03/22] \thesis@color@setup{ links={HTML}{F58E76}, tableEmph={HTML}{FF9D85}, @@ -90,7 +90,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}{% @@ -100,7 +100,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}}} \def\thesis@blocks@frontMatter{% \thesis@blocks@clear @@ -123,13 +123,6 @@ \pagestyle{thesisheadings} \parindent 1.5em \onehalfspacing} -\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} \def\thesis@blocks@preamble{% \thesis@blocks@coverMatter \thesis@blocks@cover diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty index 560e9cead1b..23edc45a399 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-ped.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-ped}[2016/03/22] \thesis@color@setup{ links={HTML}{FFA02F}, tableEmph={HTML}{FFBB6B}, @@ -64,24 +64,16 @@ % Typeset the name of the thesis advisor. {\thesis@titlePage@large\\[0.3in] {\bf\thesis@@{advisorTitle}:} \thesis@advisor}} -\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} \def\thesis@blocks@preamble{% \thesis@blocks@coverMatter \thesis@blocks@cover \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/tex/latex/fithesis/style/mu/fithesis-phil.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty index 8d39b72dca5..ca0beddd487 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-phil.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2015/12/08] +\ProvidesPackage{fithesis/style/mu/fithesis-phil}[2016/03/22] \thesis@color@setup{ links={HTML}{6FCEF2}, tableEmph={HTML}{78CEF0}, @@ -58,14 +58,47 @@ tableEven={HTML}{D0EBF5}} \thesis@blocks@titlePage@department@true \thesis@blocks@titlePage@field@true +\def\thesis@departments@kisk{kisk} +\ifx\thesis@department\thesis@departments@kisk + \def\thesis@department@name{\thesis@@{departmentName}} + \def\thesis@departmentEn@name{\thesis@english@departmentName} +\fi +\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 \def\thesis@blocks@preamble{% \thesis@blocks@coverMatter \thesis@blocks@cover \thesis@blocks@titlePage \thesis@blocks@frontMatter + \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} + \ifx\thesis@department\thesis@departments@kisk + \thesis@blocks@toc + \else + \thesis@blocks@tables + \fi} +\ifx\thesis@department\thesis@departments@kisk + \def\thesis@blocks@postamble{% + \thesis@blocks@lot + \thesis@blocks@lof} +\fi \endinput %% %% End of file `fithesis-phil.sty'. diff --git a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty index da898d86a11..8ae9fe28e11 100644 --- a/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty +++ b/Master/texmf-dist/tex/latex/fithesis/style/mu/fithesis-sci.sty @@ -50,7 +50,7 @@ %% The names of the source files used are shown above. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/01/12] +\ProvidesPackage{fithesis/style/mu/fithesis-sci}[2016/03/22] \thesis@color@setup{ links={HTML}{20E366}, tableEmph={HTML}{8EDEAA}, @@ -105,14 +105,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 @@ -170,14 +170,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 @@ -206,7 +206,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 @@ -227,7 +227,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} |