diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-23 20:57:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-23 20:57:01 +0000 |
commit | b31e443b3036b9c5a4050793fad66a6d14d47de1 (patch) | |
tree | 588b91c236dccbec2572ba2d16a195b5a842244f /Master/texmf-dist/source/latex/se2thesis | |
parent | 4c3dbea27655a0d582ce15d6a67631e1f3252e60 (diff) |
se2thesis (22nov22)
git-svn-id: svn://tug.org/texlive/trunk@65091 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/se2thesis')
-rw-r--r-- | Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx b/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx index 39485c8d110..81bed285c74 100644 --- a/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx +++ b/Master/texmf-dist/source/latex/se2thesis/se2thesis.dtx @@ -1124,7 +1124,7 @@ % % Identify the class and give the overall version number. % \begin{macrocode} -\ProvidesExplClass {se2thesis} {2022-11-08} {1.3.0} +\ProvidesExplClass {se2thesis} {2022-11-22} {1.3.1} {A thesis class for the Chair of Software Engineering II} % \end{macrocode} % @@ -2136,13 +2136,13 @@ Hiermit~ versichere~ ich,~ \l_@@_signature_tl, \begin{enumerate} \item dass~ ich~ die~ vorliegende~ Arbeit~ selbstständig~ und~ ohne~ - unzulässige~ Hilfe~ verfasst~ und~ kein~ anderen~ als~ die~ + unzulässige~ Hilfe~ verfasst~ und~ keine~ anderen~ als~ die~ angegebenen~ Quellen~ und~ Hilfsmittel~ benutzt,~ sowie~ die~ wörtlich~ und~ sinngemäß~ übernommenen~ Passagen~ aus~ anderen~ Werken~ kenntlich~ gemacht~ habe. \item Außerdem~ erkläre~ ich,~ dass~ ich~ der~ Universität~ ein~ - Nutzungsrecht~ zum~ Zwecke~ der~ Überprüfung~ mittels~ einer~ - Plagiatssoftware~ in~ anonymisierter~ Form~ einräume. + einfaches~ Nutzungsrecht~ zum~ Zwecke~ der~ Überprüfung~ mittels~ + einer~ Plagiatssoftware~ in~ anonymisierter~ Form~ einräume. \end{enumerate}\par \bigskip \noindent \l_@@_location_tl,~ \@date\hfill @@ -2184,7 +2184,7 @@ % We can then define the \env{resq} and \env{hyp} environments using the % \cmd{\newtheorem} macro from \pkg{ntheorem}. % \begin{macrocode} -\newtheorem{resq}{Research Question} +\newtheorem{resq}{Research~ Question} \newtheorem{hyp}{Hypothesis} % \end{macrocode} % \end{environment} @@ -2232,7 +2232,7 @@ % We provide the following English translations. % % \begin{macrocode} -\ProvideDictionaryFor{English}{se2translations}[2022/11/08] +\ProvideDictionaryFor{English}{se2translations}[2022/11/22] \ProvideDictTranslation{abstract}{abstract} \ProvideDictTranslation{Abstract}{Abstract} \ProvideDictTranslation{acknowledgement}{acknowledgement} @@ -2283,7 +2283,7 @@ % We provide the following German translations. % % \begin{macrocode} -\ProvideDictionaryFor{German}{se2translations}[2022/11/08] +\ProvideDictionaryFor{German}{se2translations}[2022/11/22] \ProvideDictTranslation{abstract}{Zusammenfassung} \ProvideDictTranslation{Abstract}{Zusammenfassung} \ProvideDictTranslation{acknowledgement}{Danksagung} @@ -2344,7 +2344,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2colors} {2022-11-08} {1.3.0} +\ProvidesExplPackage {se2colors} {2022-11-22} {1.3.1} {A colour support package for the se2thesis bundle} % \end{macrocode} % @@ -2496,7 +2496,7 @@ % % Identify the package and give the overall version information. % \begin{macrocode} -\ProvidesExplPackage {se2fonts} {2022-11-08} {1.3.0} +\ProvidesExplPackage {se2fonts} {2022-11-22} {1.3.1} {A font-selection support package for the se2thesis bundle} % \end{macrocode} % |