summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fithesis/locale/english.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-29 23:50:32 +0000
committerKarl Berry <karl@freefriends.org>2015-06-29 23:50:32 +0000
commitc72d5408b36b0edceec0820088ef999f2e621116 (patch)
tree6acb038ddbfc00b4b6645a965f9b4c7d2385c641 /Master/texmf-dist/source/latex/fithesis/locale/english.dtx
parent6bed285d124b0575ea4e0f6fd0553adf9a890126 (diff)
fithesis (27jun15)
git-svn-id: svn://tug.org/texlive/trunk@37712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/locale/english.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fithesis/locale/english.dtx246
1 files changed, 246 insertions, 0 deletions
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..44453fb4031
--- /dev/null
+++ b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx
@@ -0,0 +1,246 @@
+% \file{locale/fithesis-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/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@universityName{University name}
+\gdef\thesis@english@facultyName{Faculty name}
+\gdef\thesis@english@assignment{Replace this page with a copy
+ of the official signed thesis assignment.}
+\gdef\thesis@english@declaration{Declaration text ...}
+
+% Miscellaneous
+\gdef\thesis@english@fieldTitle{Field of study}
+\gdef\thesis@english@advisorTitle{Advisor}
+\gdef\thesis@english@authorTitle{Author}
+\gdef\thesis@english@abstractTitle{Abstract}
+\gdef\thesis@english@keywordsTitle{Keywords}
+\gdef\thesis@english@thanksTitle{Acknowledgement}
+\gdef\thesis@english@declarationTitle{Declaration}
+\gdef\thesis@english@idTitle{ID}
+\gdef\thesis@english@winter{Spring}
+\gdef\thesis@english@summer{Fall}
+\gdef\thesis@english@semester{%
+ \thesis@{english@\thesis@season} \thesis@year}
+\gdef\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%
+ <<Unknown thesis type (\thesis@type)>>%
+ \fi\fi\fi\fi}
+% \end{macrocode}\iffalse
+%</base>
+% \fi\file{locale/mu/fithesis-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/fithesis-english.def}[2015/06/26]
+\gdef\thesis@english@universityName{Masaryk University}
+\gdef\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
+\gdef\thesis@english@idTitle{UČO}
+% \end{macrocode}\iffalse
+%</mu>
+% \fi\file{locale/mu/law/fithesis-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/fithesis-english.def}[2015/06/26]
+\gdef\thesis@english@facultyName{Faculty of Law}
+\gdef\thesis@english@facultyLongName{The Faculty of Law of the
+ Masaryk University}
+% \end{macrocode}\iffalse
+%</mu/law>
+% \fi\file{locale/mu/fsps/fithesis-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 and
+% redefines the \texttt{fieldTitle} string in accordance with the
+% common usage at the faculty.
+% \iffalse
+%<*mu/fsps>
+% \fi\begin{macrocode}
+\ProvidesFile{fithesis/locale/mu/fsps/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Sports Studies}
+
+% Miscellaneous
+\gdef\thesis@english@fieldTitle{Specialization}
+% \end{macrocode}\iffalse
+%</mu/fsps>
+% \fi\file{locale/mu/fss/fithesis-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} and \texttt{assignment} strings with the
+% correct values.
+% \iffalse
+%<*mu/fss>
+% \fi\begin{macrocode}
+\ProvidesFile{fithesis/locale/mu/fss/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Social Studies}
+\gdef\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
+%</mu/fss>
+% \fi\file{locale/mu/econ/fithesis-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/fithesis-english.def}[2015/06/26]
+\gdef\thesis@english@facultyName{Faculty of Economics
+ and Administration}
+% \end{macrocode}\iffalse
+%</mu/econ>
+% \fi\file{locale/mu/med/fithesis-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/\discretionary{}{}{}fithesis-med.sty}
+% style file.
+% \iffalse
+%<*mu/med>
+% \fi\begin{macrocode}
+\ProvidesFile{fithesis/locale/mu/med/fithesis-english.def}[2015/06/26]
+
+% Miscellaneous
+\gdef\thesis@english@abstractTitle{Annotation}
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Medicine}
+
+% Bibliographic entry
+\gdef\thesis@english@bib@title{Bibliographic record}
+\gdef\thesis@english@bib@pages{p}
+% \end{macrocode}\iffalse
+%</mu/med>
+% \fi\file{locale/mu/fi/fithesis-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
+% redefines 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/\discretionary{}{}{}fithesis-fi.sty}
+% style file.
+% \iffalse
+%<*mu/fi>
+% \fi\begin{macrocode}
+\ProvidesFile{fithesis/locale/mu/fi/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Informatics}
+\gdef\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
+\gdef\thesis@english@advisorSignature{Signature of Thesis
+ \thesis@english@advisorTitle}
+% \end{macrocode}\iffalse
+%</mu/fi>
+% \fi\file{locale/mu/phil/fithesis-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/fithesis-english.def}[2015/06/26]
+\gdef\thesis@english@facultyName{Faculty of Arts}
+% \end{macrocode}\iffalse
+%</mu/phil>
+% \fi\file{locale/mu/ped/fithesis-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/\discretionary{}{}{}fithesis-ped.sty}
+% style file.
+% \iffalse
+%<*mu/ped>
+% \fi\begin{macrocode}
+\ProvidesFile{fithesis/locale/mu/ped/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Education}
+
+% Bibliographic entry
+\gdef\thesis@english@bib@title{Bibliographic record}
+\gdef\thesis@english@bib@pages{p}
+% \end{macrocode}\iffalse
+%</mu/ped>
+% \fi\file{locale/mu/sci/fithesis-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/\discretionary{}{}{}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/fithesis-english.def}[2015/06/26]
+
+% Placeholders
+\gdef\thesis@english@facultyName{Faculty of Science}
+
+% Miscellaneous
+\global\let\thesis@english@advisorTitleEn=\thesis@english@bib@advisor
+
+% Bibliographic entry
+\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}
+\global\let\thesis@english@bib@field\thesis@english@fieldTitle
+\gdef\thesis@english@bib@advisor{Supervisor}
+\gdef\thesis@english@bib@academicYear{Academic Year}
+\gdef\thesis@english@bib@pages{Number of Pages}
+\global\let\thesis@english@bib@keywords\thesis@english@keywordsTitle
+% \end{macrocode}\iffalse
+%</mu/sci>
+% \fi