diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-01 22:53:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-01 22:53:36 +0000 |
commit | 661ff07b6383ac3bfb1773691050eb5ff5e19d24 (patch) | |
tree | 9396a92cc17c6eb0a5fde4b0e42ecf97226f3986 /Master/texmf-dist/source/latex/fithesis/locale | |
parent | b9e437e9bfed776213b65bdbf349eb6fcd96e116 (diff) |
fithesis (1dec15)
git-svn-id: svn://tug.org/texlive/trunk@38994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fithesis/locale')
3 files changed, 35 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx index 6dae2d77ec9..6a7c5f4a1a8 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx @@ -1,21 +1,27 @@ % \file{locale/fithesis-czech.def} -% This is the base file of the Czech locale. It defines all the -% private macros mandated by the locale file interface. +% This is the base file of the Czech locale.\iffalse +%<*base> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/fithesis-czech.def}[2015/11/29] +% \end{macrocode} +% The locale file 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 +% \end{macro}\begin{macro}{\thesis@czech@typeName@akuzativ} % |\thesis@czech@typeName@akuzativ| containing the accusative case % of the thesis type name. -% \end{macro}\iffalse -%<*base> -% \fi\begin{macrocode} -\ProvidesFile{fithesis/locale/fithesis-czech.def}[2015/11/17] +% \end{macro}\begin{macrocode} % Pomocná makra \gdef\thesis@czech@gender@koncovka{% \ifthesis@woman a\fi} +% Csquotes styl +\gdef\thesis@czech@csquotesStyle{german} + % Zástupné texty \gdef\thesis@czech@universityName{Název univerzity} \gdef\thesis@czech@facultyName{Název fakulty} diff --git a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx index 527488417b6..d2ba335c242 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx @@ -1,10 +1,12 @@ % \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 +% This is the base file of the English locale.\iffalse %<*base> % \fi\begin{macrocode} -\ProvidesFile{fithesis/locale/fithesis-english.def}[2015/11/10] +\ProvidesFile{fithesis/locale/fithesis-english.def}[2015/11/29] +% \end{macrocode} +% The locale file defines all the private macros mandated by the +% locale file interface. +% \begin{macrocode} % Placeholders \gdef\thesis@english@universityName{University name} @@ -13,6 +15,9 @@ of the official signed thesis assignment.} \gdef\thesis@english@declaration{Declaration text ...} +% Csquotes style +\gdef\thesis@english@csquotesStyle{english} + % Miscellaneous \gdef\thesis@english@fieldTitle{Field of study} \gdef\thesis@english@advisorTitle{Advisor} @@ -48,11 +53,11 @@ % \iffalse %<*mu> % \fi\begin{macrocode} -\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2015/06/26] +\ProvidesFile{fithesis/locale/mu/fithesis-english.def}[2015/11/30] \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 + which I have worked out on 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.} diff --git a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx index 05fb8c8f42e..601affce036 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx @@ -1,21 +1,27 @@ % \file{locale/fithesis-slovak.def} -% This is the base file of the Slovak locale. It defines all the -% private macros mandated by the locale file interface. +% This is the base file of the Slovak locale.\iffalse +%<*base> +% \fi\begin{macrocode} +\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2015/11/29] +% \end{macrocode} +% The locale file defines all the private macros mandated by the +% locale file interface. % \begin{macro}{\thesis@slovak@gender@koncovka} % The locale file also defines the |\thesis@slovak@gender@koncovka| % macro, which expands to the correct verb ending based on the % value of the |\thesis@ifwoman| macro and the +% \end{macro}\begin{macro}{\thesis@slovak@typeName@akuzativ} % |\thesis@slovak@typeName@akuzativ| containing the accusative case % of the thesis type name. -% \end{macro}\iffalse -%<*base> -% \fi\begin{macrocode} -\ProvidesFile{fithesis/locale/fithesis-slovak.def}[2015/11/17] +% \end{macro}\begin{macrocode} % Pomocná makrá \gdef\thesis@slovak@gender@koncovka{% \ifthesis@woman a\fi} +% Csquotes štýl +\gdef\thesis@slovak@csquotesStyle{german} + % Zástupné texty \gdef\thesis@slovak@universityName{Názov univerzity} \gdef\thesis@slovak@facultyName{Názov fakulty} |