From 391ed31e962286a63e234d0fd04a845972273739 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 24 Jun 2015 21:33:27 +0000 Subject: fithesis (24jun15) git-svn-id: svn://tug.org/texlive/trunk@37661 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/fithesis/locale/czech.dtx | 316 +++++++++++++++++++++ .../source/latex/fithesis/locale/czech.ins | 13 + .../source/latex/fithesis/locale/english.dtx | 239 ++++++++++++++++ .../source/latex/fithesis/locale/english.ins | 13 + .../source/latex/fithesis/locale/slovak.dtx | 294 +++++++++++++++++++ .../source/latex/fithesis/locale/slovak.ins | 13 + 6 files changed, 888 insertions(+) create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/czech.dtx create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/czech.ins create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/english.dtx create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/english.ins create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx create mode 100644 Master/texmf-dist/source/latex/fithesis/locale/slovak.ins (limited to 'Master/texmf-dist/source/latex/fithesis/locale') diff --git a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx new file mode 100644 index 00000000000..31ae198e13e --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx @@ -0,0 +1,316 @@ +% \file{locale/czech.def} +% This is the base file of the Czech locale. It defines all the +% private macros mandated by the locale file interface. +% \begin{macro}{\thesis@czech@gender@koncovka} +% The locale file also defines the |\thesis@czech@gender@koncovka| +% macro, which expands to the correct verb ending based on the +% value of the |\thesis@ifwoman| macro and the +% |\thesis@typeName@akuzativ| containing the accusative case of the +% thesis type name. +% \end{macro}\iffalse +%<*base> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/czech.def}[2015/06/23] + +% Pomocná makra +\def\thesis@czech@gender@koncovka{% + \ifthesis@woman a\fi} + +% Zástupné texty +\def\thesis@czech@universityName{Název univerzity} +\def\thesis@czech@facultyName{Název fakulty} +\def\thesis@czech@assignment{Místo tohoto listu vložte kopii + oficiálního podepsaného zadání práce.} +\def\thesis@czech@declaration{Text prohlášení ...} + +% Různé +\def\thesis@czech@fieldTitle{Obor} +\def\thesis@czech@advisorTitle{Vedoucí práce} +\def\thesis@czech@authorTitle{Autor} +\def\thesis@czech@abstractTitle{Shrnutí} +\def\thesis@czech@keywordsTitle{Klíčová slova} +\def\thesis@czech@thanksTitle{Poděkování} +\def\thesis@czech@declarationTitle{Prohlášení} +\def\thesis@czech@idTitle{ID} +\def\thesis@czech@winter{Jaro} +\def\thesis@czech@summer{Podzim} +\def\thesis@czech@semester{% + \thesis@{czech@\thesis@season} \thesis@year} +\def\thesis@czech@typeName{% + \ifx\thesis@type\thesis@bachelors% + Bakalářská práce% + \else\ifx\thesis@type\thesis@masters% + Diplomová práce% + \else\ifx\thesis@type\thesis@doctoral% + Disertační práce% + \else\ifx\thesis@type\thesis@rigorous% + Rigorózní práce% + \else% + <>% + \fi\fi\fi\fi} +\def\thesis@czech@typeName@akuzativ{% + \ifx\thesis@type\thesis@bachelors% + Bakalářskou práci% + \else\ifx\thesis@type\thesis@masters% + Diplomovou práci% + \else\ifx\thesis@type\thesis@doctoral% + Disertační práci% + \else\ifx\thesis@type\thesis@rigorous% + Rigorózní práci% + \else% + <>% + \fi\fi\fi\fi} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/czech.def} +% This is the Czech locale file specific to the Masaryk +% University in Brno. It replaces the \texttt{universityName} +% placeholder with the correct value and defines the +% \texttt{declaration} and \texttt{idTitle} strings. +% \iffalse +%<*mu> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@universityName{Masarykova Univerzita} +\def\thesis@czech@declaration{Prohlašuji, že jsem + \thesis@lower{czech@typeName@akuzativ} zpracoval% + \thesis@czech@gender@koncovka\ samostatně a + použil\thesis@czech@gender@koncovka\ jen prameny + uvedené~v seznamu literatury.} + +% Různé +\def\thesis@czech@idTitle{UČO} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/law/czech.def} +% This is the Czech locale file specific to the Faculty of Law at +% the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value, defines +% the \texttt{facultyLongName} required by the +% |\thesis@blocks@cover| and the |\thesis@blocks@titlePage| blocks +% and replaces the \texttt{abstractTitle} string in accordance +% with the requirements of the faculty. +% \iffalse +%<*mu/law> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/law/czech.def}[2015/06/23] + +% Různé +\def\thesis@czech@abstractTitle{Abstrakt} + +% Zástupné texty +\def\thesis@czech@facultyName{Právnická fakulta} +\def\thesis@czech@facultyLongName{Právnická fakulta Masarykovy + univerzity} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fsps/czech.def} +% This is the Czech locale file specific to the Faculty of Sports +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value and the +% \texttt{fieldTitle} string in accordance with the common usage +% at the faculty. +% \iffalse +%<*mu/fsps> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fsps/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Fakulta sportovních studií} + +% Různé +\def\thesis@czech@fieldTitle{Specializace} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fss/czech.def} +% This is the Czech locale file specific to the Faculty of Social +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} string with the correct value. +% \iffalse +%<*mu/fss> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fss/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Fakulta sociálních studií} +\def\thesis@czech@assignment{Místo tohoto listu + vložte kopie oficiálního podepsaného zadání práce nebo + prohlášení autora školního díla nebo obojí~v závislosti na + požadavcích příslušné katedry.} + +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/econ/czech.def} +% This is the Czech locale file specific to the Faculty of +% Economics and Administration at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. +% \iffalse +%<*mu/econ> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/econ/czech.def}[2015/06/23] +\def\thesis@czech@facultyName{Ekonomicko-správní fakulta} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/med/czech.def} +% This is the Czech locale file specific to the Faculty of +% Medicine at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{abstractTitle} string in +% accordance with the common usage at the faculty. The file also +% defines the \texttt{bib@title} and \texttt{bib@pages} strings +% required by the |\thesis@blocks@bibEntry| block defined within +% the \texttt{style/mu/fithesis-med.sty} style file. +% \iffalse +%<*mu/med> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/med/czech.def}[2015/06/23] + +% Různé +\def\thesis@czech@abstractTitle{Anotace} + +% Zástupné texty +\def\thesis@czech@facultyName{Lékařská fakulta} + +% Bibliografický záznam +\def\thesis@czech@bib@title{Bibliografický záznam} +\def\thesis@czech@bib@pages{str} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fi/czech.def} +% This is the Czech locale file specific to the Faculty of +% Informatics at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and updates the \texttt{declaration} string in +% accordance with the requirements of the faculty. The file also +% defines the \texttt{advisorSignature} string required by the +% |\thesis@blocks@titlePage| block defined within the +% \texttt{style/mu/fithesis-fi.sty} style file. +% \iffalse +%<*mu/fi> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fi/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Fakulta informatiky} +\def\thesis@czech@assignment{Místo tohoto listu + vložte kopie oficiálního podepsaného zadání práce a + prohlášení autora školního díla.} +\def\thesis@czech@declaration{% + Prohlašuji, že tato \thesis@lower{czech@typeName} je mým + původním autorským dílem, které jsem vypracoval% + \thesis@czech@gender@koncovka\ samostatně. Všechny zdroje, + prameny a literaturu, které jsem při vypracování + používal\thesis@czech@gender@koncovka\ nebo z~nich + čerpal\thesis@czech@gender@koncovka, v~práci řádně cituji + s~uvedením úplného odkazu na příslušný zdroj.} + +% Ostatní +\def\thesis@czech@advisorSignature{Podpis vedoucího} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/phil/czech.def} +% This is the Czech locale file specific to the Faculty of +% Arts at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. It also defines the \texttt{declaration} string +% and redefines the \texttt{typeName} and +% \texttt{typeName@akuzativ} strings in accordance with the +% requirements of the faculty. +% \iffalse +%<*mu/phil> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/phil/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Filozofická fakulta} +\def\thesis@czech@declaration{% + Prohlašuji, že jsem \thesis@lower{czech@typeName@akuzativ} + vypracoval\thesis@czech@gender@koncovka\ samostatně~s využitím + uvedené literatury.} + +% Ostatní +\def\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% + <>% + \fi\fi\fi} +\def\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% + <>% + \fi\fi\fi} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/ped/czech.def} +% This is the Czech locale file specific to the Faculty of +% Education at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. The file also defines the +% \texttt{bib@title} and \texttt{bib@pages} strings required by the +% |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-ped.sty} style file. +% \iffalse +%<*mu/ped> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/ped/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Pedagogická fakulta} + +% Bibliografický záznam +\def\thesis@czech@bib@title{Bibliografický záznam} +\def\thesis@czech@bib@pages{str} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/sci/czech.def} +% This is the Czech locale file specific to the Faculty of +% Science at the Masaryk University in Brno. +% It defines the private macros required by the +% |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-sci.sty} style file. +% It also replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{abstractTitle} and +% \texttt{declaration} strings in accordance with the formal +% requirements of the faculty. +% \iffalse +%<*mu/sci> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/sci/czech.def}[2015/06/23] + +% Zástupné texty +\def\thesis@czech@facultyName{Přírodovědecká fakulta} + +% Ostatní +\def\thesis@czech@abstractTitle{Abstrakt} +\def\thesis@czech@declaration{% + Prohlašuji, že jsem svoji \thesis@lower{czech@typeName@% + akuzativ} vypracoval\thesis@czech@gender@koncovka\ samo% + statně s~využitím informačních zdrojů, které jsou v~práci + citovány.} + +% Bibliografický záznam +\def\thesis@czech@bib@title{Bibliografický záznam} +\let\thesis@czech@bib@author\thesis@czech@authorTitle +\def\thesis@czech@bib@thesisTitle{Název práce} +\def\thesis@czech@bib@programme{Studijní program} +\let\thesis@czech@bib@field\thesis@czech@fieldTitle +\let\thesis@czech@bib@advisor\thesis@czech@advisorTitle +\def\thesis@czech@bib@academicYear{Akademický rok} +\def\thesis@czech@bib@pages{Počet stran} +\let\thesis@czech@bib@keywords\thesis@czech@keywordsTitle +% \end{macrocode}\iffalse +% +% \fi diff --git a/Master/texmf-dist/source/latex/fithesis/locale/czech.ins b/Master/texmf-dist/source/latex/fithesis/locale/czech.ins new file mode 100644 index 00000000000..6b2258557b3 --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/czech.ins @@ -0,0 +1,13 @@ +\input ../LICENSE +\generate{\file{czech.def}{\from{czech.dtx}{base}} + \file{mu/czech.def}{\from{czech.dtx}{mu}} + \file{mu/law/czech.def}{\from{czech.dtx}{mu/law}} + \file{mu/fsps/czech.def}{\from{czech.dtx}{mu/fsps}} + \file{mu/fss/czech.def}{\from{czech.dtx}{mu/fss}} + \file{mu/econ/czech.def}{\from{czech.dtx}{mu/econ}} + \file{mu/med/czech.def}{\from{czech.dtx}{mu/med}} + \file{mu/fi/czech.def}{\from{czech.dtx}{mu/fi}} + \file{mu/phil/czech.def}{\from{czech.dtx}{mu/phil}} + \file{mu/ped/czech.def}{\from{czech.dtx}{mu/ped}} + \file{mu/sci/czech.def}{\from{czech.dtx}{mu/sci}}} +\endbatchfile diff --git a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx new file mode 100644 index 00000000000..f658f2f40a2 --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx @@ -0,0 +1,239 @@ +% \file{locale/english.def} +% This is the base file of the English locale. It defines all the +% private macros mandated by the locale file interface. +% \iffalse +%<*base> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@universityName{University name} +\def\thesis@english@facultyName{Faculty name} +\def\thesis@english@assignment{Replace this page with a copy + of the official signed thesis assignment.} +\def\thesis@english@declaration{Declaration text ...} + +% Miscellaneous +\def\thesis@english@fieldTitle{Field of study} +\def\thesis@english@advisorTitle{Advisor} +\def\thesis@english@authorTitle{Author} +\def\thesis@english@abstractTitle{Abstract} +\def\thesis@english@keywordsTitle{Keywords} +\def\thesis@english@thanksTitle{Acknowledgement} +\def\thesis@english@declarationTitle{Declaration} +\def\thesis@english@idTitle{ID} +\def\thesis@english@winter{Spring} +\def\thesis@english@summer{Fall} +\def\thesis@english@semester{% + \thesis@{english@\thesis@season} \thesis@year} +\def\thesis@english@typeName{% + \ifx\thesis@type\thesis@bachelors% + Bachelor's Thesis% + \else\ifx\thesis@type\thesis@masters% + Master's Thesis% + \else\ifx\thesis@type\thesis@doctoral% + Doctoral Thesis% + \else\ifx\thesis@type\thesis@rigorous% + Rigorous Thesis% + \else% + <>% + \fi\fi\fi\fi} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/english.def} +% This is the English locale file specific to the Masaryk +% University in Brno. It replaces the \texttt{universityName} +% placeholder with the correct value and defines the +% \texttt{declaration} and \texttt{idTitle} strings. +% \iffalse +%<*mu> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/english.def}[2015/06/23] +\def\thesis@english@universityName{Masaryk University} +\def\thesis@english@declaration{% + Hereby I declare that this paper is my original authorial work, + which I have worked out by my own. All sources, references and + literature used or excerpted during elaboration of this work are + properly cited and listed in complete reference to the due source.} + +% Miscellaneous +\def\thesis@english@idTitle{UČO} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/law/english.def} +% This is the English locale file specific to the Faculty of Law at +% the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value and +% defines the \texttt{facultyLongName} required by the +% |\thesis@blocks@cover| and the |\thesis@blocks@titlePage| blocks. +% \iffalse +%<*mu/law> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/law/english.def}[2015/06/23] +\def\thesis@english@facultyName{Faculty of Law} +\def\thesis@english@facultyLongName{The Faculty of Law of the + Masaryk University} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fsps/english.def} +% This is the English locale file specific to the Faculty of Sports +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value. +% \iffalse +%<*mu/fsps> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fsps/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@facultyName{Faculty of Sports Studies} + +% Miscellaneous +\def\thesis@english@fieldTitle{Specialization} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fss/english.def} +% This is the English locale file specific to the Faculty of Social +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} string with the correct value. +% \iffalse +%<*mu/fss> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fss/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@facultyName{Faculty of Social Studies} +\def\thesis@english@assignment{Replace this page with a copy + of the official signed thesis assignment or the copy of the + Statement of an Author or both, depending on the requirements of + the respective department.} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/econ/english.def} +% This is the English locale file specific to the Faculty of +% Economics and Administration at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. +% \iffalse +%<*mu/econ> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/econ/english.def}[2015/06/23] +\def\thesis@english@facultyName{Faculty of Economics + and Administration} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/med/english.def} +% This is the English locale file specific to the Faculty of +% Medicine at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{abstractTitle} string +% with the common usage at the faculty. The file also defines +% the \texttt{bib@title} and \texttt{bib@pages} strings required +% by the |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-med.sty} style file. +% \iffalse +%<*mu/med> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/med/english.def}[2015/06/23] + +% Miscellaneous +\def\thesis@english@abstractTitle{Annotation} + +% Placeholders +\def\thesis@english@facultyName{Faculty of Medicine} + +% Bibliographic entry +\def\thesis@english@bib@title{Bibliographic record} +\def\thesis@english@bib@pages{p} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fi/english.def} +% This is the English locale file specific to the Faculty of +% Informatics at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and updates the string in accordance with the +% requirements of the faculty. +% The file also defines the \texttt{advisorSignature} string +% required by the |\thesis@blocks@titlePage| block defined +% within the \texttt{style/mu/fithesis-fi.sty} style file. +% \iffalse +%<*mu/fi> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fi/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@facultyName{Faculty of Informatics} +\def\thesis@english@assignment{Replace this page with a copy + of the official signed thesis assignment and the copy of the + Statement of an Author.} + +% Others +\def\thesis@english@advisorSignature{Signature of Thesis + \thesis@english@advisorTitle} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/phil/english.def} +% This is the English locale file specific to the Faculty of +% Arts at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. +% \iffalse +%<*mu/phil> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/phil/english.def}[2015/06/23] +\def\thesis@english@facultyName{Faculty of Arts} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/ped/english.def} +% This is the Slovak locale file specific to the Faculty of +% Education at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. The file also defines the +% \texttt{bib@title} and \texttt{bib@pages} strings required by the +% |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-ped.sty} style file. +% \iffalse +%<*mu/ped> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/ped/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@facultyName{Faculty of Education} + +% Bibliographic entry +\def\thesis@english@bib@title{Bibliographic record} +\def\thesis@english@bib@pages{p} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/sci/english.def} +% This is the English locale file specific to the Faculty of +% Science at the Masaryk University in Brno. +% It defines the private macros required by the +% |\thesis@blocks@bibEntryEn| block defined within the +% \texttt{style/mu/fithesis-sci.sty} style file. +% It also replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{advisorTitle} string in +% accordance with the formal requirements of the faculty. +% \iffalse +%<*mu/sci> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/sci/english.def}[2015/06/23] + +% Placeholders +\def\thesis@english@facultyName{Faculty of Science} + +% Miscellaneous +\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor + +% Bibliographic entry +\def\thesis@english@bib@title{Bibliographic entry} +\let\thesis@english@bib@author\thesis@english@authorTitle +\def\thesis@english@bib@thesisTitle{Title of Thesis} +\def\thesis@english@bib@programme{Degree Programme} +\let\thesis@english@bib@field\thesis@english@fieldTitle +\def\thesis@english@bib@advisor{Supervisor} +\def\thesis@english@bib@academicYear{Academic Year} +\def\thesis@english@bib@pages{Number of Pages} +\let\thesis@english@bib@keywords\thesis@english@keywordsTitle +% \end{macrocode}\iffalse +% +% \fi diff --git a/Master/texmf-dist/source/latex/fithesis/locale/english.ins b/Master/texmf-dist/source/latex/fithesis/locale/english.ins new file mode 100644 index 00000000000..22c61195de5 --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/english.ins @@ -0,0 +1,13 @@ +\input ../LICENSE +\generate{\file{english.def}{\from{english.dtx}{base}} + \file{mu/english.def}{\from{english.dtx}{mu}} + \file{mu/law/english.def}{\from{english.dtx}{mu/law}} + \file{mu/fsps/english.def}{\from{english.dtx}{mu/fsps}} + \file{mu/fss/english.def}{\from{english.dtx}{mu/fss}} + \file{mu/econ/english.def}{\from{english.dtx}{mu/econ}} + \file{mu/med/english.def}{\from{english.dtx}{mu/med}} + \file{mu/fi/english.def}{\from{english.dtx}{mu/fi}} + \file{mu/phil/english.def}{\from{english.dtx}{mu/phil}} + \file{mu/ped/english.def}{\from{english.dtx}{mu/ped}} + \file{mu/sci/english.def}{\from{english.dtx}{mu/sci}}} +\endbatchfile diff --git a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx new file mode 100644 index 00000000000..e6daa410a2a --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx @@ -0,0 +1,294 @@ +% \file{locale/slovak.def} +% This is the base file of the Slovak locale. It defines all the +% private macros mandated by the locale file interface. +% \begin{macro}{\thesis@slovak@gender@koncovka} +% The locale file defines the |\thesis@slovak@gender@koncovka| +% macro, which expands to the correct verb ending based on the +% value of the |\thesis@ifwoman| macro. +% \end{macro}\iffalse +%<*base> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/slovak.def}[2015/06/23] + +% Pomocná makrá +\def\thesis@slovak@gender@koncovka{% + \ifthesis@woman a\fi} + +% Zástupné texty +\def\thesis@slovak@universityName{Názov univerzity} +\def\thesis@slovak@facultyName{Názov fakulty} +\def\thesis@slovak@assignment{Namiesto tejto stránky vložte kópiu + oficiálneho podpísaného zadania práce.} +\def\thesis@slovak@declaration{Text prehlásenie ...} + +% Rôzne +\def\thesis@slovak@fieldTitle{Odbor} +\def\thesis@slovak@advisorTitle{Vedúci práce} +\def\thesis@slovak@authorTitle{Autor} +\def\thesis@slovak@abstractTitle{Zhrnutie} +\def\thesis@slovak@keywordsTitle{Kľúčové slová} +\def\thesis@slovak@thanksTitle{Poďakovanie} +\def\thesis@slovak@declarationTitle{Prehlásenie} +\def\thesis@slovak@idTitle{ID} +\def\thesis@slovak@winter{Jar} +\def\thesis@slovak@summer{Jeseň} +\def\thesis@slovak@semester{% + \thesis@{slovak@\thesis@season} \thesis@year} +\def\thesis@slovak@typeName{% + \ifx\thesis@type\thesis@bachelors% + Bakalárska práca% + \else\ifx\thesis@type\thesis@masters% + Diplomová práca% + \else\ifx\thesis@type\thesis@doctoral% + Dizertačná práca% + \else\ifx\thesis@type\thesis@rigorous% + Rigorózna práca% + \else% + <>% + \fi\fi\fi\fi} +\def\thesis@slovak@typeName@akuzativ{% + \ifx\thesis@type\thesis@bachelors% + Bakalársku prácu% + \else\ifx\thesis@type\thesis@masters% + Diplomovú prácu% + \else\ifx\thesis@type\thesis@doctoral% + Dizertačnú prácu% + \else\ifx\thesis@type\thesis@rigorous% + Rigoróznu prácu% + \else% + <>% + \fi\fi\fi\fi} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/slovak.def} +% This is the Slovak locale file specific to the Masaryk +% University in Brno. It replaces the \texttt{universityName} +% placeholder with the correct value and defines the +% \texttt{declaration} and \texttt{idTitle} strings. +% \iffalse +%<*mu> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@universityName{Masarykova Univerzita} +\def\thesis@slovak@declaration{% + Prehlašujem, že som predloženú \thesis@lower{% + slovak@typeName@akuzativ} vypracoval% + \thesis@slovak@gender@koncovka\ samostatne len s~použitím + uvedenej literatúry a prameňov.} + +% Rôzne +\def\thesis@slovak@idTitle{UČO} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/law/slovak.def} +% This is the Slovak locale file specific to the Faculty of Law at +% the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value, defines +% the \texttt{facultyLongName} required by the +% |\thesis@blocks@cover| and the |\thesis@blocks@titlePage| blocks +% and replaces the \texttt{abstractTitle} string in accordance +% with the requirements of the faculty. +% \iffalse +%<*mu/law> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/law/slovak.def}[2015/06/23] + +% Rôzne +\def\thesis@slovak@abstractTitle{Abstrakt} + +% Zástupné texty +\def\thesis@slovak@facultyName{Právnická fakulta} +\def\thesis@slovak@facultyLongName{Právnická fakulta Masarykovej + univerzity} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fsps/slovak.def} +% This is the Slovak locale file specific to the Faculty of Sports +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} placeholder with the correct value and the +% \texttt{fieldTitle} string in accordance with the common usage +% at the faculty. +% \iffalse +%<*mu/fsps> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fsps/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Fakulta športových štúdií} + +% Rôzne +\def\thesis@slovak@fieldTitle{Špecializácie} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fss/slovak.def} +% This is the Slovak locale file specific to the Faculty of Social +% Studies at the Masaryk University in Brno. It replaces the +% \texttt{facultyName} string with the correct value. +% \iffalse +%<*mu/fss> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fss/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Fakulta sociálnych štúdií} +\def\thesis@slovak@assignment{Namiesto tejto stránky vložte kópiu + oficiálneho podpísaného zadania práce alebo prehlásenie autora + školského diela alebo obidve~v závislosti na požiadavkách + príslušnej katedry.} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/econ/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Economics and Administration at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. +% \iffalse +%<*mu/econ> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/econ/slovak.def}[2015/06/23] +\def\thesis@slovak@facultyName{Ekonomicko-správna fakulta} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/med/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Medicine at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and redefines the \texttt{abstractTitle} +% string in accordance with the common usage at the faculty. +% The file also defines the \texttt{bib@title} and +% \texttt{bib@pages} strings required by the +% |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-med.sty} style file. + +% \iffalse +%<*mu/med> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/med/slovak.def}[2015/06/23] + +% Rôzne +\def\thesis@slovak@abstractTitle{Anotácie} + +% Zástupné texty +\def\thesis@slovak@facultyName{Lekárska fakulta} + +% Bibliografický zoznam +\def\thesis@slovak@bib@title{Bibliografický záznam} +\def\thesis@slovak@bib@pages{str} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/fi/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Informatics at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value and updates the \texttt{declaration} string +% in accordance with the requirements of the faculty. +% The file also defines the +% \texttt{advisorSignature} string required by the +% |\thesis@blocks@titlePage| block defined within the +% \texttt{style/mu/fithesis-fi.sty} style file. +% \iffalse +%<*mu/fi> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/fi/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Fakulta informatiky} +\def\thesis@slovak@assignment{Namiesto tejto stránky vložte kópiu + oficiálneho podpísaného zadania práce a prehlásenie autora + školského diela.} +\def\thesis@slovak@declaration{% + Prehlasujem, že táto \thesis@lower{slovak@typeName} je mojím + pôvodným autorským dielom, ktoré som vypracoval% + \thesis@slovak@gender@koncovka\ samostatne. Všetky zdroje, + pramene a literatúru, ktoré som pri vypracovaní + používal\thesis@slovak@gender@koncovka\ alebo z~nich + čerpal\thesis@slovak@gender@koncovka, v~práci riadne citujem + s~uvedením úplného odkazu na príslušný zdroj.} + +% Rôzne +\def\thesis@slovak@advisorSignature{Podpis vedúceho} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/phil/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Arts at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. It also defines the \texttt{declaration} string +% and redefines the \texttt{typeName} and +% \texttt{typeName@akuzativ} strings in accordance with the +% requirements of the faculty. +% \iffalse +%<*mu/phil> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/phil/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Filozofická fakulta} +\def\thesis@slovak@declaration{% + Prehlašujem, ž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.} + +% Rôzne +\def\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% + <>% + \fi\fi\fi} +\def\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% + <>% + \fi\fi\fi} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/ped/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Education at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. The file also defines the +% \texttt{bib@title} and \texttt{bib@pages} strings required by the +% |\thesis@blocks@bibEntry| block defined within the +% \texttt{style/mu/fithesis-ped.sty} style file. +% \iffalse +%<*mu/ped> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/ped/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Pedagogická fakulta} + +% Bibliografický zoznam +\def\thesis@slovak@bib@title{Bibliografický záznam} +\def\thesis@slovak@bib@pages{str} +% \end{macrocode}\iffalse +% +% \fi\file{locale/mu/sci/slovak.def} +% This is the Slovak locale file specific to the Faculty of +% Science at the Masaryk University in Brno. +% It replaces the \texttt{facultyName} placeholder with the +% correct value. +% \iffalse +%<*mu/sci> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/mu/sci/slovak.def}[2015/06/23] + +% Zástupné texty +\def\thesis@slovak@facultyName{Prírodovedecká fakulta} +% \end{macrocode}\iffalse +% +% \fi diff --git a/Master/texmf-dist/source/latex/fithesis/locale/slovak.ins b/Master/texmf-dist/source/latex/fithesis/locale/slovak.ins new file mode 100644 index 00000000000..f7114f3646a --- /dev/null +++ b/Master/texmf-dist/source/latex/fithesis/locale/slovak.ins @@ -0,0 +1,13 @@ +\input ../LICENSE +\generate{\file{slovak.def}{\from{slovak.dtx}{base}} + \file{mu/slovak.def}{\from{slovak.dtx}{mu}} + \file{mu/law/slovak.def}{\from{slovak.dtx}{mu/law}} + \file{mu/fsps/slovak.def}{\from{slovak.dtx}{mu/fsps}} + \file{mu/fss/slovak.def}{\from{slovak.dtx}{mu/fss}} + \file{mu/econ/slovak.def}{\from{slovak.dtx}{mu/econ}} + \file{mu/med/slovak.def}{\from{slovak.dtx}{mu/med}} + \file{mu/fi/slovak.def}{\from{slovak.dtx}{mu/fi}} + \file{mu/phil/slovak.def}{\from{slovak.dtx}{mu/phil}} + \file{mu/ped/slovak.def}{\from{slovak.dtx}{mu/ped}} + \file{mu/sci/slovak.def}{\from{slovak.dtx}{mu/sci}}} +\endbatchfile -- cgit v1.2.3