diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-09 22:35:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-09 22:35:44 +0000 |
commit | d91d40d37350bba28958779ec12b9901b69decbd (patch) | |
tree | a98fb263a33206c2cd44b0f05297ca3dfafa8e50 /Master/texmf-dist/source/latex | |
parent | 7effd978acf9bc18bab84dc4e449205e2157195c (diff) |
fithesis (9sep17)
git-svn-id: svn://tug.org/texlive/trunk@45257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
7 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx index 3c88abced4a..232fcc11262 100644 --- a/Master/texmf-dist/source/latex/fithesis/fithesis.dtx +++ b/Master/texmf-dist/source/latex/fithesis/fithesis.dtx @@ -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 diff --git a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx index 0831effe90b..e027d1bfe71 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/czech.dtx @@ -297,10 +297,10 @@ % \begin{macrocode} \gdef\thesis@czech@abstractTitle{Anotace} % \end{macrocode} -% \changes{v0.3.46}{2017/06/02}{Updated the \cs{declaration} string +% \changes{v0.3.46}{2017/06/02}{Updated the \texttt{declaration} string % in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017 % dean's directive. [VN]} -% \changes{v0.3.47}{2017/07/09}{Updated the \cs{declaration} string +% \changes{v0.3.47}{2017/07/09}{Updated the \texttt{declaration} string % in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017 % dean's directive. [VN]} % The following extra data field is defined for diff --git a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx index f3ff2862ecc..17a49c7370b 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/english.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/english.dtx @@ -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} diff --git a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx index 4035930dc6d..8f2c7d52602 100644 --- a/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx +++ b/Master/texmf-dist/source/latex/fithesis/locale/slovak.dtx @@ -298,10 +298,10 @@ % \begin{macrocode} \gdef\thesis@slovak@abstractTitle{Anotácie} % \end{macrocode} -% \changes{v0.3.46}{2017/06/02}{Updated the \cs{declaration} string +% \changes{v0.3.46}{2017/06/02}{Updated the \texttt{declaration} string % in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017 % dean's directive. [VN]} -% \changes{v0.3.47}{2017/07/09}{Updated the \cs{declaration} string +% \changes{v0.3.47}{2017/07/09}{Updated the \texttt{declaration} string % in \texttt{locale/mu/econ/*.def} in accordance with the 2/2017 % dean's directive. [VN]} % The following extra data field is defined for the diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx index d0161dfb98f..2bf55b0e17d 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/base.dtx @@ -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{% diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx index f5fa2ab4270..6399c122b66 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/econ.dtx @@ -51,8 +51,8 @@ % \changes{v0.3.47}{2017/07/09}{Enabled the inclusion of the % scanned assignment inside the digital version of the document % in \texttt{style/mu/fithesis-econ.sty} in accordance with the -% example documents. The patch was submitted by Jana Ratajská. -% [VN]} +% formal requirements of the faculty. The patch was submitted by +% Jana Ratajská. [VN]} % Enable the inclusion of the scanned assignment inside the digital % version of the document. % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx index 365e52bf239..ca1630a0f34 100644 --- a/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx +++ b/Master/texmf-dist/source/latex/fithesis/style/mu/sci.dtx @@ -555,9 +555,9 @@ % \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. -% As per the faculty requirements, the acknowledgement is +% As per the faculty requirements, the acknowledgements are % positioned at the top of the page. % \changes{v0.3.45}{2017/05/24}{Redefined the % \cs{thesis@blocks@thanks} and \cs{thesis@blocks@declaration} |