Commit 2c615fa4 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Made `\thesis@english@thanksTitle` plural in locale files of MU, Brno.

parent ff32871e
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@
                          can

                          span multiple paragraphs.},
    thanks             = {This is the acknowledgement for my
    thanks             = {These are the acknowledgements for my
                          thesis, which can

                          span multiple paragraphs.},
@@ -155,7 +155,7 @@
    abstract      = {This is the abstract of my thesis, which can

                     span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -196,7 +196,7 @@
    abstract      = {This is the abstract of my thesis, which can

                     span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -229,7 +229,7 @@
    abstract      = {This is the abstract of my thesis, which can

                     span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -264,7 +264,7 @@
    abstract      = {This is the abstract of my thesis, which can

                     span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -297,7 +297,7 @@
    abstract      = {This is the abstract of my thesis, which can

                     span multiple paragraphs.},
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -326,7 +326,7 @@
                    About the Nature of Man,
    TeXtitle      = What Can Typography Tell Us\\
                    About the Nature of Man,
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
@@ -386,7 +386,7 @@

                      span multiple paragraphs.},
    },
    thanks        = {This is the acknowledgement for my thesis, which can
    thanks        = {These are the acknowledgements for my thesis, which can

                     span multiple paragraphs.},
    bib           = example.bib,
+3 −3
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
  \gdef\thesis@version@number{#1}
  \gdef\thesis@version@date{#2}
  \gdef\thesis@version{#2 #1 fithesis3 MU thesis class}}
\thesis@versiondef{v0.3.47}{2017/07/09}}
\thesis@versiondef{v0.3.48}{2017/09/08}}
% {\newwrite\f\openout\f=VERSION\write\f{\thesis@version}\closeout\f}
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1230,7 +1230,7 @@
% \end{macro}
% \begin{macro}{\thesis@thanks}
% \subsubsection{The \texttt{thanks} key}
% The \marg{\texttt{thanks}=text} pair sets the acknowledgement
% The \marg{\texttt{thanks}=text} pair sets the acknowledgements
% text to \textit{text}. The \textit{text} is stored within
% the |\thesis@thanks| macro.
%    \begin{macrocode}
@@ -1914,7 +1914,7 @@
%   \item|\thesis@|\textit{locale}|@keywordsTitle| -- The title of
%     the keywords section
%   \item|\thesis@|\textit{locale}|@thanksTitle| -- The title of
%     the acknowledgement section
%     the acknowledgements section
%   \item|\thesis@|\textit{locale}|@declarationTitle| -- The title
%     of the declaration section
%   \item|\thesis@|\textit{locale}|@idTitle| -- The title of the
+1 −1
Original line number Diff line number Diff line
@@ -773,7 +773,7 @@
%</econ,fss,law,med,ped,sci>
    \item[thanks]
      This key can be used to specify the text of the
      acknowledgement.
      acknowledgements.
    \item[declaration]
      This key can be used to specify the text of the declaration.
      If the value of the key is unspecified, the following text is
+6 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
% This is the base file of the English locale.\iffalse
%<*base>
% \fi\begin{macrocode}
\ProvidesFile{fithesis/locale/fithesis-english.def}[2017/07/09]
\ProvidesFile{fithesis/locale/fithesis-english.def}[2017/09/08]
%    \end{macrocode}
% The locale file defines all the private macros mandated by the
% locale file interface.
@@ -70,7 +70,11 @@
\gdef\thesis@english@authorTitle{Author}
\gdef\thesis@english@abstractTitle{Abstract}
\gdef\thesis@english@keywordsTitle{Keywords}
\gdef\thesis@english@thanksTitle{Acknowledgement}
%    \end{macrocode}
% \changes{v0.3.48}{2017/09/08}{Changed
%   \cs{thesis@english@thanksTitle} to plural. [VN]}
%    \begin{macrocode}
\gdef\thesis@english@thanksTitle{Acknowledgements}
\gdef\thesis@english@declarationTitle{Declaration}
\gdef\thesis@english@idTitle{ID}
\gdef\thesis@english@typeName@sempaper{Seminar Paper}
+1 −1
Original line number Diff line number Diff line
@@ -831,7 +831,7 @@
%    \end{macrocode}
% \end{macro}\begin{macro}{\thesis@blocks@thanks}
% The |\thesis@blocks@thanks| macro typesets the
% acknowledgement, if the |\thesis@thanks| macro is
% acknowledgements, if the |\thesis@thanks| macro is
% defined. Otherwise, the macro produces no output.
% \begin{macrocode}
\def\thesis@blocks@thanks{%
Loading